Prosody is a modern XMPP communication server http://prosody.im
Find a file
2012-05-26 19:41:17 +01:00
certs certs/openssl.cnf: Specify output encoding. 2011-01-08 09:09:19 +01:00
core portmanager: Match service against service_info (:iter() doesn't match values) 2012-05-22 14:33:06 +01:00
doc Removed some legacy doc/ files. 2009-11-25 21:30:41 +05:00
fallbacks fallbacks/lxp.lua: CRLF -> LF. 2010-12-02 17:15:26 +05:00
man prosodyctl.man: Update email address 2010-02-21 19:27:42 -05:00
net net.http.parser: Break loop when no more usable data in buffer 2012-05-25 02:32:33 +01:00
plugins mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 2012-05-25 12:50:58 +02:00
tests util.rfc3484: New util implementing RFC3484 sorting 2011-10-22 17:59:33 +02:00
tools tools/ejabberdsql2prosody: Handle INSERT statement form where column list is specified (by skipping the column list). 2012-02-05 00:10:13 +05:00
util util.set: Change '/' operator from filter to map+filter (nil to drop from set, false is a valid item). No code found which depends on current behaviour. 2012-05-24 18:51:18 +01:00
util-src util.hashes: Add sha224, sha384, sha512 2012-05-10 05:57:24 +02: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: Add 'openbsd' preset (thanks xavier) 2011-12-11 17:08:34 +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: 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 Makefile: Fix for net/http 2012-04-25 03:56:26 +01:00
prosody prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send() 2012-05-14 17:58:51 +02:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Rename mod_httpserver to mod_http_files, and move both it and mod_bosh to a new 'HTTP modules' category 2012-04-28 14:48:12 +01:00
prosodyctl prosodyctl: Add duplicate code for getting version of prosody 2012-05-15 20:15:52 +02:00
README README: Update URL for installation docs 2010-02-18 18:57:37 +00:00
TODO TODO: Update for 0.9 milestones 2011-02-01 02:33:50 +00: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