diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-12 14:53:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-12 14:53:23 +0000 |
commit | 1bc1672368e1ba87a68fca21b846c70156e71f05 (patch) | |
tree | f4265b4e50fedd1f149be0c136e2b28088522850 /include | |
parent | bdb3f0597f6ac1eac050a68053d2c4acebdf644d (diff) |
jabber: shit wiping began
git-svn-id: http://svn.miranda-ng.org/main/trunk@16633 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_jabber.h | 3 |
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;
|