mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
Prosody is a modern XMPP communication server
http://prosody.im
This removes the different argument order used between '{x|foo}' and '{x|foo(y)}' because the differing order was awkward and confusing. This util does not seem to be widely used so should not be problematic to change this part. The only known use is in mod_pubsub, which does not use the filter function feature. |
||
---|---|---|
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