aboutsummaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-09-25 22:19:00 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-09-29 22:19:13 +0200
commit1ecfdb8eef2e1cf5c9f017708b6313ea5d4093d7 (patch)
treeeb9c3462ca2ae147ac5f342fef77411149dab778 /command.h
parentc8524b6076d322107bef3de1449c45bcaec7b7aa (diff)
server: Send _push invite to self on create_room
Diffstat (limited to 'command.h')
-rw-r--r--command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.h b/command.h
index ebfec8c..68ec014 100644
--- a/command.h
+++ b/command.h
@@ -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.