Where can I find the source code for the lobby server and/or the protocol documentation for the lobby?
I downloaded the Spring source from Git (http://github.com/spring/spring/tree/master), but did not find anything relating to this.
The Spring website did also not point me in the right direction.
the lobby server and clients are pretty much independent projects, that's why there's not much about the protocols they use in the spring engine source.
there are a few implementations of the protocol, but i don't know if there's a specification anywhere.