Prosody is a modern XMPP communication server http://prosody.im
Find a file
2016-01-08 13:01:27 +00:00
certs certs/Makefile: Run key generation with a stricter umask (fixes a race condition) 2015-12-23 12:07:03 +01:00
core s2smanager: Make sure destroyed sessions have a sends2s method 2015-05-14 00:22:13 +02: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 Backout 88d54bec26b7 prior to release, as it certainly requires more testing 2016-01-08 13:01:27 +00:00
plugins mod_http_files: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability 2016-01-07 15:37:47 +00: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.uuid: Use /dev/urandom 2016-01-06 02:46:47 +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 nil global access traceback in prosodyctl about (luarocks 2.2.0 no longer uses module()) 2014-10-19 03:05:49 -04: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