Class: LobbyGameRegistrationController

LobbyGameRegistrationController()

If there is an XmppClient, this class informs the XPartaMuPP lobby bot that this match is being setup so that others can join. It informs of the lobby of some setting values and the participating clients.

Constructor

new LobbyGameRegistrationController()

Source:

Members

Timeout

Send the current game settings to the lobby bot if the settings didn't change for this number of milliseconds.
Source:

Methods

formatClientsForStanza()

Send a list of playernames and distinct between players and observers. Don't send teams, AIs or anything else until the game was started.
Source:

sendDelayed()

Send the relevant game settings to the lobby bot in a deferred manner.
Source:

sendImmediately()

Send the relevant game settings to the lobby bot immediately.
Source: