summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-22 13:58:12 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-22 13:58:12 +0300
commitbaf91153953c36c58a321216eaf1490fa8e162e4 (patch)
tree4ed7ec1f24917d14f23ef78dfa90434f15ec320f /protocols/JabberG/src/jabber_proto.cpp
parente3ddcf47bdff0e1bc169e32aa64353852cb88665 (diff)
Jabber: XEP-0319 support
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rw-r--r--protocols/JabberG/src/jabber_proto.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index 8b6363b67a..e43d1b2ee3 100644
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -80,6 +80,7 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) :
m_bAcceptNotes(this, "AcceptNotes", true),
m_bAllowTimeReplies(this, "AllowTimeReplies", true),
m_bAllowVersionRequests(this, "AllowVersionRequests", true),
+ m_bAllowLast(this, "AllowLast", false),
m_bAutoAcceptAuthorization(this, "AutoAcceptAuthorization", false),
m_bAutoAcceptMUC(this, "AutoAcceptMUC", false),
m_bAutoAdd(this, "AutoAdd", true),