Merge pull request 'Update ejabberd doc' (#254) from docs/ejabberd into master

Reviewed-on: #254
This commit is contained in:
Greg 2020-12-09 12:12:51 +00:00
commit f540661de4

View File

@ -1,26 +1,11 @@
# ejabberd # ejabberd
The kosmos.org XMPP server is running on `andromeda.kosmos.org`. JIDs are The kosmos.org XMPP service is running as an ejabberd cluster on [various
username@kosmos.org, with the server being configured in DNS to use machines][1]. JIDs are `username@kosmos.org`, with the service being configured
`xmpp.kosmos.org` and MUC on `chat.kosmos.org`. in DNS to use `xmpp.kosmos.org` and MUC on `kosmos.chat`.
* [Configuring ejabberd](https://docs.ejabberd.im/admin/configuration) * [Configuring ejabberd](https://docs.ejabberd.im/admin/configuration)
* [XEP compliance tester](https://compliance.conversations.im/server/kosmos.org/) * [XEP compliance tester](https://compliance.conversations.im/server/kosmos.org/)
* [ejabberdctl reference](https://docs.ejabberd.im/admin/guide/managing/#ejabberdctl-commands) * [ejabberdctl reference](https://docs.ejabberd.im/admin/guide/managing/#ejabberdctl-commands)
### Common ejabberdctl tasks [1]: https://wiki.kosmos.org/Infrastructure
(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