From baf91153953c36c58a321216eaf1490fa8e162e4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 22 Dec 2023 13:58:12 +0300 Subject: Jabber: XEP-0319 support --- protocols/JabberG/src/jabber_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/JabberG/src/jabber_proto.h') 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, public IJabberInterface CMOption m_bAcceptNotes; CMOption m_bAllowTimeReplies; CMOption m_bAllowVersionRequests; + CMOption m_bAllowLast; CMOption m_bAutoAcceptAuthorization; CMOption m_bAutoAcceptMUC; CMOption m_bAutoAdd; -- cgit v1.2.3