summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-06-23 16:44:14 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-06-23 16:44:14 +0300
commita07bca6c0e46003a46270999c0c92d3cfef94ee7 (patch)
tree0704041defd4e09c0355c997ebd84cad6e288d06 /include
parent253e80bc4b440589ead1f756daffa66ad3a045c3 (diff)
Jingle: first step towards #3351
Diffstat (limited to 'include')
-rw-r--r--include/m_jabber.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/m_jabber.h b/include/m_jabber.h
index 7ebd9fe384..758dd6bc6c 100644
--- a/include/m_jabber.h
+++ b/include/m_jabber.h
@@ -31,8 +31,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_xml.h>
-#define MS_JINGLE_SERVICE "Jabber/Jingle"
-
// Iq type flags
enum
{
@@ -140,7 +138,7 @@ struct IJabberInterface
// Entity capabilities support (see xep-0115)
// Registers feature so that it's displayed with proper description in other users' details. Call this function in your ME_SYSTEM_MODULESLOADED handler. Returns TRUE on success or FALSE on error.
- virtual int STDMETHODCALLTYPE RegisterFeature(LPCSTR szFeature, LPCSTR szDescription) = 0;
+ virtual int STDMETHODCALLTYPE RegisterFeature(LPCSTR szFeature, LPCSTR szDescription, LPCSTR ext = 0) = 0;
// Adds features to the list of features supported by the client. szFeatures is a list of features separated by \0 character and terminated with two \0 characters. You can call this function at any time. Returns TRUE on success or FALSE on error.
virtual int STDMETHODCALLTYPE AddFeatures(LPCSTR szFeatures) = 0;