Prosody is a modern XMPP communication server http://prosody.im
Find a file
2013-05-01 13:54:31 +01:00
certs Add some example certificates and update the config to point to them 2008-11-29 17:21:04 +00:00
core Merge with 0.5 2009-07-28 19:17:09 +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 Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
man Added man page for prosodyctl 2009-07-02 15:20:15 -04:00
net Merge with 0.5 2009-08-05 13:52:14 +01:00
plugins Making mod_saslauth use the new SASL API. 2009-08-28 13:04:38 +02:00
tests Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
tools ejabberdsql2prosody: Added support for Private XML Storage 2009-08-02 14:40:34 +05:00
util Adding a note for possible round trip savings. 2009-11-13 14:31:03 +01:00
util-src pposix, mod_posix: Bump pposix version number 2009-07-23 03:47:06 +01: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 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 Added man page for prosodyctl 2009-07-02 15:20:15 -04:00
prosody Merge with 0.5 2009-07-29 18:11:37 +01:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Add mod_pep to the default config file 2009-07-14 17:09:18 +01:00
prosodyctl prosodyctl: Also switch group when we switch user 2009-07-23 03:58:14 +01:00
README README: Update for new MUC address 2009-06-23 15:40:30 +01:00
TODO Remove completed items from TODO 2009-07-10 02:38:50 +01: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/install