diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-05 17:35:21 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-05 17:35:21 +0200 |
| commit | f74b261fad3f06e9e27d5aca7e86d9ca14b5a67a (patch) | |
| tree | bccc1e0066a4c28198c6d6743a2dbd5d13e8f294 /CHANGELOG | |
| parent | 94545f5d9303dc1e04ff3d1260bc62ce6f2ec5ee (diff) | |
| download | qxmpp-f74b261fad3f06e9e27d5aca7e86d9ca14b5a67a.tar.gz | |
Add QXmppMucRoom::name() to get the room's human-readable name.
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,8 +4,9 @@ QXmpp 0.7.2 (Unreleased) - Handle Error replies in QXmppDiscoveryManager so that library users can know about errors. - If building with Qt 5, use Qt's QDnsLookup instead of our backport. - - Improve MUC scritability: + - Improve MUC scriptability: * Add QXmppMucRoom::ban() to ban users. + * Add QXmppMucRoom::name() to get the room's human-readable name. * Add QXmppMucRoom::participantFullJid() to lookup an occupant full JID. QXmpp 0.7.1 (Sep 3, 2012) |
