diff --git a/content/services/xmpp-account.md b/content/services/xmpp-account.md index e8785f9..03ae5c1 100644 --- a/content/services/xmpp-account.md +++ b/content/services/xmpp-account.md @@ -3,4 +3,23 @@ draft = false title = 'XMPP Account' +++ -Send your desired username to hyzen@freedoms4.org via Email (or via XMPP if already have an XMPP account). Account creation can take upto 24 hours. + + + + + diff --git a/docs/index.xml b/docs/index.xml index befdb1f..52788d4 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -436,4 +436,21 @@ F) Net Operating Working Capital.</p> </ol> <h3 class="heading" id="b-gross-revenue"> B) Gross Revenue<span class="heading__anchor"> <a href="#b-gross-revenue">#</a></span> -</h3><p>Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.</p>XMPP Accounthttps://freedoms4.org/services/xmpp-account/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/services/xmpp-account/<p>Send your desired username to <a href="mailto:hyzen@freedoms4.org">hyzen@freedoms4.org</a> via Email (or via XMPP if already have an XMPP account). Account creation can take upto 24 hours.</p> \ No newline at end of file +</h3><p>Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.</p>XMPP Accounthttps://freedoms4.org/services/xmpp-account/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/services/xmpp-account/<div id="xmpp-loggedin" style="display:none"> + <p><strong>JID:</strong> <span id="xmpp-jid"></span></p> + <p><strong>Password:</strong> Use the same password that you used during registration.</p> +</div> +<div id="xmpp-loggedout" style="display:none"> + <p>Please <a href="https://freedoms4.org/signup/">sign up</a> to create an XMPP account.</p> +</div> +<script> +(function () { + var username = localStorage.getItem('f4_username'); + if (username) { + document.getElementById('xmpp-jid').textContent = username + '@freedoms4.org'; + document.getElementById('xmpp-loggedin').style.display = ''; + } else { + document.getElementById('xmpp-loggedout').style.display = ''; + } +})(); +</script> \ No newline at end of file diff --git a/docs/services/xmpp-account/index.html b/docs/services/xmpp-account/index.html index 929f329..9e804b6 100644 --- a/docs/services/xmpp-account/index.html +++ b/docs/services/xmpp-account/index.html @@ -1,4 +1,7 @@ -XMPP Account | Freedoms4
Freedoms4 logo

Freedoms4

XMPP Account

Send your desired username to hyzen@freedoms4.org via Email (or via XMPP if already have an XMPP account). Account creation can take upto 24 hours.

\ No newline at end of file +› XMPP Account

XMPP Account

\ No newline at end of file