Free Kurt opened 7 years ago
|
|
Thank you for the suggestion. We are definitely thinking about implementing it however I can't give you a specific timeline. We would also accept contributions (given Tigase software is opensource). |
|
I've reviewed XEP and documentation for this feature and it looks like OMEMO, while being open specification uses libsignal-protocol-java GPLv3 compliant library, which would force us to:
To be honest, I'm not sure if we should embed those libraries. And even if we would decide to do so, we should do this in a separate library or directly in the client (not in TigaseSwift). Either way, there is one more thing to consider. At
As for cryptography support, we were also considering support for PGP/GPG for message exchange. In this case we could use some library, ie. ObjectivePGP which could be easily used in Swift, but we would need to check if licensing is correct for us. If so, then I would still put this feature only in the Messenger and not in the library). Alternatively, we would need to implement it on our own and most likely use OpenSSL to deal with encryption. Note: From what I've seen access to encryption algorithms is very limited on iOS and macOS and requires usage (embedding) of cryptography library like ie. OpenSSL and our software may be classified as:
Artur, let me know what you think about this. Should we implement or not? which route should we choose? |
|
Andrzej Wójcik wrote:
It would be really cool to have, however, it is not a priority to us at the moment. What I mean by this, is this:
|
Type |
New Feature
|
Priority |
Blocker
|
Assignee | |
RedmineID |
7511
|
Version |
5.0
|
Any chance that Tigase iOS could put OMEMO support on their roadmap? https://conversations.im/omemo/
https://omemo.top shows that adoption of OMEMO in the XMPP client network in continuously growing and it'd be great to add Tigase iOS to the list of clients that support OMEMO message encryption.