Smack PubSub Support

I’'m itching to use the PubSub support in Wildfire 2.6.x. I think the Perl Net::Jabber module claims to support client-side PubSub. When can we expect client-side PubSub support in Smack?

This old thread

http://www.jivesoftware.org/community/thread.jspa?messageID=88995

reports a link to a (very partial) implementation.

Pubsub (http://www.pubsub.com) provides a C# implementation of JAP-0060

working with their pubsub service (http://sourceforge.net/projects/pubsubxmpp/).

I’'d like to see pubsub support in Smack as soon as possible.

Hi all,

we are looking at replacing our MUC solution by a real “Pubsub” implementation. I could not find a task to actually implement PubSub support in Smack .

Has this a not raised a as requirement yet?

I found two main client implementations of Pubsub:

A Java version would be nice.

Thanks

Michael

Hi,

I’'ve been using this Java Smack API for PubSub for the last 6 months and it seems to do most of what I need:

http://static.devel.it.su.se/su-smack/

Cheers,

Matthew

Did you modify the su-smack to make it work with pubsub.com services?

The guys at PubSub.com (http://www.pubsub.com) use a pubsub submessage tag “Pubsub-messageElement” which is not implemented in su-smack.