3921f3a
QUOTING_MAX_DEPTH=1 for transitory compatibility with older versions. QUOTE_MAX_DEPTH=7 for performance testing and hiding of a rerendering bug occuring when two adjacent messages are merged.
Millesimus
created
c81c8a6
Small refactoring for a more intuitive config.
227dd8d
Intercept DIAL and CALL to tel: and rewrite to cheogram
Click to expand commit body
This is a proof of concept. It catches tel: from browser, but also taps on call
button in contacts, etc, and rewrites to a Cheogram JID. It does not query the
user's roster for gateway options, or ask the gateways to convert the URI, but
simply assumes Cheogram format and jams it in. It also does not initiate a
call, but simply uses the default XmppUri action which will be to either add to
roster or open conversation.
Stephen Paul Weber
created
84739c3
Merge branch 'jid-in-calls' of https://github.com/benharri-forks/Conversations
Click to expand commit body
* 'jid-in-calls' of https://github.com/benharri-forks/Conversations:
display jid in calls
e232420
make sure omemo sessions are verified if the the respective config flag is set
Daniel Gultsch
created
9544b99
invoke omemo trust/fetch activity when triggering phone call in require_verification mode
Daniel Gultsch
created
3b25fb9
encrypt to inactive and untrusted devices in jingle
Click to expand commit body
encrypting to untrusted devices means no degradition of security
compared to not encrypting at all. Trust status display (shield) is made
independently at a later stage.