-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement axolotl support #659
Comments
👍 , this is a must have. |
OTR does not work well when connection breaks often, which is the case most of the time where I live. Also it needs both to be online to start. Most people use WhatsApp as a cheaper alternative to SMS. We don't have any reliable Free Software that does asynchronous end to end encrypted messages for Firefox OS. TextSecure or XMPP with axolotl would be a big boost to Firefox OS. |
this is XMPP only, right? |
@TitanNano Axolotl is used in WhatsApp as well. |
Do we want to replace OTR with axolotl or do we want to support both? |
I think axolotl is not yet widely available in other clients. So providing both until other clients catch up would be good. |
I dont use loqui so far (ubuntu touch), but it would be better to support both OTR and axolotl, as pravi said, but keep them even if axolotl is more popular. |
Supporting both should definitely be good, OTR has auto-discovery for clients that support it. Is that the case with axolotl over XMPP? That should make things easier in the UI. |
yes that's actually what I have in mind. try to go with axolotl and if the other client doesn't support it, try to fall back on OTR. |
You can follow the work on axolotr support in "conversations" android app here http://conversationsgsoc2015.blogspot.fr/ He mentions some of the design decisions and challenges, it would be good to collaborate. |
This has landed in conversations 1.6.0 today (its called omemo). They are drafting an xep right now. |
Just in case anyone is interested... :-)
There is still a lot of work to do, but seems ok for a proof of concept. |
@cmeerw this is great! 👍 |
I have committed some support for axolotl encryption in #950 - this supports both encryption and decryption of version 1 messages (version 2 is not supported yet, but shouldn't be too difficult to add). It also doesn't support any media encryption or encrypted group chats (supporting encrypted group chats is probably the most difficult outstanding issue). |
There is a similar proposal for google summer code for conversations android app. http://wiki.xmpp.org/web/Summer_of_Code_2015#axolotl_support_for_Conversations
There is already a javascript implementation of the protocol https://github.com/joebandenburg/libaxolotl-javascript
Without this support xmpp is not usable in an unreliable network, like we have in India or most developing countries that Firefox OS is targetting. This support would make xmpp a usable alternative to whatsapp.
The text was updated successfully, but these errors were encountered: