bjc / prosody

Clone of Prosody's Mercurial Repository

This URL has Read+Write access

name age message
file .hgignore Thu Jun 04 07:17:39 -0700 2009 Adding .hgignore [Matthew Wild]
file AUTHORS Fri Feb 13 02:54:25 -0800 2009 Fix to correct my email address in AUTHORS file [Matthew Wild]
file COPYING Mon Feb 02 10:04:13 -0800 2009 Update COPYING file... probably the worst thing... [Matthew Wild]
file DEPENDS Thu Nov 27 11:48:16 -0800 2008 Stopped using the lbase64 library [Waqas Hussain]
file HACKERS Fri May 01 12:34:25 -0700 2009 Word-wrap HACKERS file [Matthew Wild]
file INSTALL Fri May 22 05:34:47 -0700 2009 Finally add README and INSTALL files [Matthew Wild]
file Makefile Wed Nov 25 17:09:10 -0800 2009 Makefile: Fix to install new util/sasl directory [Matthew Wild]
file README Tue Jun 23 07:40:30 -0700 2009 README: Update for new MUC address [Matthew Wild]
file TODO Thu Jul 09 18:38:50 -0700 2009 Remove completed items from TODO [Matthew Wild]
directory certs/ Sat Oct 17 10:09:07 -0700 2009 certs: Update default certs [Matthew Wild]
file configure Thu Dec 03 18:51:43 -0800 2009 configure: fix typo of 'yes' -> 'yet' [Matthew Wild]
directory core/ Sun Jan 03 11:26:36 -0800 2010 s2smanager: Stamp a 'to' on the reply stream:st... [darkrain42]
directory doc/ Wed Nov 25 08:30:41 -0800 2009 Removed some legacy doc/ files. [Waqas Hussain]
directory fallbacks/ Thu Jul 09 19:08:38 -0700 2009 Add copyright header to those files missing one [Matthew Wild]
directory man/ Thu Jul 02 12:20:15 -0700 2009 Added man page for prosodyctl [dbb]
directory net/ Sat Dec 26 21:09:22 -0800 2009 net.httpserver: Optimized response serialization. [Waqas Hussain]
directory plugins/ Sun Jan 03 10:07:20 -0800 2010 mod_saslauth: Oops. [darkrain42]
file prosody Tue Dec 15 11:11:54 -0800 2009 prosody: Fixed a possible nil concatenation. [Waqas Hussain]
file prosody.cfg.lua.dist Thu Dec 31 19:32:26 -0800 2009 prosody.cfg.lua.dist: Remove lie about requirin... [Matthew Wild]
file prosodyctl Sat Jan 02 19:36:40 -0800 2010 prosodyctl: Gracefully handle a missing stty co... [Matthew Wild]
directory tests/ Fri Nov 27 10:00:47 -0800 2009 tests/test.lua: Changes to environment handling... [Matthew Wild]
directory tools/ Thu Sep 17 17:16:26 -0700 2009 ejabberd2prosody: Fixed a problem with null ros... [Waqas Hussain]
directory util-src/ Wed Dec 30 12:24:11 -0800 2009 util.signal: Update header comment for new file... [Matthew Wild]
directory util/ Wed Dec 30 18:39:40 -0800 2009 util.events: Rename add_plugin() and remove_plu... [Matthew Wild]
README
# 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