Prosody is a modern XMPP communication server http://prosody.im
Find a file
2010-04-14 13:01:10 +01:00
certs certs: Update default certs 2009-10-17 18:09:07 +01:00
core hostmanager: Re-word log messages in line with config changes 2010-04-14 13:00:24 +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
fallbacks Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
man prosodyctl.man: Update email address 2010-02-21 19:27:42 -05:00
net net.server: Fix logic error causing traceback when receiving a non-number port 2010-04-09 12:25:54 +01:00
plugins MUC: Allow moderators which are not owners to change roles. 2010-04-14 17:54:33 +05:00
tests Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
tools Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
util util.ztact: Fixed global accesses. 2010-04-01 19:28:23 +05:00
util-src util.windows: Convert from Windows line endings 2010-03-22 17:16:28 +00:00
.hgignore Adding .hgignore 2009-06-04 15:17:39 +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 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 Fix for Makefile hack to install MUC plugin 2009-09-08 14:38:51 +01:00
prosody Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Refactor the default config file based on feedback from confused users 2010-04-14 13:01:10 +01:00
prosodyctl prosodyctl: Fix to load LuaRocks 2.x if we have it 2010-03-03 20:12:24 +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