[jdev] Jabber subscription
Maikel Punie
jabber at studio26.be
Mon Oct 11 08:07:04 CDT 2004
hi,
i have a little problem with subscribing.
when i receive the presence element with type subscribe, i reply with
the subscribed one. But the subscription stays on FROM it never comes to
BOTH?
so i get this:
<item jid='xlet at jabber.org' name='xlet jabber.com'
subscription='from'><group>box</group><group>other</group></item>
what needs to be send so the subsctiption would get to both?
this are the steps that i took
i requested the subscription:
<presence to="to jid" from="from jid" subscroption="subscribe">
and i repleyed with this:
<presence to="from jid" from="to jid" subscroption="subscribed">
Whats the next step that should be taken?
More information about the JDev
mailing list