Add initial docs for ejabberd
This commit is contained in:
parent
c90ccfcf9e
commit
8da7ebbef0
17
doc/ejabberd.md
Normal file
17
doc/ejabberd.md
Normal file
@ -0,0 +1,17 @@
|
||||
# ejabberd
|
||||
|
||||
The kosmos.org XMPP server is running on Andromeda
|
||||
|
||||
[ejabberdctl reference](https://docs.ejabberd.im/admin/guide/managing/#ejabberdctl-commands)
|
||||
|
||||
## 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
|
Loading…
x
Reference in New Issue
Block a user