Prosody is a modern XMPP communication server http://prosody.im
Find a file
2011-04-05 14:34:48 +01:00
certs certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev) 2010-12-08 17:01:23 +00:00
core usermanager: Check host exists before trying to look up admins for it 2011-04-05 13:26:19 +01:00
doc Removed some legacy doc/ files. 2009-11-25 21:30:41 +05:00
fallbacks fallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implements the same API as LuaExpat. 2010-12-02 17:11:51 +05:00
man prosodyctl.man: Update email address 2010-02-21 19:27:42 -05:00
net net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way 2011-03-21 19:35:53 +00:00
plugins mod_privacy: Remove several unused variable declarations 2011-03-29 15:07:14 +01:00
tests tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors 2011-02-22 21:19:00 +00:00
tools tools/migration/migrator/prosody_files.lua: Fix for previous commit 2011-04-05 14:34:48 +01:00
util util.dependencies: Add a dummy util.ztact loader to log a message for people still using it (e.g. in their Debian-derived config files) 2011-04-05 13:20:09 +01:00
util-src windows.c: Return nil,err from functions instead of throwing errors. 2011-01-29 04:40:43 +05:00
.hgignore .hgignore: Ignore *.diff. 2010-11-20 21:59:31 +05:00
AUTHORS Fix to correct my email address in AUTHORS file 2009-02-13 10:54:25 +00:00
configure configure: Don't add -llua to LDFLAGS, it's unnecessary 2010-12-26 05:00:45 +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 commit d2fb8a5ff43fcf3e94e5e518aba175503590ecda 2010-06-14 23:51:11 +01:00
prosody prosody: Load net.httpserver at startup, to avoid creating a global later. 2011-03-02 05:13:51 +05:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Add example of 'authentication' option 2011-04-05 12:36:56 +01:00
prosodyctl prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path 2011-02-24 01:35:33 +00:00
README README: Update URL for installation docs 2010-02-18 18:57:37 +00:00
TODO TODO: Update for 0.9 milestones 2011-02-01 02:33:50 +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/doc/install