diff options
| -rw-r--r-- | xmpp.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
