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 ad51b4d + a09baa4 commit 8feffc2Copy full SHA for 8feffc2
appengine/xmpp/xmpp.py
@@ -68,9 +68,9 @@ def post(self):
68
# [END error]
69
70
71
-# [START send-chat-to-user]
72
class SendChatHandler(webapp2.RequestHandler):
73
def post(self):
+ # [START send-chat-to-user]
74
user_address = '[email protected]'
75
msg = ('Someone has sent you a gift on Example.com. '
76
'To view: http://example.com/gifts/')
@@ -81,7 +81,7 @@ def post(self):
81
# Send an email message instead...
82
# [END send-chat-to-user]
83
pass
84
+# [END send-chat-to-user]
85
86
87
# [START chat]
0 commit comments