<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Thanks, Matt.<br><div><span></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Matt Miller <linuxwolf@outer-planes.net><br> <b><span style="font-weight: bold;">To:</span></b> Jabber/XMPP software development list <jdev@jabber.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, 30 January 2013 10:23 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [jdev] Presence probe with multiple JIDs.<br> </font> </div> <br><br>On Jan 30, 2013, at 9:45 AM, Pravin Sinha <<a ymailto="mailto:pks_chennai@yahoo.com"
 href="mailto:pks_chennai@yahoo.com">pks_chennai@yahoo.com</a>> wrote:<br><br>> Hi All,<br>> <br>> Can we have comma separated multiple JIDs in "to" part set and still call it spec compliant?  Suppose, somebody wants to get presence info for a set of users by using a single presence probe packet having multiple JIDs mentioned in "to" . Can this be called a spec compliant way? I couldn't locate any statement which restrict the number of JIDs in "to" part of XMPP packet but still feel this a clumsy approach.<br>> <br><br>The 'to' (and 'from') attributes on stanza contain a single JID, not multiples separated by some character sequence.  You'll unfortunately need to send a probe for each JID you're interested in, although each JID is almost always a bare JID (localpart@domainpart).  Probing the bare JID should result in a <presence/> stanza for each available full JID (localpart@domainpart/resourcepart), provided the
 requesting entity is subscribed to the target's presence.<br><br><br>- m&m<br><br>Matthew A. Miller<br>< <a href="http://goo.gl/LK55L" target="_blank">http://goo.gl/LK55L</a> ><br><br><br>_______________________________________________<br>JDev mailing list<br>Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>Unsubscribe: <a ymailto="mailto:JDev-unsubscribe@jabber.org" href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>_______________________________________________<br><br><br> </div> </div>  </div></body></html>