Prosody is a modern XMPP communication server http://prosody.im
Find a file
2011-12-08 07:41:28 +00:00
certs certs/openssl.cnf: Specify output encoding. 2011-01-08 09:09:19 +01:00
core s2smanager: Store port specified by SRV records 2011-12-07 23:37:56 +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.xmppserver_listener: Set default interface to '*' (fixes traceback) (thanks Zash) 2011-11-28 14:27:52 +00:00
plugins mod_bosh: Experimental option 'bosh_auto_cork' which witholds any response to a request until all stanzas in it have been processed. 2011-12-07 05:54:17 +00:00
tests util.rfc3484: New util implementing RFC3484 sorting 2011-10-22 17:59:33 +02:00
tools migrator/jabberd14: Support for reading jabberd14 spool files. 2011-11-19 21:12:23 +05:00
util util.iterators: it2table: Fix variable name 2011-12-07 05:17:39 +00:00
util-src util.pposix: Don't trust errno for success. Thanks Quince 2011-11-18 06:13:24 +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: Remove obsolete option '--require-config' 2011-12-08 07:41:28 +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 Stopped using the lbase64 library 2008-11-28 00:48:16 +05:00
HACKERS HACKERS: Update 2010-02-18 17:12:37 +00:00
INSTALL Finally add README and INSTALL files 2009-05-22 13:34:47 +01:00
Makefile Makefile: Fix making of prosody.version 2011-10-23 20:56:33 +02:00
prosody prosody: Ensure prosody.paths.config is never nil (certmanager.create_context fails otherwise). 2011-11-02 00:00:42 +05:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Add example of 'authentication' option 2011-04-05 12:36:56 +01:00
prosodyctl prosodyctl: Update message on reload success 2011-08-04 14:00:24 -04: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