Prosody is a modern XMPP communication server http://prosody.im
Find a file
2010-03-20 14:16:33 +00:00
certs certs: Update default certs 2009-10-17 18:09:07 +01:00
core Merge 0.6->0.7 2010-03-18 01:25:50 +00:00
doc Removed some legacy doc/ files. 2009-11-25 21:30:41 +05:00
fallbacks Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
man prosodyctl.man: Update email address 2010-02-21 19:27:42 -05:00
net net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when destroying, and set destroyed = true 2010-03-14 03:07:05 +00:00
plugins mod_saslauth: Add a sasl_realm option 2010-03-17 15:29:14 -07:00
tests Merge with 0.6 2010-02-25 18:03:15 +00:00
tools ejabberd2prosody: Don't print passwords of imported accounts 2010-02-21 16:57:06 +00:00
util util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition where appropriate 2010-03-18 10:10:37 +00:00
util-src Merge 0.6.2/waqas with 0.6.2/MattJ 2010-03-03 22:05:05 +00:00
.hgignore .hgignore: Ignore prosody.version (thanks Florob) 2010-03-20 14:16:33 +00:00
AUTHORS Fix to correct my email address in AUTHORS file 2009-02-13 10:54:25 +00:00
configure configure: fix typo of 'yes' -> 'yet' 2009-12-04 02:51:43 +00:00
COPYING Update COPYING file... probably the worst thing I could forget to commit in this release :) 2009-02-02 18:04:13 +00: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: Remove fallbacks/ 2010-02-15 23:06:57 +00:00
prosody Merge 0.6.2/waqas with 0.6.2/MattJ 2010-03-03 22:05:05 +00:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Fix missing quote in commented proxy config example 2010-02-25 18:25:17 +00:00
prosodyctl prosodyctl: Fix addplugin to support --help, and hide from the help listing (for now) 2010-02-22 01:48:07 +00:00
README README: Update URL for installation docs 2010-02-18 18:57:37 +00:00
TODO TODO: Update for the fact that 0.7 is done 2010-03-03 20:41:17 +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