aboutsummaryrefslogtreecommitdiff
path: root/room_id_request_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'room_id_request_command.proto')
-rw-r--r--room_id_request_command.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/room_id_request_command.proto b/room_id_request_command.proto
new file mode 100644
index 0000000..75f5d54
--- /dev/null
+++ b/room_id_request_command.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package whirl;
+
+message RoomIDRequestCommand {
+ string room_name = 1;
+}