aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-13 20:58:09 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-13 20:58:09 +0000
commit0dca6d349156c144c785ce8a107286a048e5cb67 (patch)
tree4063d8795602cf0fae7f9ea7e5ce2d3b3b5aa16c
parentf6517d81798601b6a23de9aa8963d823a84f1bdd (diff)
downloadqxmpp-0dca6d349156c144c785ce8a107286a048e5cb67.tar.gz
feed CHANGELOG
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ac17d6e8..1592cb5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,12 +6,15 @@ QXmpp 0.3.0 (Unreleased)
- New Classes
* QXmppServer: base class for building XMPP servers
* QXmppVersionManager: manager class for XEP-0092: Software Version
-
+ * QXmppDiscoveryManager: manager class for XEP-0030: Service Discovery
+
- New Examples
* example_9_vCard: vCard handling example
- Deprecation
* QXmppVCard class name changed to QXmppVCardIq
+ * Signal QXmppClient::discoveryIqReceived in favour of
+ QXmppDiscoveryManager::informationReceived
- Add support for DNS SRV lookups, meaning you can connect to nearly all
servers using only a JID and a password.