This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > Network > prosody (0.8.2)

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.

This requires: lua, lua-filesystem, luaexpat, luasocket

Maintained by: Andrew Tkalia
Keywords: lua,xmpp,prosody,jabber
ChangeLog: prosody

Homepage:
http://prosody.im/

Source Downloads (32bit):
prosody-0.8.2.tar.gz (6e907bf0d0acf24f1011083020ba6ffb)

Download SlackBuild:
prosody.tar.gz
prosody.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
README.SBo
doinst.sh
prosody.SlackBuild
prosody.info
slack-desc

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds