summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>