Prosody is a modern XMPP communication server http://prosody.im
Find a file
2009-09-27 12:10:50 +01:00
certs Add some example certificates and update the config to point to them 2008-11-29 17:21:04 +00:00
core core.s2smanager: Always use last record in the DNS cache 2009-09-27 11:59:11 +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 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.dns: Even better parsing of nameservers from resolv.conf 2009-09-25 01:35:46 +01:00
plugins mod_legacyauth: Don't allow server-generated resource identifiers, as these are not support by legacy auth. 2009-09-27 15:50:41 +05:00
tests Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
tools ejabberd2prosody: More intelligent searching for erlparse library 2009-08-20 16:30:03 +01:00
util datamanager: Fixed logging errors on deletion of datastores not owned by a user@host 2009-09-06 01:33:41 +05:00
util-src Makefile.win: Updated the windows Makefile with more appropriate paths. 2009-09-22 22:31:41 +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 Fixed: Zeros could be stripped from the version string the Makefile extracts from the local hg repository (thanks albert) 2009-08-08 00:21:33 +05:00
prosody Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables 2009-07-29 18:01:14 +05:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Add example of declaring admins for a server 2009-09-21 15:09:22 +01:00
prosodyctl prosodyctl: Also switch group when we switch user 2009-07-23 03:58:14 +01: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