Prosody is a modern XMPP communication server http://prosody.im
Find a file
2016-11-28 14:27:59 +01:00
certs certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas) 2016-11-03 23:51:40 +01:00
core core: Increase default read size to "all of it", in practice 8K (size of LuaSockets buffer) 2016-01-10 23:25:00 +01:00
doc Removed some legacy doc/ files. 2009-11-25 21:30:41 +05:00
fallbacks fallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implements the same API as LuaExpat. 2010-12-02 17:11:51 +05:00
man prosodyctl.man: Update email address 2010-02-21 19:27:42 -05:00
net net.server_select: Prevent writes after a handler is closed (fixes #783 I hope) 2016-11-22 15:28:24 +01:00
plugins mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 2016-09-27 22:01:46 +01:00
tests tests/test.lua: Fix fake module() function to prevent _M from being _G (test.lua's environment), which caused modules to break the sandbox when they set _M.* 2016-01-06 00:24:06 +00:00
tools xep227toprosody: Pass parser to callbacks (needed since addition of stanza size limits) 2015-09-18 16:14:43 +02:00
util util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781) 2016-11-28 14:27:59 +01:00
util-src util.encodings: Expose UTF-8 validation and length checking functions 2015-03-23 14:27:30 +01:00
.hgignore .hgignore: Ignore *.diff. 2010-11-20 21:59:31 +05:00
AUTHORS AUTHORS: A small update... 2013-03-31 13:43:12 +01:00
configure configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics) 2015-02-24 15:19:20 +00:00
COPYING COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer. 2011-06-05 01:52:48 +05:00
DEPENDS DEPENDS: Update (LuaSec now has a rock) and add link to /doc/depends 2013-03-31 13:49:33 +01:00
HACKERS HACKERS: Update 2010-02-18 17:12:37 +00:00
INSTALL INSTALL: Update from wiki 2013-03-31 22:40:01 +01:00
Makefile Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532) 2015-10-14 20:55:26 +02:00
prosody prosody: Check dependencies later in the startup sequence 2014-04-09 20:46:39 +02:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Fix my s2s_secure(_auth) mess 2013-05-11 13:54:02 +01:00
prosodyctl prosodyctl: Fix copy/paste error in help text for deluser command 2016-09-27 22:01:13 +01:00
README README: Update URL for installation docs 2010-02-18 18:57:37 +00:00
TODO TODO: Remove 0.9 2013-03-31 13:45:57 +01:00

# 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:        http://prosody.im/
Download:        http://prosody.im/download
Documentation:   http://prosody.im/doc/

Jabber/XMPP Chat:
               Address:
                 prosody@conference.prosody.im
               Web interface:
                 http://prosody.im/webchat
               
Mailing lists:
               User support and discussion:
                 http://groups.google.com/group/prosody-users
               
               Development discussion:
                 http://groups.google.com/group/prosody-dev
               
               Issue tracker changes:
                 http://groups.google.com/group/prosody-issues

## Installation

See the accompanying INSTALL file for help on building Prosody from source. Alternatively 
see our guide at http://prosody.im/doc/install