This is an old revision of the document!
Capabilities
Capabilities are used to extend the Sock Chat protocol without breaking compatibility with existing implementations. The client sends C2S Packet 3: Capabilities to inform the server of its capabilities before submitting the authorization packet. The server will then either send S2C Packet 11: Capabilities Acknowledge with the capabilities the server supports and accepted, or ignore the packet because it does not understand the capabilities packet, in which case the client should behave identically to the original PHP Sock Chat client. The timeout to wait for a response should be at least 5 seconds. This is made possible by the original PHP Sock Chat server just ignoring unknown packet IDs, thank you reemo!
As of yet no capabilities have been defined.