aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0c30ef90..64e19776 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,8 +21,11 @@
- New XEPs (Initial Support)
* XEP-0136: Message Archiving
- * XEP-0176: Jingle ICE-UDP Transport Method [Experimental]
+ * XEP-0176: Jingle ICE-UDP Transport Method [Experimental]
+- Doxygen Documentation
+- Added targets in *.pro file for packaging, installing and generating documentation
+- Using QXmlStreamWriter while creating stanzas to be sent to the server
- clean up getter accessors from "getFoo" to "foo"
- add proper file transfer management instead of the shaky IBB-only
- add support for keep-alive pings
@@ -33,7 +36,6 @@
- add initial support for Jingle call establishment
- fix the XML-RPC code's encoding/decoding for types other than strings
- add a test suite for stanza parsing / serialisation
-- add doxygen documentation
- refactor the logging code