diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-22 13:58:12 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-22 13:58:12 +0300 |
commit | baf91153953c36c58a321216eaf1490fa8e162e4 (patch) | |
tree | 4ed7ec1f24917d14f23ef78dfa90434f15ec320f /protocols/JabberG/src/jabber_proto.h | |
parent | e3ddcf47bdff0e1bc169e32aa64353852cb88665 (diff) |
Jabber: XEP-0319 support
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 1 |
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;
|