Added to_callsign to atak GeoChat

pull/506/head
Ben Meadors 2024-05-30 06:53:03 -05:00
rodzic b5dc871a1b
commit 4ef9dd4000
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -4,3 +4,4 @@
*PLI.course int_size:16
*GeoChat.message max_size:200
*GeoChat.to max_size:120
*GeoChat.to_callsign max_size:120

Wyświetl plik

@ -56,6 +56,11 @@ message GeoChat {
* Uid recipient of the message
*/
optional string to = 2;
/*
* Callsign of the recipient for the message
*/
optional string to_callsign = 2;
}
/*