-
Website
http://code-bear.com/bearlog -
Original page
http://code-bear.com/bearlog/2008/12/21/xmpp-pubsub-aka-%e2%80%9cdeath-by-a-thousand-cuts%e2%80%9d/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
remont
1 comment · 1 points
-
Craigslist Proxy
1 comment · -1 points
-
belajar seo
1 comment · 1 points
-
mjc
1 comment · 3 points
-
euphoria
1 comment · 1 points
-
-
Popular Threads
-
responding to Jesse’s call to “open twitter’s api”
1 week ago · 5 comments
-
Shortener space just got the air sucked out of it
1 week ago · 6 comments
-
Thoughts about all of this “Twitter API” chatter
1 week ago · 2 comments
-
responding to Jesse’s call to “open twitter’s api”
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. :)
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.