aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/MucOptions.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-01fetch device ids for muc members w/o known devicesChristian Schneppe1-2/+8
2017-04-26limited offline support for pgp group chatsChristian Schneppe1-1/+7
2017-03-11display chat states in conferencesChristian Schneppe1-1/+14
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe1-0/+35
2017-03-09cleaned code of muc name generatorChristian Schneppe1-10/+6
2017-03-09fixed multi-session-nick renaming behaviourChristian Schneppe1-2/+3
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-3/+3
2017-02-22Fix a typo in legacyChristian Schneppe1-2/+2
2017-02-22bump mam namespaceChristian Schneppe1-2/+6
2016-11-29better handle the case when same user is joined with multiple nicks in the sa...Christian Schneppe1-6/+25
2016-11-19reformat codeChristian Schneppe1-660/+660
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-1/+1
2016-11-12don't add outcasts or non-members in members-only rooms back to listChristian Schneppe1-1/+4
2016-10-08fetch new conference configuration on every conf updateChristian Schneppe1-1/+0
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch1-1/+1
2016-09-07show server not found muc errorDaniel Gultsch1-0/+1
2016-07-29changed package id inside manifest and projectChristian Schneppe1-7/+7
2016-07-09simplified muc users orderingDaniel Gultsch1-11/+12
2016-06-28only keep offline members in members only conferencesDaniel Gultsch1-1/+4
2016-06-14clear muc tiles when avatar of member changesDaniel Gultsch1-1/+5
2016-06-14sort muc users by affiliation, name. fixes #1913Daniel Gultsch1-9/+15
2016-06-03trim nick from bookmark before checking if it's emptyDaniel Gultsch1-2/+2
2016-05-31optimize importsChristian Schneppe1-1/+0
2016-05-27don't push default muc conf twiceDaniel Gultsch1-0/+10
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-0/+1
2016-05-19sync around individual calls instead of synchronizing entire objectDaniel Gultsch1-49/+79
2016-05-17improved ordering of muc participantsDaniel Gultsch1-2/+23
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-8/+4
2016-05-17offer offline members to be invited againDaniel Gultsch1-2/+16
2016-05-16change affiliation for in memory users that are currently not joined in a con...Daniel Gultsch1-3/+5
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-45/+129
2016-04-13return own jid as true counterpart on self messages in mucDaniel Gultsch1-0/+3
2016-03-13simplified getUsers(max) codeDaniel Gultsch1-11/+2
2016-02-29use correct jid when leaving a conference. fixes #1732Daniel Gultsch1-1/+1
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-0/+11
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-15/+19
2016-02-21some mucs may grant voice to visitors in unmoderated roomsDaniel Gultsch1-1/+3
2016-02-06optimized subtitle in MUCsChristian S1-1/+1
2016-02-01refactored user handling in conferences. show try again button when conferenc...Daniel Gultsch1-84/+57
2015-12-12when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-3/+3
2015-12-09when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-3/+3
2015-12-06properly clear muc user avatar cachesDaniel Gultsch1-2/+7
2015-12-04properly clear muc user avatar cachesDaniel Gultsch1-2/+7
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-1/+1
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-1/+1
2015-12-04parse vcard avatars from muc presencesDaniel Gultsch1-155/+122
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-155/+122
2015-11-26hide subject edit button if not editable by userDaniel Gultsch1-4/+18
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-23/+4
2015-10-06Show whether MAM is supported in MUCssaqura1-0/+5