diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-09-25 22:19:00 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-09-29 22:19:13 +0200 |
commit | 1ecfdb8eef2e1cf5c9f017708b6313ea5d4093d7 (patch) | |
tree | eb9c3462ca2ae147ac5f342fef77411149dab778 /command.h | |
parent | c8524b6076d322107bef3de1449c45bcaec7b7aa (diff) |
server: Send _push invite to self on create_room
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ #include "conn_data.h" -#define PROTOCOL_VERSION 2 -#define MIN_SUPPORTED_PROTOCOL_VERSION 2 +#define PROTOCOL_VERSION 3 +#define MIN_SUPPORTED_PROTOCOL_VERSION 3 // Returns true if socket should be closed. |