bjc / prosody

Clone of Prosody's Mercurial Repository

This URL has Read+Write access

Matthew Wild (author)
Fri Nov 06 15:56:10 -0800 2009
commit  4d77a884366d92323198890f0893b5f599fc369f
tree    641b38400f903990c4c41b9997b2ad2aa4af1ddc
parent  10725ecf7b9f0cd95524ae8a84418608df468221 parent  a338441a77d073c76b23421756d82c87c95e1d14
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 Loading commit data...
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
directory core/
directory doc/
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/
directory plugins/
file prosody
file prosody.cfg.lua.dist Tue Oct 20 10:12:46 -0700 2009 prosody.cfg.lua.dist: Convert to unix line endi... [Matthew Wild]
file prosodyctl
directory tests/
directory tools/ Thu Sep 17 17:16:26 -0700 2009 ejabberd2prosody: Fixed a problem with null ros... [Waqas Hussain]
directory util-src/
directory util/
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