[google-appengine] Re: XMPP and flash

2009-10-08 Thread PointBreak
Yeah, I guess GAE XMPP should allow flash socket connections with policy files and stuff. Dunno, we should ask them if they will implement it. On Oct 7, 9:16 pm, CoolDude wrote: > but even though if added TLS feature. arent websocket required server > site code . i cannot see how it able to hel

[google-appengine] Re: XMPP and flash

2009-10-07 Thread CoolDude
but even though if added TLS feature. arent websocket required server site code . i cannot see how it able to help with javascript xmpp client --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: XMPP and flash

2009-10-07 Thread PointBreak
Still waiting... I believe the XIFF guys are working on adding TLS to XIFF but don't know of any success on connecting to GAE XMPP No idea about BOSH and GAE On Oct 7, 2:42 am, CoolDude wrote: > any update on this 'Backpack'? can the flash websocket connect to bosh? --~--~-~--~~-

[google-appengine] Re: XMPP and flash

2009-10-07 Thread CoolDude
any update on this 'Backpack'? can the flash websocket connect to bosh? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.co

[google-appengine] Re: XMPP and flash

2009-09-10 Thread Backpack
Thx Scott, How about XMPP and WebSocket in HTML5 ? Come on, we need to be able to use WebSockets since it is specially designed for real-time client-server communication, and being XMPP the protocol du jour I believe Google Talk should allow WebSocket connections. On Sep 10, 11:33 am, Scott El

[google-appengine] Re: XMPP and flash

2009-09-10 Thread Scott Ellis
If you can't do TLS in flash then I think you'll struggle trying to talk to jabber servers. I guess you could set up your own jabber server that doesn't require TLS as a proxy. I would imagine that a java applet might be able to do the TLS etc required for gtalk auth, and you could hook the javasc

[google-appengine] Re: XMPP and flash

2009-09-10 Thread Gijsbert
I meant a BOSH interface to the xmpp server(s) that services the app engine xmpp api, not to app engine itself (which indeed wouldn't work). On Sep 9, 9:33 am, Scott Ellis wrote: > BOSH would conflict rather harshly with the 30 sec request timeout. --~--~-~--~~~---~--

[google-appengine] Re: XMPP and flash

2009-09-09 Thread Backpack
I am more interested in something simpler than XIFF. I don't need the overhead of rooms, vcards, etc, just a basic socket connect, handshake, authenticate and messages back and forth. I already have a basic websocket.swf interface wich easily connects to any socket, but xmpp is another beast. It

[google-appengine] Re: XMPP and flash

2009-09-09 Thread Scott Ellis
BOSH would conflict rather harshly with the 30 sec request timeout. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To

[google-appengine] Re: XMPP and flash

2009-09-09 Thread Gijsbert
If the gae xmpp implementation allows connection through BOSH (Bidirectional-streams Over Synchronous HTTP) then you could do it from javascript using Strophe (http://people.chesspark.com/~jack/ strophe-preview/doc/files/strophe-js.html). But I can't find anywhere if app engine (or google talk fo

[google-appengine] Re: XMPP and flash

2009-09-08 Thread meaglith
The XIFF library maybe... You would check the svn version, it's still not support TLS connection. --- Blog: http://blog.douhua.im Twitter: http://twitter.com/genedna Website: http://douhua.im --