Hi, I am trying to make a chat room kind of application. However for that I will need to enable ANONYMOUS login support in ejabberd server.
I tried the page here: http://tinyurl.com/b254wc, and I have something like this in config file: {host_config, "localhost", [{auth_method, [anonymous, internal]}]}. But I am unable to get the ANONYMOUS login support: <stream:features> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"> <mechanism>DIGEST-MD5</mechanism> <mechanism>PLAIN</mechanism> </mechanisms> <register xmlns="http://jabber.org/features/iq-register"/> </stream:features> Can someone help me with 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=1577
