summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_thread.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp
index df2a582355..b8c0206230 100755
--- a/protocols/JabberG/src/jabber_thread.cpp
+++ b/protocols/JabberG/src/jabber_thread.cpp
@@ -1924,15 +1924,6 @@ void CJabberProto::OnProcessRegIq(const TiXmlElement *node, ThreadData *info)
}
/////////////////////////////////////////////////////////////////////////////////////////
-// Carbons -- this might need to go into its own module
-
-void CJabberProto::EnableCarbons(bool bEnable)
-{
- m_ThreadInfo->send(XmlNodeIq("set", SerialNext())
- << XCHILDNS((bEnable) ? "enable" : "disable", JABBER_FEAT_CARBONS));
-}
-
-/////////////////////////////////////////////////////////////////////////////////////////
// ThreadData constructor & destructor
ThreadData::ThreadData(CJabberProto *_pro, JABBER_CONN_DATA *param)