mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:50:35 +02:00
CR fixes
This commit is contained in:
parent
ac8d27ee3a
commit
3b7e0814fe
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "XmppClient.h"
|
||||
|
||||
const QString DEFAULT_XMPP_SERVER = "chat.highfidelity.io";
|
||||
const QString DEFAULT_CHAT_ROOM = "public@public-chat.highfidelity.io";
|
||||
const QString DEFAULT_CHAT_ROOM = "test@public-chat.highfidelity.io";
|
||||
|
||||
XmppClient::XmppClient() :
|
||||
_xmppClient(),
|
||||
|
|
Loading…
Reference in a new issue