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
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to