gae-chat icon indicating copy to clipboard operation
gae-chat copied to clipboard

GAE group chat example app (Java)

Group Messaging for App Engine (Java)

This example application is a demo showing multichannel messaging/chat using the App Engine Channel API, App Engine's XMPP chat integration, and Twilio SMS.

Running the application yourself

To run the app yourself, you will need to place your Twilio account SID and auth token inside the Chat manager class.

You will also need to modify the Twilio number used to send outbound messages to a number you control.

License

This example application is released under the MIT license. See LICENSE for more info.