From 7b31c8c02fc27fe42460228ce74c7080ecd9ca9e Mon Sep 17 00:00:00 2001 From: ben clark Date: Sun, 14 Mar 2021 11:33:33 +0000 Subject: [PATCH] gramer fixes --- wiki/xmpp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/xmpp.md b/wiki/xmpp.md index 31b480d..a02865b 100644 --- a/wiki/xmpp.md +++ b/wiki/xmpp.md @@ -4,9 +4,9 @@ subtitle: it's like email but it's not author: cark 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! -```shell +``` giovanni@southlondon:/var/scripts$ /var/scripts/xmpp-register Creating account for giovanni 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. -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.