Prosody is a modern XMPP communication server http://prosody.im
Find a file
2010-11-20 21:59:31 +05:00
certs certs: Update default certs 2009-10-17 18:09:07 +01:00
core Backed out changeset bfc47564aaef (No need for _M with module.environment) 2010-11-13 04:12:40 +00:00
doc Removed some legacy doc/ files. 2009-11-25 21:30:41 +05:00
fallbacks Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
man prosodyctl.man: Update email address 2010-02-21 19:27:42 -05:00
net net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-formed/ as per latest bis drafts. 2010-11-20 02:33:36 +05:00
plugins MUC: Include the user's current presence contents when broadcasting a role change. 2010-11-19 03:20:29 +05:00
tests Monster whitespace commit (beware the whitespace monster). 2010-10-16 23:00:42 +05:00
tools ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback. 2010-10-20 03:57:47 +05:00
util util.xmppstream: Preserve the stream content namespace on descendents of elements which are in another namespace. 2010-11-20 02:28:40 +05:00
util-src util.pposix: uname(): Fix to push nil,err in case of error 2010-08-31 15:23:41 +01: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: Make it possible to override ostype presets with values specified later on the command-line 2010-07-13 08:59:00 +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 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, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function) 2010-11-10 19:46:53 +00:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Small wording fix in comment (thanks darkrain) 2010-09-13 01:29:12 +01:00
prosodyctl prosodyctl: Give hosts type = 'local' 2010-11-18 14:33:03 +00:00
README README: Update URL for installation docs 2010-02-18 18:57:37 +00:00
TODO TODO: Update for the fact that 0.7 is done 2010-03-03 20:41:17 +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