Pub Sub

Hi,

I am using agsXmpp client SDK with OpenFire.

I wish to develop a pub sub app.

Does anybody have a sample app or a link where i can find some help.

The agsxmpp sdk kit does not have a pub sub sample.

I have done the following (2 apps):

Publisher(uses the following APIs):

PubSubManager.CreateNode();

PubSubManager.PubslishItem();

Subscriber(uses the following APIs):

PubSubManager.Subscribe() (with IqCallback).

It doesnt work.

please help.

Thanks,

Ring0