On Viernes 28 Mayo 2010 19:19:41 Kumaravel Kandasami escribió: > Hi we are working on designing one of our use cases, where an anonymous > (visitor) to our application without any credentials > connecting with our registered users. I was looking into the protocol and > looks like we need to have valid JID/Password to create a connection. > > Is there any workarounds or strategies that we could use to implement this > use case ? > > Any reference material or link is appreciated. > > Appreciate your help. >
You can use SASL Anonymous for that. At login a new acount with a random Jabber ID will be created. Take a look to: XEP-0175: Best Practices for Use of SASL ANONYMOUS: http://xmpp.org/extensions/xep-0175.html _______________________________________________ JDev mailing list Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: [email protected] _______________________________________________
