summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
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.h
parente3ddcf47bdff0e1bc169e32aa64353852cb88665 (diff)
Jabber: XEP-0319 support
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 73f7b187a8..dcd6f753f2 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -185,6 +185,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
CMOption<bool> m_bAcceptNotes;
CMOption<bool> m_bAllowTimeReplies;
CMOption<bool> m_bAllowVersionRequests;
+ CMOption<bool> m_bAllowLast;
CMOption<bool> m_bAutoAcceptAuthorization;
CMOption<bool> m_bAutoAcceptMUC;
CMOption<bool> m_bAutoAdd;