On Sun, Mar 1, 2009 at 5:37 AM, imoracle < [email protected]> wrote:
> > Hi, > > I am looking to create browser based group chat rooms. Check out http://speeqe.com, http://code.stanziq.com/speeqe or http://blog.jwchat.org/muckl/ BOSH is used to connect to an XMPP server via HTTP, seperate from MUC. Those links above implement what I think you are talking about and they are open. 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'/<http://jabber.org/protocol/disco#info%27/> > > > </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 > >
