Prosody is a modern XMPP communication server http://prosody.im
Find a file
2009-06-23 15:40:30 +01:00
certs Add some example certificates and update the config to point to them 2008-11-29 17:21:04 +00:00
core modulemanager: Expose api table to allow others to extend the module API 2009-06-23 01:48:01 +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 fallbacks/bit: bit manipulation API (compatible with bitlib for now) 2009-05-08 01:09:07 +05:00
net net.http: (Re-)add url[en|de]code functions 2009-06-12 11:21:11 +01:00
plugins mod_groups: Support for public groups, and extra logging 2009-06-22 22:02:04 +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.pluginloader: Remove unnecessary return value suppressing the real load error 2009-06-22 21:56:52 +01:00
util-src Close std{in,out,err} when daemonizing 2009-05-22 14:48:34 +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 Makefile: Experimental support for recording the version of an installed Prosody 2009-06-05 01:13:39 +01:00
prosody prosody: Switch anonymous_login check to use the new datamanager callback syntax 2009-06-22 14:16:06 +01:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Enable mod_register by default, but with registration disabled, and add a comment about it 2009-06-02 19:56:12 +01:00
prosodyctl prosodyctl: Allow commands to be implemented in modules 2009-06-23 01:50:10 +01:00
README README: Update for new MUC address 2009-06-23 15:40:30 +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.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