[appengine-java] XMPP bot and Java applets

2009-10-19 Thread Backpack
Hi guys, in my never ending quest to enable xmpp bots in html using javascript, now I decided to try the java applet approach. Here is how I think it should be done, easy for the consumer is my motto: // javascript methods xmpp = document.applets['xmpp'] xmpp.connect('talk.google.com','5223')

[appengine-java] Re: Sockets and applets

2010-03-21 Thread Backpack
You know this problem could be easily solved if they allowed websocket connections to google talk, then using GAE XMPP bots to easily send info back and forth in real time. I'd been an advocate of this approach for a long time but no idea why this has taken so long to implement. Any lights? On Ma