gramer fixes

This commit is contained in:
ben clark 2021-03-14 11:33:33 +00:00
parent 7cb184da11
commit 7b31c8c02f
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ subtitle: it's like email but it's not
author: cark author: cark
date: 2021-03-14 date: 2021-03-14
--- ---
if you don't know already, xmpp is an instant messaging protocol that let's you talk to people on the internet, even if they're using a different server than you. if you didn't know already, xmpp is an instant messaging protocol that let's you talk to people on the internet, even if they're using a different server than you.
to claim your account, you can run `/var/scripts/xmpp-register`, type in a password and you're set! to claim your account, you can run `/var/scripts/xmpp-register`, type in a password and you're set!
```shell ```
giovanni@southlondon:/var/scripts$ /var/scripts/xmpp-register giovanni@southlondon:/var/scripts$ /var/scripts/xmpp-register
Creating account for giovanni Creating account for giovanni
This script will create an XMPP account for you on southlondon.cc This script will create an XMPP account for you on southlondon.cc
@ -15,4 +15,4 @@ User giovanni@southlondon.cc successfully registered
``` ```
now, you can use that xmpp address to log in using your favourite xmpp client. if you don't have a favourite already, check out [gajim](https://gajim.org/) for windows/linux or [conversations](https://f-droid.org/en/packages/eu.siacs.conversations/) on android. now, you can use that xmpp address to log in using your favourite xmpp client. if you don't have a favourite already, check out [gajim](https://gajim.org/) for windows/linux or [conversations](https://f-droid.org/en/packages/eu.siacs.conversations/) on android.
our server is [mostly compliant](https://compliance.conversations.im/server/southlondon.cc/) with the standards, so hopefully everything will work fine our server is [mostly compliant](https://compliance.conversations.im/server/southlondon.cc/) with the standards, so hopefully everything will work fine.