[jdev] Pubsub notification problem

Emmanuel Nars nars at lri.fr
Fri Jun 9 09:39:08 CDT 2006


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='papytest1 at icirca.lri.fr/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='papytest1 at icirca.lri.fr/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="papytest1 at icirca.lri.fr/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


More information about the JDev mailing list