DISQUS

bearlog: XMPP PubSub aka “death by a thousand cuts”

  • kael · 1 year ago
    The XMPP Pubsub firehose sounds cool.

    How to subscribe it ? Would it be possible for Seesmic to publish directly to a Pubsub user node (of an "external" server) on her behalf ?

    Also, are you aware of the Content-Based Pubsub System which is basically a tracking system. I don't know Tigase but AFAIK there's no implementation of this capability yet. But it might interest you. :)
  • bear · 1 year ago
    Anyone can subscribe to it by sending me an email with the JID you want to use. We are doing the subscriptions manually just to allow me to keep track of a contact email in case something changes or I need to "break" the system.

    The pushing of an item to another PubSub node is called chaining and I know they (the XMPP spec folks) are working on something to cover it - but yes, technically any valid JID can be used as the target and PubSub nodes are valid JID's

    We briefly thought of using Content-Based subscriptions to allow the subscriber to control various details like format (Atom, RSS, Json) and also language (all, English, French) but quickly put that back into the "future" column when we discovered that it's not well implemented on either the Client or Server side :( and the last thing we want to do is bolt on a partially implemented feature to PubSub until we have more time to evaluate how.
  • mjc · 1 year ago
    totally awesome.