mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
10 lines
137 B
Protocol Buffer
10 lines
137 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package wap.common_frames;
|
|
|
|
message ContentFrame {
|
|
uint32 domain = 1;
|
|
uint32 tag = 2;
|
|
bytes bytes = 3;
|
|
}
|