jitsi-android
jitsi-android copied to clipboard
OTR issues with carbon_copy
If OTR is enabled and the XMPP server have carbons enabled, it make issues with other clients, because Jitsi for Android send it to all clients and not the private-flag.
Really it should contain the relavant message processing hints specified from XEP-0334 and the Carbons no-copy hint.
Eg.
<message
from='[email protected]/countesshousehold'
to='[email protected]/veiled'>
<body>?OTR?v23?...</body>
<no-copy xmlns="urn:xmpp:hints"/>
<no-permanent-store xmlns="urn:xmpp:hints"/>
<private xmlns="urn:xmpp:carbons:2"/>
</message>
I've got a PR open with the XSF containing informational XEP on current OTR usage (xsf/xeps#38) which can be found in rendered form here if you're interested, or would like to contribute / review.