diff options
Diffstat (limited to 'Documentation.txt')
-rw-r--r-- | Documentation.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation.txt b/Documentation.txt index b2aa48b..80386c0 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -31,10 +31,11 @@ RETURNS: [[TYPE,data...],...] EXAMPLE 5: [["waiting"], ["connected"]] Return Messagetypes: - ["typing"] - Stranger is typing - ["gotMessage", "ABCDE"] - Stranger send "ABCDE" - ["waiting"] - ??? - ["connected"] - ready to send messages + ["typing"] - Stranger is typing + ["gotMessage", "ABCDE"] - Stranger send "ABCDE" + ["waiting"] - ??? + ["connected"] - ready to send messages + ["strangerDisconnected"] - Stranger pressed disconnect == Send Message URL: /send |