minimalchat / daemon

Minimal Chat's API server daemon
https://minimal.chat
BSD 3-Clause "New" or "Revised" License
55 stars 8 forks source link

Figure out if incoming socket connection is from an Operator app or website #12

Closed mihok closed 7 years ago

mihok commented 7 years ago

Currently all incoming connections are treated as new Clients. Once the Operator app creates a socket connection with the Daemon, we'll have to figure out how to discern between Operators and Clients

mihok commented 7 years ago

Possibly through the HTTP HOST header?

mihok commented 7 years ago

Done!