Software /
code /
prosody
Comparison
README @ 1192:b1b42ce4f0f6
Finally add README and INSTALL files
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 22 May 2009 13:34:47 +0100 |
child | 1391:b910ef82622d |
comparison
equal
deleted
inserted
replaced
1190:fff8158faae2 | 1192:b1b42ce4f0f6 |
---|---|
1 # Prosody IM Server | |
2 | |
3 ## Description | |
4 | |
5 Prosody is a server for Jabber/XMPP written in Lua. It aims to be easy | |
6 to use and light on resources. For developers, it aims to give a | |
7 flexible system on which to rapidly develop added functionality or | |
8 rapidly prototype new protocols. | |
9 | |
10 ## Useful links | |
11 | |
12 Homepage: http://prosody.im/ | |
13 Download: http://prosody.im/download | |
14 Documentation: http://prosody.im/doc/ | |
15 | |
16 Jabber/XMPP Chat: | |
17 Address: | |
18 prosody@conference.heavy-horse.co.uk | |
19 Web interface: | |
20 http://prosody.im/webchat | |
21 | |
22 Mailing lists: | |
23 User support and discussion: | |
24 http://groups.google.com/group/prosody-users | |
25 | |
26 Development discussion: | |
27 http://groups.google.com/group/prosody-dev | |
28 | |
29 Issue tracker changes: | |
30 http://groups.google.com/group/prosody-issues | |
31 | |
32 ## Installation | |
33 | |
34 See the accompanying INSTALL file for help on building Prosody from source. Alternatively | |
35 see our guide at http://prosody.im/install | |
36 | |
37 |