summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_jabber.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_jabber.h b/include/m_jabber.h
index c5df6adbb0..917a475a67 100644
--- a/include/m_jabber.h
+++ b/include/m_jabber.h
@@ -101,9 +101,6 @@ struct IJabberInterface
// Returns Jabber plugin version.
virtual DWORD STDMETHODCALLTYPE GetJabberVersion() const = 0;
- // Compares JIDs by their node@domain part (without resource name).
- virtual int STDMETHODCALLTYPE CompareJIDs(LPCTSTR jid1, LPCTSTR jid2) = 0;
-
// Returns contact handle for given JID, or NULL on error.
virtual MCONTACT STDMETHODCALLTYPE ContactFromJID(LPCTSTR jid) = 0;