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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to