Hey Emmanuel, How is your node configured? What's the subscription configuration of those users that are not getting notifications? I just created a node, subscribed a few users, published an item (with payload) and subscribers received the corresponding notifications. It would also be of help if you can provide us the XML stanzas sent by each user to 1) created the node, 2) configure it, 3) subscribe and 5) publish items. With that information I should be able to reproduce what you are seeing.
BTW, there is a specialized Wildfire support forum where you can post any Wildfire question. http://www.jivesoftware.org/community/forumindex.jspa Regards, -- Gato "Emmanuel Nars" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] 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
