Difference between revisions of "Comparison between ejabberd and Prosody"
Jump to navigation
Jump to search
(Add information about managing rooms in ejabberd) |
m (Update the page with the latest releases) |
||
Line 16: | Line 16: | ||
| November 2002 | | November 2002 | ||
| December 2005 | | December 2005 | ||
− | | [https://blog.process-one.net/ejabberd- | + | | [https://blog.process-one.net/ejabberd-18-12/ 18.12 on 2018-12-06] |
| [https://www.process-one.net/en/ejabberd/protocols/ Protocols Supported by ejabberd] | | [https://www.process-one.net/en/ejabberd/protocols/ Protocols Supported by ejabberd] | ||
| [https://en.wikipedia.org/wiki/Prosody_(software)#Notable_deployments Notable deployments] | | [https://en.wikipedia.org/wiki/Prosody_(software)#Notable_deployments Notable deployments] | ||
− | | | + | | Yes, PR merged: https://github.com/processone/ejabberd/pull/1959 |
|- | |- | ||
| [https://prosody.im/ Prosody] | | [https://prosody.im/ Prosody] | ||
Line 26: | Line 26: | ||
| December 2008 | | December 2008 | ||
| Not yet | | Not yet | ||
− | | [ | + | | [https://blog.prosody.im/prosody-0-11-1-released/ 0.11.1 on 2018-11-28] |
| [https://prosody.im/doc/modules Prosody modules] and [http://modules.prosody.im/ Community Modules] | | [https://prosody.im/doc/modules Prosody modules] and [http://modules.prosody.im/ Community Modules] | ||
| [https://en.wikipedia.org/wiki/Ejabberd#Notable_deployments Notable deployments] | | [https://en.wikipedia.org/wiki/Ejabberd#Notable_deployments Notable deployments] |
Revision as of 16:01, 10 December 2018
Name | Written in | License | Initial release | 1.0 release | Stable release | XEP | Notable deployments | Built-in support for Let's Encrypt |
---|---|---|---|---|---|---|---|---|
ejabberd | Erlang | GPL | November 2002 | December 2005 | 18.12 on 2018-12-06 | Protocols Supported by ejabberd | Notable deployments | Yes, PR merged: https://github.com/processone/ejabberd/pull/1959 |
Prosody | Lua | MIT | December 2008 | Not yet | 0.11.1 on 2018-11-28 | Prosody modules and Community Modules | Notable deployments | Using the import command: https://prosody.im/doc/letsencrypt |
Wikipedia page comparing the RFC and XEP support of XMPP servers, including ejabberd and Prosody
Multi User Chat management
- ejabberd has a mod_muc_admin module offering creating rooms, changing room options, inviting users, etc, using the
ejabberdctl
executable