Group Chat XMPP with Google App Engine
Posted
by David Shellabarger
on Stack Overflow
See other posts from Stack Overflow
or by David Shellabarger
Published on 2010-05-14T15:44:06Z
Indexed on
2010/05/14
17:34 UTC
Read the original article
Hit count: 332
Google App Engine has a great XMPP service built in. One of the few limitations it has is that it doesn't support receiving messages from a group chat. That's the one thing I want to do with it. :( Can I run a 3rd party XMPP/Jabber server on App Engine that supports group chat? If so, which one?
© Stack Overflow or respective owner