summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-19 12:40:05 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-19 12:40:05 +0300
commit68d275e75325e55d55090e7a996a73d5c2c546c3 (patch)
treeb7d79580d861cd9f6766e264ae6ccb08f2f7318f /protocols/JabberG/src/jabber_proto.h
parent3e7aa0a43f4ddc52ad8802bdd6c13e882f7a8875 (diff)
Jabber: all traces of VoIP finally removed from Jabber
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 3a982c1958..c87874ec20 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -206,7 +206,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
CMOption<bool> m_bEnableUserActivity;
CMOption<bool> m_bEnableUserMood;
CMOption<bool> m_bEnableUserTune;
- CMOption<bool> m_bEnableVOIP;
CMOption<bool> m_bEnableZlib;
CMOption<bool> m_bFixIncorrectTimestamps;
CMOption<bool> m_bGcLogAffiliations;
@@ -903,12 +902,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
void AppendPhotoToVcard(TiXmlElement *n, bool bPhotoChanged, const wchar_t *szPhotoFileName, MCONTACT hContact = 0);
void SetServerVcard(bool bPhotoChanged, wchar_t* szPhotoFileName);
- //---- jabber_voip.c -----------------------------------------------------------------
-
- __forceinline bool hasJingle()
- { return FindFeature(JABBER_FEAT_JINGLE) != 0 && m_bEnableVOIP;
- }
-
//---- jabber_xml.c ------------------------------------------------------------------
void OnConsoleProcessXml(const TiXmlElement *node, uint32_t flags);