xdmtk / elysium

Elysium Instant Messenger - AIM Revival
MIT License
5 stars 1 forks source link

Online Status - Client #8

Closed xdmtk closed 4 years ago

xdmtk commented 4 years ago

In order to simplify our Client/Server message protocol, various server information including the current online guest status will be available via a REST API.

The response will likely be returned in JSON (pretty sure Qt has builtin JSON parsing support).

Client side will need to poll this endpoint at some interval, parse the response, and update the UI accordingly.