xmpp_client/src/main/java/eu/siacs/conversations/crypto
Daniel Gultsch 4cd652884c do not finish or repair sessions for untrusted senders
finishing (sending a key transport message in response to pre key message) as
well as reparing sessions will leak resource and availability and might in
certain situations in group chat leak the Jabber ID.

Therefor we disable that. Leaking resource might not be considered harmful by
a lot of people however we have always doing similar things with receipts.
2019-09-15 11:49:58 +02:00
..
axolotl do not finish or repair sessions for untrusted senders 2019-09-15 11:49:58 +02:00
sasl create api calls 2018-10-31 13:33:55 +01:00
DomainHostnameVerifier.java integrate trust manager into conversations 2018-03-07 22:30:33 +01:00
OmemoSetting.java introduced tri state omemo setting (off by default, on by default, always) 2018-03-27 15:35:53 +02:00
PgpDecryptionService.java explicitly set type=images for all media with an image mime type 2019-01-12 09:01:35 +01:00
PgpEngine.java attempt to unregister when receiving push for channel no longer joined 2019-06-26 17:40:12 +02:00
XmppDomainVerifier.java made domain verifier case insensitive. fixes #3495 2019-07-20 17:51:37 +02:00