Linux command
prosody 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Start Prosody
prosodyctl start
Stop Prosody
prosodyctl stop
Add user
prosodyctl adduser [user@domain]
Check configuration
prosodyctl check
Show status
prosodyctl status
说明
Prosody is a lightweight XMPP/Jabber server written in Lua. It's designed to be easy to set up and configure while remaining extensible through modules.
参数
- start
- Start the server.
- stop
- Stop the server.
- restart
- Restart the server.
- status
- Show server status.
- adduser _jid_
- Add XMPP user.
- passwd _jid_
- Change password.
- deluser _jid_
- Delete user.
- check
- Check configuration.
FAQ
What is the prosody command used for?
Prosody is a lightweight XMPP/Jabber server written in Lua. It's designed to be easy to set up and configure while remaining extensible through modules.
How do I run a basic prosody example?
Run `prosodyctl start` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does start do in prosody?
Start the server.