Prosody

From SME Server
Revision as of 14:58, 26 January 2015 by RequestedDeletion (talk | contribs) (Page init)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

"Prosody is a modern XMPP communication server (aka Jabber). It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.



Installation

Prosody is available from the epel repository, so you have to enable the epel repository. After enabling the epel repository, prosody can be installed with yum install prosody lua-ldap --enablerepo=epel

=Configuration

====Adding service and open ports===To automatically start Prosody at boot and configure the ports:ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S99prosodyconfig set prosody serviceconfig setprop prosody status enabled access private TCPPort 5222 UDPport 5222signal-event remoteaccess-updateYou can togle the access property to enable public access.

After installation