You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IOS_ONLY - Fixed broken video calls by fixing bug in Mozilla's
webrtc-sdp library
- Reworked complete OMEMO trust management
- Fixed spurious "new OMEMO device found" notifications and status
messages
- Introduced some new OMEMO expert settings
- Improved UI responsiveness in some rare cases
- Made sure to periodically advance the OMEMO DH-ratchet even on devices
only used for receiving messages, not sending
- Made sure to remove old OMEMO devices not seen for more than 90 days
from own devicelist
Allow calls not being OMEMO-verified in OMEMO encrypted chats.
309
+
If you turn this off, you won't be able to place or receive calls to/from contacts not using a client implementing [http://gultsch.de/xmpp/drafts/omemo/dlts-srtp-verification](https://gist.github.com/iNPUTmice/aa4fc0aeea6ce5fb0e0fe04baca842cd).
310
+
This should be turned off by members of high risk groups like journalists, activists etc.
Text("Allow BTBV-only participants in verified encrypted groups")
317
+
Text(
318
+
"""
319
+
If this is off, you won't send encrypted messages to members of a group not having any explicitly trusted device once you explicitly trusted/distrusted at least one single device of another member of this group.
320
+
Use with care, because this means you'll have to explicitly trust at least one device of *all* members of a group once you started manually changing the trust of one device of a member of this group (even if you did this in an 1:1 chat with one of the members)!
321
+
Generally this should only be turned off by members of high risk groups like journalists, activists etc.
DDLogVerbose(@"Paging through mam catchup results at %@ with after: %@", account.connectionProperties.identity.jid, [iqNode findFirst:@"{urn:xmpp:mam:2}fin/{http://jabber.org/protocol/rsm}set/last#"]);
0 commit comments