Prosody is a modern XMPP communication server http://prosody.im
Find a file
2009-05-22 14:48:34 +01:00
certs Add some example certificates and update the config to point to them 2008-11-29 17:21:04 +00:00
core stanza_router: Fix for subscriptions to users on components [0.4 branch only] 2009-05-21 16:06:50 +01:00
doc Removed core/offlinemessage.lua along with documentation and references - we have core/offlinemanager.lua instead 2009-01-09 23:09:53 +05:00
net net.httpserver: Fix for urlencoding to always produce 2 digits 2009-05-04 20:35:44 +01:00
plugins mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working 2009-05-18 04:48:35 +01:00
tests 0.3->0.4 2009-03-20 20:16:25 +00:00
tools tools/ejabberd2prosody: Fixed private storage export 2009-05-05 21:13:09 +05:00
util util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks macaronyde!) 2009-05-06 21:45:02 +01:00
util-src Close std{in,out,err} when daemonizing 2009-05-22 14:48:34 +01:00
AUTHORS Fix to correct my email address in AUTHORS file 2009-02-13 10:54:25 +00:00
configure configure: Change --data-dir to --datadir to make consistent with help and other dir flags 2009-05-01 19:25:03 +01: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 Word-wrap HACKERS file 2009-05-01 20:34:25 +01:00
INSTALL Finally add README and INSTALL files 2009-05-22 13:34:47 +01:00
Makefile Makefile: Process and install prosodyctl 2009-05-02 20:30:50 +01:00
prosody prosody: Add functions to reload the config and re-open log files 2009-05-05 14:17:06 +01:00
prosody.cfg.lua.dist Update example config, categorise modules, add new modules 2009-03-22 15:23:26 +00:00
prosodyctl prosodyctl: Add message for unable-to-save-data error 2009-05-05 16:37:43 +01:00
README Finally add README and INSTALL files 2009-05-22 13:34:47 +01:00
TODO Update TODO 2008-11-25 05:00:31 +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.heavy-horse.co.uk
               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/install