aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppMucManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* Update self nick only if the nick change is successful.0xd34df00d2013-03-121-6/+12
|
* Use room jid instead of user jid in invitations.0xd34df00d2012-09-121-1/+1
| | | | | Otherwise the invitee got invited into a "room" with a jid equal to his one.
* Add XEP-0045: Multi-User Chat attributes to QXmppPresence.Jeremy Lainé2012-09-121-19/+7
|
* prune dead codeJeremy Lainé2012-09-121-6/+0
|
* explicitly parse XEP-0249: Direct MUC Invitations message attributesJeremy Lainé2012-09-121-10/+5
|
* Fix QXmppMucRoom::name(), only consider discovery IQs from the room.Jeremy Lainé2012-09-061-9/+11
|
* protect against the case where the user has removed the disco managerJeremy Lainé2012-09-051-3/+5
|
* Add QXmppMucRoom::name() to get the room's human-readable name.Jeremy Lainé2012-09-051-1/+39
|
* clarify JID formatsJeremy Lainé2012-09-051-1/+3
|
* QXmppMucRoom::ban() should only accept bare JIDsJeremy Lainé2012-09-051-14/+5
|
* Add QXmppMucRoom::participantFullJid() to lookup an occupant full JID.Jeremy Lainé2012-09-051-2/+13
|
* Add QXmppMucRoom::ban() slot to ban users.Jeremy Lainé2012-09-051-0/+35
|
* doc fixesJeremy Lainé2012-07-211-12/+14
|
* use QXmppClient::setStatusTextJeremy Lainé2012-07-211-4/+1
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* make QXmppElementList a typedef (thanks Matt)Jeremy Lainé2012-04-231-2/+2
|
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-201-3/+3
|
* Advertise support for XEP-0249: Direct MUC InvitationsJeremy Lainé2012-04-161-1/+2
|
* start moving client-specific codeJeremy Lainé2012-02-081-0/+661