aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-21 08:54:41 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-21 08:54:41 +0000
commit13afb4999cc897f8e7b84bbdd9b06b49fe097dad (patch)
treea2df0a5d7d8ece11c777acdd75f5bc835584515f
parentd3667498b11c4f4c5c00f1b2e50df4095d74b97b (diff)
downloadqxmpp-13afb4999cc897f8e7b84bbdd9b06b49fe097dad.tar.gz
removing items which are already covered in XEP list
-rw-r--r--CHANGELOG9
1 files changed, 2 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 87bec9b7..aac6bd9d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -34,15 +34,10 @@ QXmpp 0.2.0 (Aug XX, 2010)
- Add targets in *.pro file for packaging, installing and generating documentation
- Use QXmlStreamWriter while creating stanzas to be sent to the server
- Clean up getter accessors from "getFoo" to "foo"
- - Add proper file transfer management.
+ - Add proper file transfer management
- Add support for keep-alive pings
- Report authentication errors
- - Disable automatic reconnection when a "conflict" stream errors is received
- (avoid ping-pong between two QXmpp-based clients using the same jid/resource)
-
- - Add initial support for archive managements
- - Add initial support for Jingle call establishment
- - Fix the XML-RPC code's encoding/decoding for types other than strings
+ - Automatic reconnection mechanism
- Add a test suite for stanza parsing / serialisation
- Refactor the logging code
- Add proxy support