bjc / prosody
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (8)
- Wiki (1)
- Graphs
-
Branch:
master
prosody /
| name | age | message | |
|---|---|---|---|
| |
.hgignore | Thu Jun 04 07:17:39 -0700 2009 | |
| |
AUTHORS | Fri Feb 13 02:54:25 -0800 2009 | |
| |
COPYING | Mon Feb 02 10:04:13 -0800 2009 | |
| |
DEPENDS | Thu Nov 27 11:48:16 -0800 2008 | |
| |
HACKERS | Fri May 01 12:34:25 -0700 2009 | |
| |
INSTALL | Fri May 22 05:34:47 -0700 2009 | |
| |
Makefile | Wed Nov 25 17:09:10 -0800 2009 | |
| |
README | Tue Jun 23 07:40:30 -0700 2009 | |
| |
TODO | Thu Jul 09 18:38:50 -0700 2009 | |
| |
certs/ | Sat Oct 17 10:09:07 -0700 2009 | |
| |
configure | Thu Dec 03 18:51:43 -0800 2009 | |
| |
core/ | Sun Jan 03 11:26:36 -0800 2010 | |
| |
doc/ | Wed Nov 25 08:30:41 -0800 2009 | |
| |
fallbacks/ | Thu Jul 09 19:08:38 -0700 2009 | |
| |
man/ | Thu Jul 02 12:20:15 -0700 2009 | |
| |
net/ | Sat Dec 26 21:09:22 -0800 2009 | |
| |
plugins/ | Sun Jan 03 10:07:20 -0800 2010 | |
| |
prosody | Tue Dec 15 11:11:54 -0800 2009 | |
| |
prosody.cfg.lua.dist | Thu Dec 31 19:32:26 -0800 2009 | |
| |
prosodyctl | Sat Jan 02 19:36:40 -0800 2010 | |
| |
tests/ | Fri Nov 27 10:00:47 -0800 2009 | |
| |
tools/ | Thu Sep 17 17:16:26 -0700 2009 | |
| |
util-src/ | Wed Dec 30 12:24:11 -0800 2009 | |
| |
util/ | Wed Dec 30 18:39:40 -0800 2009 |
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
