Prosody is a modern XMPP communication server http://prosody.im
Find a file
2010-02-18 17:12:37 +00:00
certs certs: Update default certs 2009-10-17 18:09:07 +01:00
core modulemanager: Fix traceback on unloading global modules (thanks KSid) 2010-02-18 16:22: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 Added man page for prosodyctl 2009-07-02 15:20:15 -04:00
net net.adns: Don't treat locally-initiated disconnects as fatal with libevent backend in use (thanks Flo) 2010-02-18 16:44:26 +00:00
plugins mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL context (thanks Flo...) 2010-02-16 17:15:43 +00:00
tests tests/test.lua: Changes to environment handling of tests, and replace module() with dummy function that doesn't alter the current environment 2009-11-27 18:00:47 +00:00
tools xep227toprosody: Fixed some global accesses. 2010-01-27 23:11:06 +05:00
util util.sasl.scram: Removed unnecessary dependency on bitlib. 2010-02-16 04:02:37 +05:00
util-src util.encodings: Use STD3 ASCII rules for idna.to_ascii. 2010-02-10 00:12:48 +05: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: 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 prosody: More accurate friendly error message in the event that creating the global SSL context fails 2010-02-13 16:22:05 +00:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Remove lie about requiring console_enabled 2010-01-01 03:32:26 +00:00
prosodyctl prosody, prosodyctl: Re-jiggle load order again, fixes logging config not being obeyed (thanks darkrain) 2010-02-11 11:31:14 +00:00
README README: Update for new MUC address 2009-06-23 15:40:30 +01:00
TODO TODO: Update 2010-02-18 17:10:45 +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