diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-17 12:18:00 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-17 12:18:00 +0200 |
| commit | 50e054649befa753d5b41256a67b54d5d9d92256 (patch) | |
| tree | 97aa15f6c2bd70ad3ec95756fedbdc179d66e6e0 /CHANGELOG | |
| parent | 7b3f1ebe5b11f74f85721870b72f89157b9a79b9 (diff) | |
| download | qxmpp-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-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) ------------------------ |
