summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-07-22 09:00:04 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-07-22 09:00:04 -0400
commite8b4d8726b0e21aabe3e48f8e1ef5c8431d51de5 (patch)
tree050761ed170f07467388b38d59bb07e0ff11fe46
parent9d3bf2eeb5c62750ff1a5f15829d707d9a064abc (diff)
consistency
-rw-r--r--xmpp.html4
1 files 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.
<h3>Note on MUCs (multi-user chats)</h3>
<p>
-Remember that MUCs are kept on a separate subdomain that we created and should've gotten a certificate for above, for example, <code><strong>muc.example.org</strong></code>.
-Chatrooms are created and referred to in the following format: <code><strong>#chatroomname@muc.example.org</strong></code>.
+Remember that MUCs are kept on a separate subdomain that we created and should've gotten a certificate for above, for example, <code><strong>chat.example.org</strong></code>.
+Chatrooms are created and referred to in the following format: <code><strong>#chatroomname@chat.example.org</strong></code>.
</p>
</main>