Hi all,

I have a problem to use pubsub feature.
I have no problem to create a pubsub node, to subscribe to it or to publish an item. However, users who have subscribed to this node don't reveice notification of published message.

As exemple, when a publish this message :
<iq from='[EMAIL PROTECTED]/ibook' id='BA11D67A-059C-4E24- B14C-28395AC397C7' to='pubsub.icirca.lri.fr' type='set'>
                <pubsub xmlns='http://jabber.org/protocol/pubsub'>
                        <publish node='/generic/test5' jid='[EMAIL 
PROTECTED]/ibook' >
                        <item id='F9B4FCA4-2A1F-4855-9967-B2DF243A7535'>
                                <Test>
                                        foo
                                </Test>
                        </item>
                        </publish>
                </pubsub>
        </iq>


The wildfire jabber server sends:
<iq type="result" id="BA11D67A-059C-4E24-B14C-28395AC397C7" from="pubsub.icirca.lri.fr" to="[EMAIL PROTECTED]/ibook"/>

But the users who have subscribed to the node /generic/test5 doesn't recieve any notificaion.
Do you have any idée ?

Thanks,
Emmanuel

Reply via email to