xmppo / go-xmpp

Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)
https://golang.org/
BSD 3-Clause "New" or "Revised" License
526 stars 170 forks source link

XEP-0384: OMEMO Encryption #185

Open mrusme opened 6 months ago

mrusme commented 6 months ago

While I saw that there has already been work done in regard to XEP-0373/-0374: GPG, I believe it might nevertheless make sense to have XEP-0384 support. From a purely client-side-perspective OMEMO appears to be easier to deal with. For reference, Conversations.im only appears to support XEP-0027 and XEP-0384.

mdosch commented 6 months ago

I don't know of anyone working on OX support. I have OX support for my tool, but it is completely done in the application, not in the library. Also I am not sure whether it is a good idea to have OX or OMEMO support in this library as this would introduce dependencies on PGP and Signal libraries. However, you can work on an OMEMO implementation for this library if you want if @mattn has no strong objections.

I just recently added SCRAM myself, because I wanted to have it (or needed it) and didn't want to wait for someone else to step up and implement it. :)

On 13.03.2024 11:50, ◤◢◤◢◤◢◤◢ wrote:

While I saw that there has already been work done in regard to XEP-0373/-0374: GPG, I believe it might nevertheless make sense to have XEP-0384 support. From a purely client-side-perspective OMEMO appears to be easier to deal with. For reference, Conversations.im only appears to support XEP-0027 and XEP-0384.

-- Reply to this email directly or view it on GitHub: https://github.com/xmppo/go-xmpp/issues/185 You are receiving this because you are subscribed to this thread.

Message ID: @.***>