diff --git a/content/services/xmpp-account.md b/content/services/xmpp-account.md index 5a590af..43a5ebd 100644 --- a/content/services/xmpp-account.md +++ b/content/services/xmpp-account.md @@ -18,7 +18,7 @@ registration-needed = true (function () { var username = localStorage.getItem('f4_username'); if (username) { - document.getElementById('xmpp-jid').textContent = username + '@freedoms4.org'; + document.getElementById('xmpp-jid').textContent = username.toLowerCase() + '@freedoms4.org'; document.getElementById('xmpp-loggedin').style.display = ''; } else { document.getElementById('xmpp-loggedout').style.display = ''; diff --git a/docs/index.html b/docs/index.html index a1fa96c..6f68feb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -Freedoms4
Freedoms4 logo

Freedoms4

XMPP

XMPP

\ No newline at end of file