From 9d3bf2eeb5c62750ff1a5f15829d707d9a064abc Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 21 Jul 2021 23:00:14 -0400 Subject: xmpp added --- xmpp.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'xmpp.html') diff --git a/xmpp.html b/xmpp.html index a7affaf..290523a 100644 --- a/xmpp.html +++ b/xmpp.html @@ -13,6 +13,8 @@
+ XMPP Logo and Icon +

XMPP is a fantastically simple protocol that's usually used as a messenger. It's highly extensible, better than IRC, @@ -172,6 +174,40 @@ With any system service, use systemctl reload or systemctl re

systemctl restart prosody
+

Using your Server!

+ +

+Once your server is set up, you just need an XMPP client to use your new and secure chat system. +

+ + + +

+Install whichever of these clients you want on your computer or phone and you can log into your new XMPP server with the account you made. +Note that if you enabled public registration, anyone can create an account on your server through one of these clients. +

+ +

Account addresses

+ +

+XMPP account addressed look just like email addresses: username@example.org. +You can message any account on any XMPP server on the internet with that format. +

+ +

Note on MUCs (multi-user chats)

+ +

+Remember that MUCs are kept on a separate subdomain that we created and should've gotten a certificate for above, for example, muc.example.org. +Chatrooms are created and referred to in the following format: #chatroomname@muc.example.org. +

+
-- cgit v1.2.3