Introduce the DataStreamProtocol
[quassel.git] / src / common / protocol.h
index d7c1b1d..9b1a45a 100644 (file)
@@ -30,7 +30,8 @@ namespace Protocol {
 const quint32 magic = 0x42b33f00;
 
 enum Type {
-    LegacyProtocol = 1
+    LegacyProtocol = 0x01,
+    DataStreamProtocol = 0x02
 };