diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-22 09:00:04 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-22 09:00:04 -0400 |
| commit | e8b4d8726b0e21aabe3e48f8e1ef5c8431d51de5 (patch) | |
| tree | 050761ed170f07467388b38d59bb07e0ff11fe46 /xmpp.html | |
| parent | 9d3bf2eeb5c62750ff1a5f15829d707d9a064abc (diff) | |
consistency
Diffstat (limited to 'xmpp.html')
| -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> |
