1
0
forked from 0ad/0ad

Switch lobby room. Update mod version.

This was SVN commit r15850.
This commit is contained in:
leper 2014-10-12 19:27:42 +00:00
parent 9c92f45c61
commit 3c8ef99007
3 changed files with 4 additions and 4 deletions

View File

@ -368,9 +368,9 @@ gui.cursorblinkrate = 0.5 ; Cursor blink rate in seconds (0.0 to disabl
; Multiplayer lobby preferences
lobby.server = "lobby.wildfiregames.com" ; Address of lobby server
lobby.xpartamupp = "wfgbot17" ; Name of the server-side xmpp client that manage games
lobby.xpartamupp = "wfgbot18" ; Name of the server-side xmpp client that manage games
lobby.chattimestamp = false ; Show time chat message was posted
lobby.room = "arena17" ; Default MUC room to join
lobby.room = "arena18" ; Default MUC room to join
lobby.history = 0 ; Number of past messages to display on join
; Overlay Preferences

View File

@ -1,6 +1,6 @@
{
"name": "0ad",
"version": "0.0.17",
"version": "0.0.18",
"label": "0 A.D. Empires Ascendant",
"url": "play0ad.com",
"description": "A free, open-source, historical RTS game.",

View File

@ -104,7 +104,7 @@ XmppClient::XmppClient(const std::string& sUsername, const std::string& sPasswor
m_client->registerConnectionListener(this);
m_client->setPresence(gloox::Presence::Available, -1);
m_client->disco()->setVersion("Pyrogenesis", "0.0.17");
m_client->disco()->setVersion("Pyrogenesis", "0.0.18");
m_client->disco()->setIdentity("client", "bot");
m_client->setCompression(false);