Prosody is a modern XMPP communication server http://prosody.im
Find a file
2013-01-08 21:20:00 +01:00
certs prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla) 2013-01-08 21:20:00 +01:00
core certmanager: Fix nil index if no LuaSec available 2013-01-07 02:17:07 +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.http.parser: Abort if no status line is received. 2013-01-08 13:33:01 +01:00
plugins prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins 2012-12-28 14:33:47 +01:00
tests util.rfc3484: New util implementing RFC3484 sorting 2011-10-22 17:59:33 +02:00
tools tools/migration/migrator/jabberd14: Use util.xml. 2012-12-03 05:44:48 +05:00
util util.openssl: Cleanup; remove some unused variables. 2013-01-07 04:07:25 +01:00
util-src util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connections 2012-11-10 23:41:53 +01:00
.hgignore .hgignore: Ignore *.diff. 2010-11-20 21:59:31 +05:00
AUTHORS Fix to correct my email address in AUTHORS file 2009-02-13 10:54:25 +00:00
configure configure, Makefile: Allow runtime to be overridden. 2012-09-28 12:04:07 +02: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: Add luafilesystem (thanks Zash) 2012-05-26 19:41:17 +01:00
HACKERS HACKERS: Update 2010-02-18 17:12:37 +00:00
INSTALL INSTALL: Update with changes from wiki. 2012-05-17 21:04:31 +02:00
Makefile configure, Makefile: Allow runtime to be overridden. 2012-09-28 12:04:07 +02:00
prosody prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins 2012-12-28 14:33:47 +01:00
prosody.cfg.lua.dist prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla) 2013-01-08 21:20:00 +01:00
prosodyctl prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla) 2013-01-08 21:20:00 +01:00
README README: Update URL for installation docs 2010-02-18 18:57:37 +00:00
TODO TODO: Add statistics 2012-07-04 23:43:18 +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