Skip to content

Commit

Permalink
Merge pull request #300 from GoogleCloudPlatform/xmpp
Browse files Browse the repository at this point in the history
Fix README link and region tag
  • Loading branch information
waprin committed Apr 28, 2016
2 parents 7b253c2 + 8f99804 commit ad7d75f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/xmpp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google App Engine XMPP

This sample includes snippets used in the [App Engine XMPP Docs](https://cloud.google.com/appengine/docs/python/xmpp/#Python_JIDs_and_resources).
This sample includes snippets used in the [App Engine XMPP Docs](https://cloud.google.com/appengine/docs/python/xmpp/).

<!-- auto-doc-link -->

Expand Down
3 changes: 2 additions & 1 deletion appengine/xmpp/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ handlers:
# [START inbound-services]
inbound_services:
- xmpp_message
# [END inbound-services]
- xmpp_presence
- xmpp_subscribe
- xmpp_error
# [END inbound-services]

0 comments on commit ad7d75f

Please sign in to comment.