FAForever / faf-java-server

Spring Boot based server for Forged Alliance Forever
12 stars 6 forks source link

Tell the client to join chat channels #17

Closed micheljung closed 7 years ago

micheljung commented 7 years ago

As soon as a client is authenticated, the server needs to tell it which chat channels to join. Those are:

  1. aeolus (everyone)

  2. moderators (everyone who's moderator or admin, according to lobby_admin (I think))

  3. clan-name (for members of the respective clan)

Cookbook for beginners

  1. Make sure to understand the message flow as documented in the messaging architecture overview
  2. Start a new feature according to the contribution guidelines
  3. Some things are yet to be cleared up (autojoin vs channels), so hit me up or figure it out yourself :)