diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-09-13 17:18:51 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-09-13 17:18:51 +0200 |
commit | 78b5312816498315acc921b05c8980a534dfecbb (patch) | |
tree | d8e30141fd671bed35a1a207bbb00f1e48ab480c | |
parent | 002689f2b046b9e29d7a28ad6bb4ec368baacaa4 (diff) |
protocol: Clarify conditions for receiving _push join
-rw-r--r-- | protocol.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol.md b/protocol.md index 71fee05..1b31f47 100644 --- a/protocol.md +++ b/protocol.md @@ -211,6 +211,7 @@ are listed below. `<user>` parameter indicates who invited you to the given room. - `_push join <roomname:word> <user:word>` - Sent to all sessions of all members of a room (except the session sending - the `invite` command) in which a new user entered. + the `invite` command and all sessions of the invited user) in which a new + user entered. - `_push ping` - Sent by the server once in a while. Please ignore. |