diff options
| -rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -26,14 +26,15 @@ <br> <div> - <a class="button" href="https://bunny.garden/macaw">Source Code</a> + <a class="button" href="https://bunny.garden/macaw-web">Source Code</a> </div> <p>Macaw is an in-development retro-modern XMPP chat client that takes from the best of all the eras of instant messaging. Chat apps can be fast, featureful and fun.</p> <div class="handmade-with"> - <div>handmade with <span class="monospace"><3</span> at </div><img id="lovely" src="/assets/lovely.svg"> + <div>handmade with <span class="monospace"><3</span> at </div><a href="https://lovely.computer"><img + id="lovely" src="/assets/lovely.svg"></a> </div> </header> @@ -43,7 +44,8 @@ <div class="column"> <div class="feature"> <h3>Private</h3> - <p>End-to-end encryption is supported and enabled by default for direct messages and private group chats + <p>End-to-end encryption will be supported and enabled by default for direct messages and private group + chats via OMEMO 2, which uses the Signal Protocol for perfect forward secrecy.</p> |
