We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b253c2 + 8f99804 commit ad7d75fCopy full SHA for ad7d75f
appengine/xmpp/README.md
@@ -1,6 +1,6 @@
1
# Google App Engine XMPP
2
3
-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/).
4
5
<!-- auto-doc-link -->
6
appengine/xmpp/app.yaml
@@ -9,7 +9,8 @@ handlers:
9
# [START inbound-services]
10
inbound_services:
11
- xmpp_message
12
+# [END inbound-services]
13
- xmpp_presence
14
- xmpp_subscribe
15
- xmpp_error
-# [END inbound-services]
16
+
0 commit comments