Hi, this tiny "patch" adds libsignal-protocol.js to mod_conversejs for omemo support (which we all love sooo much ;) ) See also here: https://issues.prosody.im/1213
cheers, bert -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/prosody-dev. For more options, visit https://groups.google.com/d/optout.
# HG changeset patch # User bert <[email protected]> # Date 1537713974 -7200 # Sun Sep 23 16:46:14 2018 +0200 # Node ID faed9859cc9283857bb07f4fe77e409a8afc0321 # Parent 3af2da0303979a36f94091bfc4124745cc193fd9 mod_conversejs: Add libsignal-protocol.js to enable OMEMO. Fixes #1213. diff -r 3af2da030397 -r faed9859cc92 mod_conversejs/mod_conversejs.lua --- a/mod_conversejs/mod_conversejs.lua Sun Sep 23 14:20:06 2018 +0200 +++ b/mod_conversejs/mod_conversejs.lua Sun Sep 23 16:46:14 2018 +0200 @@ -16,6 +16,7 @@ <meta charset="utf-8"> <link rel="stylesheet" type="text/css" media="screen" href="https://cdn.conversejs.org/4.0.1/css/converse.min.css"/> <script charset="utf-8" src="https://cdn.conversejs.org/4.0.1/dist/converse.min.js"></script> +<script src="https://cdn.jsdelivr.net/gh/signalapp/libsignal-protocol-javascript/dist/libsignal-protocol.js"></script> <title>Prosody IM and Converse.js</title> </head> <body>
