From 02239dd9a849b6d245e896455fe746c6f79ae780 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 8 Dec 2020 13:13:05 +0100 Subject: [PATCH] Update ejabberd doc --- doc/ejabberd.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/doc/ejabberd.md b/doc/ejabberd.md index 2e9713d..29044a5 100644 --- a/doc/ejabberd.md +++ b/doc/ejabberd.md @@ -1,26 +1,11 @@ # ejabberd -The kosmos.org XMPP server is running on `andromeda.kosmos.org`. JIDs are -username@kosmos.org, with the server being configured in DNS to use -`xmpp.kosmos.org` and MUC on `chat.kosmos.org`. +The kosmos.org XMPP service is running as an ejabberd cluster on [various +machines][1]. JIDs are `username@kosmos.org`, with the service being configured +in DNS to use `xmpp.kosmos.org` and MUC on `kosmos.chat`. * [Configuring ejabberd](https://docs.ejabberd.im/admin/configuration) * [XEP compliance tester](https://compliance.conversations.im/server/kosmos.org/) * [ejabberdctl reference](https://docs.ejabberd.im/admin/guide/managing/#ejabberdctl-commands) -### Common ejabberdctl tasks - -(These things can also be done through a client that supports admin actions, or -through the admin web interface.) - -## Create a user account - - sudo /opt/ejabberd-18.06/bin/ejabberdctl register username kosmos.org password - -## Change a user's password - - sudo /opt/ejabberd-18.06/bin/ejabberdctl change_password username kosmos.org new_password - -## List users - - sudo /opt/ejabberd-18.06/bin/ejabberdctl registered_users kosmos.org +[1]: https://wiki.kosmos.org/Infrastructure