Skip to content
Snippets Groups Projects
Commit 32a481b0 authored by Bob Mottram's avatar Bob Mottram
Browse files

More xmpp carbons

parent 0f89aafb
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,8 @@ function update_prosody_modules {
# Ensures all messages get delivered to all clients (if you have a mobile and desktop client)
if [ -d $INSTALL_DIR/prosody-modules/mod_carbons ]; then
cp $INSTALL_DIR/prosody-modules/mod_carbons/*.lua /usr/lib/prosody/modules
cp $INSTALL_DIR/prosody-modules/mod_carbons_adhoc/*.lua /usr/lib/prosody/modules
cp $INSTALL_DIR/prosody-modules/mod_carbons_copies/*.lua /usr/lib/prosody/modules
fi
# XEP-0198 Stream management
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment