From 6582c6541dfa1d169d0498c125b80cd0b1221902 Mon Sep 17 00:00:00 2001 From: Abraham Raji <avronr@tuta.io> Date: Sun, 4 Jul 2021 21:38:21 +0000 Subject: [PATCH] Add XMPP compliance status badge --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4a4cdd9..a6214e1 100644 --- a/index.html +++ b/index.html @@ -253,6 +253,7 @@ <div class="wow fadeInUp col-md-6 col-sm-6" data-wow-delay="0.9s"> <h2>XMPP</h2> + <a href='https://compliance.conversations.im/server/poddery.com'><img src='https://compliance.conversations.im/badge/poddery.com'></a> <a href='https://compliance.conversations.im/server/poddery.com'><img src='https://compliance.conversations.im/badge/poddery.com'></a> 1 <p>Poddery supports chatting among your contacts in Diaspora and anybody with an account on a service supporting <a href="https://xmpp.org">XMPP</a>. You need to enable chat on your Poddery account to make use of it. See this tutorial for help. There are various chat clients available for your PC, tablet or phone.</p> </div> -- GitLab