assaultcube / AC

AssaultCube
846 stars 215 forks source link

XMPP #463

Open GreenLunar opened 1 year ago

GreenLunar commented 1 year ago

I don't know whether AC uses its own protocol for chat or IRC.

I suggest to use XMPP, for two main reasons: 1) Having the community centered in free servers under our control. 2) Letting people who dedicate AC Servers an easier and flexible way to address to the users, to

All, by using an XMPP app from their mobile device or desktop).

sjehuda commented 1 month ago

Yet, you can do even more with XMPP, when you implement it in the client itself.

You have proposed a game/server management via a chat client, which is useful!

The type of communication that you offer, should be your xMPP chat client with the AC server (XMPP client to XMPP Client).

And, of course, once the game starts, the communication of AC Clients with AC Server be as it is already today, in order to avoid lags and other issues which might be resulted otherwise.

See https://github.com/danielknobe/blobbyvolley2/issues/149