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 for that matter) support BOSH. On Sep 7, 5:51 pm, Backpack <[email protected]> wrote: > Any ideas on how to connect to XMPP using a flash socket? > > In other words, just a command line where I can send messages to my > app via HTML, no need for chat, rooms, buddies, flex, widgets, etc, > just a textbox and a send button. > > I already did it using Google Talk, so my app connects ok. > > Something like: > > xmpp = XMPPSocketConnect("talk.google.com",5222) > xmpp.send("hello server, or whatever goes here") > > then using ExternalInterface.call attach flash events to javascript > events > > If you got the idea, I'd appreciate all the help you can provide. If > not, ask and I'll try to make it clearer. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
