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
A Credential in the global section would be stored at delayed_warnings["*/secret"], but get("example.com","secret") would look for delayed_warnings["example.com/secret"] Storing the warnings in the config itself has the unfortunate side-effect that the config now contains util.error objects, which may be awkward if something bypasses get(). Should rawget() also do this filtering? getconfig() too? Currently this only affects prosodyctl, so maybe it won't be much of a problem. |
||
---|---|---|
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