jitsi-android icon indicating copy to clipboard operation
jitsi-android copied to clipboard

OTR issues with carbon_copy

Open Sebijk opened this issue 10 years ago • 1 comments

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.

Sebijk avatar Aug 11 '15 09:08 Sebijk

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.

SamWhited avatar Aug 11 '15 13:08 SamWhited