From e8b4d8726b0e21aabe3e48f8e1ef5c8431d51de5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 22 Jul 2021 09:00:04 -0400 Subject: consistency --- xmpp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmpp.html b/xmpp.html index 290523a..64238b0 100644 --- a/xmpp.html +++ b/xmpp.html @@ -204,8 +204,8 @@ 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. +Remember that MUCs are kept on a separate subdomain that we created and should've gotten a certificate for above, for example, chat.example.org. +Chatrooms are created and referred to in the following format: #chatroomname@chat.example.org.

-- cgit v1.2.3