diff options
Diffstat (limited to 'protocols/JabberG')
-rw-r--r-- | protocols/JabberG/docs/changelog_jabber.txt | 4 | ||||
-rw-r--r-- | protocols/JabberG/jabber_caps.cpp | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/protocols/JabberG/docs/changelog_jabber.txt b/protocols/JabberG/docs/changelog_jabber.txt index fcde5a6c8e..1d41cc12a6 100644 --- a/protocols/JabberG/docs/changelog_jabber.txt +++ b/protocols/JabberG/docs/changelog_jabber.txt @@ -4,6 +4,10 @@ Legend: [-] deleted
[!] bug fixed
+Version 0.11.0.1
+===============
+Jabber development was resumed after years of silence and small bugfixes
+
Version 0.7.0.7
===============
[+] XEP-0115 support (Entity Capabilities)
diff --git a/protocols/JabberG/jabber_caps.cpp b/protocols/JabberG/jabber_caps.cpp index f38884dda3..884dcfa24b 100644 --- a/protocols/JabberG/jabber_caps.cpp +++ b/protocols/JabberG/jabber_caps.cpp @@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "jabber_iq.h"
#include "jabber_caps.h"
#include "version.h"
-#include <m_version.h>
const JabberFeatCapPair g_JabberFeatCapPairs[] = {
{ _T(JABBER_FEAT_DISCO_INFO), JABBER_CAPS_DISCO_INFO, _T("Supports Service Discovery info"), },
|