diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-05-27 19:58:52 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-05-27 19:58:52 +0000 |
commit | 99c698893ee66a24e0c3eb1004c0c4ce44cb16fe (patch) | |
tree | 2078267b2b0d6aee17bb76d22cbdc7990d55544f /Documentation.txt | |
parent | a70284854cff79799e548179f73ce72a99f8e633 (diff) | |
download | omegle-99c698893ee66a24e0c3eb1004c0c4ce44cb16fe.tar.gz omegle-99c698893ee66a24e0c3eb1004c0c4ce44cb16fe.zip |
blah
git-svn-id: http://xapek.org/svn/common/omegle@1012 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
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 |