Prosody is a modern XMPP communication server http://prosody.im
Find a file
2010-02-21 19:27:21 -05:00
certs certs: Update default certs 2009-10-17 18:09:07 +01:00
core stanza_router: Make sure /self events are fired when the 'to' attribute is missing. 2010-02-21 17:43:05 +05:00
doc Removed some legacy doc/ files. 2009-11-25 21:30:41 +05:00
fallbacks Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
man prosodyctl.man: Include new restart command 2010-02-21 19:27:21 -05:00
net net.http: Update print()s to log()s - don't ask how this came to be, I have no idea :) 2010-02-19 03:27:18 +00:00
plugins Merge 0.7 with 0.7 with trunk \o/ 2010-02-21 16:43:55 +00:00
tests tests/test.lua: Changes to environment handling of tests, and replace module() with dummy function that doesn't alter the current environment 2009-11-27 18:00:47 +00:00
tools ejabberd2prosody: Don't print passwords of imported accounts 2010-02-21 16:57:06 +00:00
util util.sasl.scram: Removed unnecessary dependency on bitlib. 2010-02-16 04:02:37 +05:00
util-src util.encodings: Use STD3 ASCII rules for idna.to_ascii. 2010-02-10 00:12:48 +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: fix typo of 'yes' -> 'yet' 2009-12-04 02:51:43 +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 Makefile: Remove fallbacks/ 2010-02-15 23:06:57 +00:00
prosody prosody: Don't add fallbacks to package.path and package.cpath. 2010-02-16 04:05:25 +05:00
prosody.cfg.lua.dist prosody.cfg.lua.dist: Update config for 0.7, most improvements from the Arch Linux package by dbb, thanks! 2010-02-21 17:33:13 +00:00
prosodyctl prosodyctl: Add restart command for KSid and johnny :) 2010-02-21 20:52:54 +00:00
README README: Update URL for installation docs 2010-02-18 18:57:37 +00:00
TODO TODO: Update 2010-02-18 17:10:45 +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