summaryrefslogtreecommitdiffstats
path: root/network/prosody/README
diff options
context:
space:
mode:
author Andrew Tkalia <anddt@yandex.ru>2013-04-28 11:43:08 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2013-04-28 11:43:08 -0300
commit25db2752c493338598050d68261c3a5497ef44bb (patch)
tree552891cd1ea714d5638b363b2bb3ea1d970cde71 /network/prosody/README
parentcd5a28a122e4d2e8d62460ed5fd8a07579d5d685 (diff)
downloadslackbuilds-25db2752c493338598050d68261c3a5497ef44bb.tar.gz
slackbuilds-25db2752c493338598050d68261c3a5497ef44bb.tar.xz
network/prosody: Added (Lua XMPP Server)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/prosody/README')
-rw-r--r--network/prosody/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/prosody/README b/network/prosody/README
new file mode 100644
index 0000000000..c426c565c1
--- /dev/null
+++ b/network/prosody/README
@@ -0,0 +1,13 @@
+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.
+
+Before you can run prosody you'll need to look in README.SBo.
+
+You need a "prosody" user and group prior to building prosody.
+Something like this will suffice for most systems:
+ groupadd -g 274 prosody
+ useradd -u 274 -g 274 -s /sbin/nologin -d /var/lib/prosody prosody
+Feel free to use a different uid and gid if desired, but 274 is
+recommended to avoid conflicts with other stuff from SlackBuilds.org.