Merge 0.10->trunk
[prosody.git] / README
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:        https://prosody.im/
13 Download:        https://prosody.im/download
14 Documentation:   https://prosody.im/doc/
15
16 Jabber/XMPP Chat:
17                Address:
18                  prosody@conference.prosody.im
19                Web interface:
20                  https://prosody.im/webchat
21                
22 Mailing lists:
23                User support and discussion:
24                  https://groups.google.com/group/prosody-users
25                
26                Development discussion:
27                  https://groups.google.com/group/prosody-dev
28                
29                Issue tracker changes:
30                  https://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 https://prosody.im/doc/install
36
37