mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-21 07:40:11 +02:00
fixed mention sounds dir for deployment
This commit is contained in:
parent
f21f5aded9
commit
7ffb700564
5 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
#include "XmppClient.h"
|
#include "XmppClient.h"
|
||||||
|
|
||||||
const QString DEFAULT_XMPP_SERVER = "chat.highfidelity.io";
|
const QString DEFAULT_XMPP_SERVER = "chat.highfidelity.io";
|
||||||
const QString DEFAULT_CHAT_ROOM = "test@public-chat.highfidelity.io";
|
const QString DEFAULT_CHAT_ROOM = "public@public-chat.highfidelity.io";
|
||||||
|
|
||||||
XmppClient::XmppClient() :
|
XmppClient::XmppClient() :
|
||||||
_xmppClient(),
|
_xmppClient(),
|
||||||
|
|
|
@ -32,7 +32,7 @@ const int NUM_MESSAGES_TO_TIME_STAMP = 20;
|
||||||
|
|
||||||
const QRegularExpression regexLinks("((?:(?:ftp)|(?:https?)|(?:hifi))://\\S+)");
|
const QRegularExpression regexLinks("((?:(?:ftp)|(?:https?)|(?:hifi))://\\S+)");
|
||||||
const QRegularExpression regexHifiLinks("([#@]\\S+)");
|
const QRegularExpression regexHifiLinks("([#@]\\S+)");
|
||||||
const QString mentionSoundsPath("/sounds/mention/");
|
const QString mentionSoundsPath("/mention-sounds/");
|
||||||
const QString mentionRegex("@(\\b%1\\b)");
|
const QString mentionRegex("@(\\b%1\\b)");
|
||||||
|
|
||||||
ChatWindow::ChatWindow(QWidget* parent) :
|
ChatWindow::ChatWindow(QWidget* parent) :
|
||||||
|
|
Loading…
Reference in a new issue