aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppMucManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add a property to access managed roomsJeremy Lainé2012-01-231-0/+10
|
* add notifier signal for QXmppMucRoom::participants propertyJeremy Lainé2011-09-291-2/+7
|
* fix some compiler warningsJeremy Lainé2011-09-071-3/+6
|
* * add some properties to make MUC easier to scriptJeremy Lainé2011-06-051-2/+14
| | | | | * remove room participant just after emitting participantRemoved()
* emit a signal when allowed MUC actions changeJeremy Lainé2011-05-041-17/+34
|
* make requestPermissions() generate a single permissionsReceived()Jeremy Lainé2011-05-031-9/+16
|
* be tolerant about MUC messages without "groupchat" typeJeremy Lainé2011-05-021-2/+1
|
* make it possible to specify MUC leave message (fixes: #90)Jeremy Lainé2011-05-021-1/+7
|
* silence compiler warningJeremy Lainé2011-05-021-0/+1
|
* rename QXmppMucAdminIq::Item to QXmppMucItemJeremy Lainé2011-05-021-52/+50
|
* minor doc fixJeremy Lainé2011-04-291-0/+1
|
* handle nickname changesJeremy Lainé2011-04-291-23/+20
|
* * add error handling to QXmppMucRoomJeremy Lainé2011-04-291-10/+80
| | | | | * reflect client presence in room
* improve code documentationJeremy Lainé2011-04-281-0/+10
|
* overhaul multi-user chat API by introducing a QXmppMucRoom classJeremy Lainé2011-04-281-147/+363
|
* copyright year updateManjeet Dahiya2011-01-211-1/+1
|
* use enum to describe MUC affiliations and rolesJeremy Lainé2011-01-171-3/+6
|
* do not load QXmppMucManager by defaultJeremy Lainé2010-12-131-5/+3
|
* improve documentationJeremy Lainé2010-12-101-2/+10
|
* add support for joining password-protected roomsJeremy Lainé2010-10-041-1/+9
|
* remove unnecessary stream argument in handleStanza funtionManjeet Dahiya2010-09-271-3/+1
|
* extensions do not need to know about QXmppOutgoingClientJeremy Lainé2010-09-201-1/+1
|
* fix some compilers warningsJeremy Lainé2010-09-201-0/+2
|
* add a method to QXmppMucManager to change the subject of a roomJeremy Lainé2010-09-201-0/+17
|
* do not set "from" when sending messages to MUC, it is incorrectJeremy Lainé2010-09-161-1/+0
|
* refactor QXmppMucManager as a client extensionJeremy Lainé2010-09-101-19/+63
|
* * make QXmppStream an abstract classJeremy Lainé2010-08-231-2/+2
| | | | | * move client-specific code to QXmppOutgoingClient
* cosmeticsManjeet Dahiya2010-08-171-2/+2
|
* rename "source" directory to "src"Jeremy Lainé2010-08-111-0/+232