Best Ever Chat Docs

Is very important

1. How it do work

Authenticate via REST. Connect to socket. Send data over socket in correct format, receive and parse data from socket and be best chat.

More information to be added later I GUESS.

A. Tips to connect

If you're not using a sockjs client to connect, you'll need to build a URL that looks like this:

    https://<your-chat-domain>/chat/<random number up to 4 digits>/<random 8 character string>
                

Ensure the parasite cookie is present on your connection request. If you're authenticating via REST (see Section 4.A), you must set the cookie manually from the returned token.