aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e15ccc51..04e1ac60 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+QXmpp 0.3.0 (UNRELEASED)
+------------------------
+
+ - New classes
+ * QXmppServer: base class for building XMPP servers
+
+ - Add support for DNS SRV lookups, meaning you can connect to nearly all
+ servers using only a JID and a password.
+
+ - Improve support for SASL authentication, with a verification of the second
+ challenge message sent by the server.
+
QXmpp 0.2.0 (Aug 22, 2010)
--------------------------
- New XEPs