Page 1 of 1

A couple other protocol anomalies that should be fixed…

Posted: 11 Dec 2019, 19:25
by MasterBel
BATTLEOPENED sends channel as a sentence. In all channel-related commands, it's handled as a word.
Also JOINBATTLE is sending the channel argument, even though it appears undocumented in the protocol.

Re: A couple other protocol anomalies that should be fixed…

Posted: 11 Dec 2019, 21:16
by ThinkSome
Transition to JSON?

Re: A couple other protocol anomalies that should be fixed…

Posted: 14 Dec 2019, 20:25
by Silentwings
Please use the issue tracker of the lobby protocol docs in future. https://github.com/spring/LobbyProtocol
JOINBATTLE is sending the channel ... undocumented
Fixed the docs, thanks
BATTLEOPENED sends channel as a sentence.
This doesn't cause any issue/inconsistency, channel names are not permitted to contain whitespaces. The reason is historical.