The main problem is, how would you ensure people can login to the xmpp server securely without having to login again from the web app login page?
|
feedback
|
|
I assume that you want to send a If you want to automatically login a user and start up the application, try using localStorage, then triggering login so that it seems like the user did not login. If you wanted to send a I recommend the first solution. The second is there more for informational purposes than anything else. And if push comes to shove, go to http://xmpp.org. Look through BOSH XEP (if you are using it), RFC 3920 (XMPP Core) and RFC 3921 (XMPP IM). | |||||
feedback
|