aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-17 12:18:00 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-17 12:18:00 +0200
commit50e054649befa753d5b41256a67b54d5d9d92256 (patch)
tree97aa15f6c2bd70ad3ec95756fedbdc179d66e6e0 /CHANGELOG
parent7b3f1ebe5b11f74f85721870b72f89157b9a79b9 (diff)
downloadqxmpp-50e054649befa753d5b41256a67b54d5d9d92256.tar.gz
Enable multiple calls to QXmppServer::listenFor(Clients|Servers)
Make it possible to call listenForClients and listenForServers multiple times to supported multiple IP address / ports.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 63df0a55..399657ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,13 @@
QXmpp 0.7.4 (UNRELEASED)
------------------------
- - Move server statistics to a counter / gauge system.
- Add XEP-0249: Direct MUC Invitations attributes to QXmppMessage.
- Add XEP-0045: Multi-User Chat attributes to QXmppPresence.
- Improve GuiClient, stop using deprecated APIs.
+ - Improve QXmppServer:
+ * Move statistics to a counter / gauge system.
+ * Make it possible to call listenForClients and listenForServers
+ multiple times to supported multiple IP address / ports.
QXmpp 0.7.3 (Sep 7, 2012)
------------------------