Hi, I am looking to create browser based group chat rooms. Though I could find multi-user chat protocol here http://xmpp.org/extensions/xep-0045.html, I am confused as to how the initial streams are to be sent to jabber servers.
E.g it says of discovering the MUC support via disco: <iq from='[email protected]/pda' id='disco1' to='chat.shakespeare.lit' type='get'> <query xmlns='http://jabber.org/protocol/disco#info'/> </iq> But how am I supposed to bind this within the <body></body> tags. Further, I followed this to enable anonymous login http://tinyurl.com/b254wc but when I request for supported authentication protocols from jabber server, it only returns DIGEST-MD5 and PLAIN. I don't see ANONYMOUS being sent from jabber server. Can someone guide me on this? Regards, Abhinav -- imoracle ------------------------------------ JAXL - Jabber XMPP Library in PHP http://code.google.com/p/jaxl ------------------------------------ ------------------------------------------------------------------------ imoracle's Profile: http://www.jabberforum.org/member.php?userid=17412 View this thread: http://www.jabberforum.org/showthread.php?t=1541
