diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-28 10:41:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-28 10:41:49 +0000 |
commit | a99d11e809f81a74ae186750d65ff77f7aa2e376 (patch) | |
tree | 21ab0589f3cea5bc4dd704b1afd122403c3d005f /protocols/JabberG/src/jabber_caps.cpp | |
parent | d2d076e523b7a5a10507fba40f58543a386dbec0 (diff) |
correct XEP-0249 support (missing caps for jabber:x:conference)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_caps.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_caps.cpp b/protocols/JabberG/src/jabber_caps.cpp index f38a6f9dd7..ac71cdd416 100644 --- a/protocols/JabberG/src/jabber_caps.cpp +++ b/protocols/JabberG/src/jabber_caps.cpp @@ -74,6 +74,7 @@ const JabberFeatCapPair g_JabberFeatCapPairs[] = { { JABBER_FEAT_MIRANDA_NOTES, JABBER_CAPS_MIRANDA_NOTES, LPGENT("Supports Miranda NG notes extension") },
{ JABBER_FEAT_JINGLE, JABBER_CAPS_JINGLE, LPGENT("Supports Jingle") },
{ JABBER_FEAT_ROSTER_EXCHANGE, JABBER_CAPS_ROSTER_EXCHANGE, LPGENT("Supports Roster Exchange") },
+ { JABBER_FEAT_DIRECT_MUC_INVITE, JABBER_CAPS_DIRECT_MUC_INVITE, LPGENT("Supports direct chat invitations (XEP-0249)") },
{ NULL, 0, NULL }
};
|