Prosody is a modern XMPP communication server http://prosody.im
Find a file
2009-11-25 05:11:10 +00:00
certs certs: Update default certs 2009-10-17 18:09:07 +01:00
core Merge with 0.6 on prosody.im 2009-11-25 05:11:10 +00: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 xmppclient_listener: Escape control characters when logging invalid XML. 2009-11-24 22:42:08 +05:00
plugins mod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscribed and unsubscribed) to the user before roster pushes. 2009-11-22 21:47:54 +05:00
tests tests: Fix stanza_router tests to work with the new routing code, finally all tests pass again \o/ 2009-10-17 13:38:20 +01:00
tools ejabberd2prosody: Fixed a problem with null roster groups. 2009-09-18 05:16:26 +05:00
util Merge with 0.6 on prosody.im 2009-11-25 05:11:10 +00:00
util-src Makefile.win: Added support for util.windows, improved cleanup of temporary files, switched to dynamic linking with MSVCRT, etc. 2009-10-31 05:05:46 +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: 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 Fix for Makefile hack to install MUC plugin 2009-09-08 14:38:51 +01:00
prosody prosody: Added support for command line argument '--config'. 2009-11-23 21:46:37 +05:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Convert to unix line endings from DOS 2009-10-20 18:12:46 +01:00
prosodyctl prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal name of the option 2009-10-31 17:15:20 +00: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