diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-11 20:13:47 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-11 20:13:47 +0000 |
| commit | 9ab6fd79b19e51b558257c2c33eacd2f72966966 (patch) | |
| tree | 954721b21ee2822b4aea89569af426ce3e0375fa | |
| parent | 6070560b8dc5f3a82176a5d26d72622332d77e64 (diff) | |
| download | qxmpp-9ab6fd79b19e51b558257c2c33eacd2f72966966.tar.gz | |
improve CHANGELOG
| -rw-r--r-- | CHANGELOG | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -5,10 +5,14 @@ QXmpp 0.3.0 (Unreleased) * XEP-0202: Entity Time - New Classes + * QXmppClientExtension: base class for QXmppClient extensions (managers) * QXmppServer: base class for building XMPP servers - * QXmppVersionManager: manager class for XEP-0092: Software Version + * QXmppServerExtension: base class for QXmppServer extensions * QXmppDiscoveryManager: manager class for XEP-0030: Service Discovery - * QXmppClientExtension: base class for managers + * QXmppVersionManager: manager class for XEP-0092: Software Version + * QXmppIceConnection: class representing an Interactive Connectivity + Establishment (ICE) over UDP "connection" + * QXmppRtpChannel: class representing an RTP audio channel for VoIP calls * Refactor QXmppVCardManager to use QXmppClientExtension @@ -27,12 +31,11 @@ QXmpp 0.3.0 (Unreleased) challenge message sent by the server. - Add support for the birthday and URL attributes in vCards. - Improve STUN support for VoIP calls by detecting server-reflexive address. - - Add QXMPP_VERSION and QXmppVersion() for compile and run time version check - - Documentation updates - - Fix Symbian build - - Remove QtGui dependency - - Fix MSVC build - - SASL refactoring + - Add QXMPP_VERSION and QXmppVersion() for compile and run time version checks. + - Improve code documentation coverage and quality. + - Remove dependency on QtGui, making it easier to write console applications. + - Fix MSVC 2005 and 2008 build issues. + - Fix Symbian build issues, add DNS SRV support for Symbian devices. QXmpp 0.2.0 (Aug 22, 2010) -------------------------- |
