[JDEV] Protocol:Authentication
Shriram Kollipara
Shriram.Kollipara at motorola.com
Fri Dec 20 14:52:43 CST 2002
Hi,
Once a node has authenticated its streams with a host, it MUST provide a
resource associated with the connection. This is accomplished by means
of the jabber:iq:auth namespace. My question is when the Host requests
for the resource will the Jabber protocol allow for passing in multiple
resource names?
i.e can the node send the following info to the host(I know it is okay
to send a single resource but not sure about sending multiple
resources)?
<iq type="set" id="auth_2">
<query xmlns="jabber:iq:auth">
<username>juliet</username>
<resource>balcony</resource>
<resource>Messaging</resource>
</query>
</iq>
shri
More information about the JDev
mailing list