mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Prosody is a modern XMPP communication server
http://prosody.im
XEP-0004: Changes <reported> which is not implemented XEP-0030: A note on some implementations not advertising disco#info XEP-0106: Now references PRECIS which we don't have access to XEP-0107: Editorial fixing of a typo XEP-0133: Removal of 'Get User Password' already done in 21a1b9fb08a1, editorial changes XEP-0153: Editorial changes XEP-0198: Editorial changes and clarifications XEP-0223: Updated security considerations XEP-0292: The difference is that the iq syntax implemented in mod_vcard4 is removed. To become compliant, simply unload this module. XEP-0313: Editorial and minor changes XEP-0398: Advanced to Stable, no other changes XEP-0398: Now mentions the implementation method used in mod_vcard_legacy XEP-0402: Changes only affecting clients XEP-0421: Added requirements we already satisfy XEP-0440: Editorial changes XEP-0478: Editorial changes Due to their size, review of changes to XEP-0045 and XEP-0060 has been left for later. |
||
---|---|---|
certs | ||
core | ||
doc | ||
fallbacks | ||
man | ||
net | ||
plugins | ||
spec | ||
teal-src | ||
tools | ||
util | ||
util-src | ||
.busted | ||
.editorconfig | ||
.hgignore | ||
.lua-format | ||
.luacheckrc | ||
.luacov | ||
.semgrep.yml | ||
AUTHORS | ||
CHANGES | ||
configure | ||
CONTRIBUTING | ||
COPYING | ||
DEPENDS | ||
GNUmakefile | ||
HACKERS | ||
INSTALL | ||
loader.lua | ||
makefile | ||
prosody | ||
prosody.cfg.lua.dist | ||
prosodyctl | ||
README | ||
TODO |
# Prosody IM Server ## Description Prosody is a server for Jabber/XMPP written in Lua. It aims to be easy to use and light on resources. For developers, it aims to give a flexible system on which to rapidly develop added functionality or rapidly prototype new protocols. ## Useful links Homepage: https://prosody.im/ Download: https://prosody.im/download Documentation: https://prosody.im/doc/ Issue tracker: https://issues.prosody.im/ Jabber/XMPP Chat: Address: prosody@conference.prosody.im Web interface: https://chat.prosody.im/ Mailing lists: User support and discussion: https://groups.google.com/group/prosody-users Development discussion: https://groups.google.com/group/prosody-dev ## Installation See the accompanying INSTALL file for help on building Prosody from source. Alternatively see our guide at https://prosody.im/doc/install