Daniel Gultsch
|
94e0c6b38c
|
don’t use xmpp or jabber as default muc nick
|
2017-08-23 10:06:32 +02:00 |
|
Daniel Gultsch
|
dd5e321247
|
fixed conference naming for joined people not in your contact list
|
2017-08-15 12:56:32 +02:00 |
|
Daniel Gultsch
|
6c95897f09
|
fetch device ids for muc members w/o known devices
|
2017-07-18 12:51:15 +02:00 |
|
Daniel Gultsch
|
2cfa3ce288
|
limited offline support for pgp group chats
use pgp key from contact if not set in muc
fixes #283
|
2017-04-25 15:19:54 +02:00 |
|
Daniel Gultsch
|
1fd3bbfe25
|
display chat states in conferences
|
2017-03-09 10:58:44 +01:00 |
|
Daniel Gultsch
|
5ea4322d3f
|
send and parse Chat States to and from conferences
|
2017-03-09 10:58:44 +01:00 |
|
Daniel Gultsch
|
9ba5335ae7
|
cleaned code of muc name generator
|
2017-03-06 19:06:16 +01:00 |
|
Daniel Gultsch
|
6088913fb6
|
fixed multi-session-nick renaming behaviour
|
2017-03-05 17:42:17 +01:00 |
|
Daniel Gultsch
|
c740386297
|
rename the Xmlns class to Namespace
|
2017-03-01 13:01:46 +01:00 |
|
licaon-kter
|
d3dd80eec9
|
Fix a typo in legacy
|
2017-02-19 15:47:57 +02:00 |
|
Daniel Gultsch
|
caa16a8517
|
experimental mam legacy compat layer
|
2017-02-15 16:42:35 +01:00 |
|
Daniel Gultsch
|
b90a1fe1db
|
bump mam namespace
|
2017-02-14 17:19:45 +01:00 |
|
Daniel Gultsch
|
e127ba9361
|
don't use own jid joined from another client to generate muc title
|
2016-12-01 19:57:40 +01:00 |
|
Daniel Gultsch
|
9e7a54849d
|
better handle the case when same user is joined with multiple nicks in the same room
|
2016-11-29 13:43:52 +01:00 |
|
Daniel Gultsch
|
1d3167b520
|
extract affiliations from unavailable presence
|
2016-11-13 19:25:58 +01:00 |
|
Daniel Gultsch
|
fe62ef32ae
|
don't add outcasts or non-members in members-only rooms back to list
|
2016-11-12 20:21:11 +01:00 |
|
Daniel Gultsch
|
f3ef8d4978
|
fetch new conference configuration on every conf update
|
2016-10-08 12:10:53 +02:00 |
|
Daniel Gultsch
|
c3b11e515e
|
download own vcard avatar if none is set. fixes #2008
|
2016-09-09 11:04:05 +02:00 |
|
Daniel Gultsch
|
e1d2c32e63
|
show server not found muc error
|
2016-09-06 12:15:08 +02:00 |
|
Daniel Gultsch
|
cdee91363c
|
simplified muc users ordering
|
2016-07-04 19:30:19 +02:00 |
|
Daniel Gultsch
|
e63d6b4bf2
|
only keep offline members in members only conferences
|
2016-06-28 10:32:06 +02:00 |
|
Daniel Gultsch
|
49de43b364
|
clear muc tiles when avatar of member changes
|
2016-06-14 17:11:31 +02:00 |
|
Daniel Gultsch
|
f9600b950f
|
sort muc users by affiliation, name. fixes #1913
|
2016-06-14 14:41:32 +02:00 |
|
Daniel Gultsch
|
7398424f3b
|
trim nick from bookmark before checking if it's empty
|
2016-06-03 19:24:11 +02:00 |
|
Daniel Gultsch
|
44833c1499
|
don't push default muc conf twice
|
2016-05-27 10:35:00 +02:00 |
|
Daniel Gultsch
|
841e718d6a
|
make newly created conferences private by default
|
2016-05-26 12:39:31 +02:00 |
|
Daniel Gultsch
|
8d595c1fc2
|
sync around individual calls instead of synchronizing entire object
|
2016-05-19 10:47:03 +02:00 |
|
Daniel Gultsch
|
b478eca315
|
improved ordering of muc participants
|
2016-05-17 15:01:56 +02:00 |
|
Daniel Gultsch
|
61726f4994
|
refactored muc item parsing to also parse muc status messages
|
2016-05-17 14:25:58 +02:00 |
|
Daniel Gultsch
|
14952ba5e5
|
offer offline members to be invited again
|
2016-05-17 10:43:48 +02:00 |
|
Daniel Gultsch
|
fc5304c6fe
|
change affiliation for in memory users that are currently not joined in a conference
|
2016-05-16 19:58:36 +02:00 |
|
Daniel Gultsch
|
8d0693ed6a
|
keep conference members in memory and show them in conference details
|
2016-05-16 19:58:36 +02:00 |
|
Daniel Gultsch
|
4332b0df44
|
return own jid as true counterpart on self messages in muc
|
2016-04-13 11:13:47 +02:00 |
|
Daniel Gultsch
|
0af8ee341c
|
simplified getUsers(max) code
|
2016-03-13 17:42:17 +01:00 |
|
Daniel Gultsch
|
134c75ae01
|
use correct jid when leaving a conference. fixes #1732
|
2016-02-29 16:32:24 +01:00 |
|
Daniel Gultsch
|
9e0466d1e6
|
refactored omemo to take multiple recipients
|
2016-02-29 13:18:07 +01:00 |
|
Daniel Gultsch
|
a0d0ed34ae
|
turned muc errors into enum. added error codes for service shutdown
|
2016-02-22 20:19:58 +01:00 |
|
Daniel Gultsch
|
ed740b4868
|
some mucs may grant voice to visitors in unmoderated rooms
|
2016-02-21 11:42:41 +01:00 |
|
Daniel Gultsch
|
a3e11415ec
|
refactored user handling in conferences. show try again button when conference has errors
|
2016-02-01 12:11:40 +01:00 |
|
Daniel Gultsch
|
11e58607c9
|
when no avatar found show avatar of contact and not the muc user in conferences
|
2015-12-09 10:30:26 +01:00 |
|
Daniel Gultsch
|
cd9a29718b
|
properly clear muc user avatar caches
|
2015-12-04 21:36:48 +01:00 |
|
Daniel Gultsch
|
242887447c
|
use proposed nick as default nick in mucoptions
|
2015-12-04 14:07:16 +01:00 |
|
Daniel Gultsch
|
6b592435cd
|
parse vcard avatars from muc presences
|
2015-12-03 18:18:34 +01:00 |
|
Daniel Gultsch
|
60211a315e
|
hide subject edit button if not editable by user
|
2015-11-26 17:44:29 +01:00 |
|
Daniel Gultsch
|
a557d38e4d
|
pgp fixes and revert configuration changes
|
2015-11-25 20:47:02 +01:00 |
|
saqura
|
403db3b080
|
Show whether MAM is supported in MUCs
The conference details in "Advanced Mode" now indicate whether MAM is
supported by the conference server.
|
2015-10-06 16:23:05 +02:00 |
|
Daniel Gultsch
|
5fb77a9739
|
fixed NPE when executing rename callback in muc
|
2015-09-28 15:36:55 +02:00 |
|
Daniel Gultsch
|
96575d6290
|
added possibiltiy to set conferences as moderated (only visible in advanced mode)
|
2015-09-13 17:13:46 +02:00 |
|
Daniel Gultsch
|
cd204d5931
|
show warning when trying to highlight users that have left the conference
|
2015-07-22 15:57:17 +02:00 |
|
Andreas Straub
|
012f036840
|
Optimize imports
|
2015-07-20 14:26:29 +02:00 |
|