aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/MucOptions.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deduplicate disco responseChristian Schneppe2018-12-271-2/+2
| | | | fixes #283
* show warning snackbar before joining anon-non-private roomChristian Schneppe2018-12-141-1/+2
|
* some code reorder for actionbar titlesChristian Schneppe2018-12-041-9/+0
|
* remove role=none participant when first online participant joinsChristian Schneppe2018-12-041-1/+1
| | | | | | in anticipations for muc services using registered nicks (and putting nicks into the member list even if that user is offline) we need to remove that 'fake' user from the online list when the real user comes online.
* do not add self as crytpo target in MUCChristian Schneppe2018-11-231-1/+1
|
* fixed race condition that prevented bookmark nick to be usedChristian Schneppe2018-11-231-5/+17
|
* added interface to edit nickChristian Schneppe2018-11-231-1/+7
|
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-231-1/+1
|
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-201-0/+1
|
* store avatars received over muc presence in contactChristian Schneppe2018-09-271-317/+307
|
* code cleanup for group chat user context menuChristian Schneppe2018-09-121-1/+0
|
* start new conversations by long press on avatarChristian Schneppe2018-09-121-0/+10
|
* display propper toast after room has been destroyedChristian Schneppe2018-07-151-0/+1
|
* store own affiliation and role to diskChristian Schneppe2018-07-091-62/+47
|
* support mam:1Christian Schneppe2018-07-091-7/+7
|
* show snackbar for resource constraint in mucsChristian Schneppe2018-07-091-0/+1
|
* fixed MucOptions.getName()Christian Schneppe2018-07-091-5/+3
|
* do not include white listed domains in room listChristian Schneppe2018-06-291-12/+12
|
* fixed some extended muc info handling. match what ejabberd doesChristian Schneppe2018-06-291-6/+19
|
* use room name (if available and != localpart) as group nameChristian Schneppe2018-06-291-27/+31
|
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-1/+14
| | | | *show jid in group details (in advanced mode)
* display avatar in groupsChristian Schneppe2018-04-271-0/+4
|
* persist some muc configurationsChristian Schneppe2018-04-131-11/+18
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-13/+12
|
* do not cross reference bookmarks and conversationsChristian Schneppe2018-02-101-1/+1
|
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-271-0/+4
|
* show warning toast if PM is disabled in MUCChristian Schneppe2018-01-211-0/+5
|
* fix wrong avatar shown when true jid doesn't match in mucChristian Schneppe2018-01-171-1/+1
|
* clear muc avatar after going onlineChristian Schneppe2017-12-271-1/+3
|
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-271-6/+28
|
* try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe2017-12-161-0/+1
|
* some bug fixesChristian Schneppe2017-11-281-1/+4
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-11/+23
|
* black list certain local parts and show domain insteadChristian Schneppe2017-10-291-11/+2
|
* don’t use xmpp or jabber as default muc nickChristian Schneppe2017-09-041-1/+11
|
* fixed conference naming for joined people not in your contact listChristian Schneppe2017-09-041-2/+8
|
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-011-2/+8
|
* limited offline support for pgp group chatsChristian Schneppe2017-04-261-1/+7
| | | | use pgp key from contact if not set in muc
* display chat states in conferencesChristian Schneppe2017-03-111-1/+14
|
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-111-0/+35
|
* cleaned code of muc name generatorChristian Schneppe2017-03-091-10/+6
|
* fixed multi-session-nick renaming behaviourChristian Schneppe2017-03-091-2/+3
|
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-3/+3
|
* Fix a typo in legacyChristian Schneppe2017-02-221-2/+2
|
* bump mam namespaceChristian Schneppe2017-02-221-2/+6
|
* better handle the case when same user is joined with multiple nicks in the ↵Christian Schneppe2016-11-291-6/+25
| | | | same room
* reformat codeChristian Schneppe2016-11-191-660/+660
|
* extract affiliations from unavailable presenceChristian Schneppe2016-11-151-1/+1
|
* don't add outcasts or non-members in members-only rooms back to listChristian Schneppe2016-11-121-1/+4
|
* fetch new conference configuration on every conf updateChristian Schneppe2016-10-081-1/+0
|