Browse Source

More xmpp carbons

Bob Mottram 9 years ago
parent
commit
32a481b057
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-xmpp

+ 2
- 0
src/freedombone-app-xmpp View File

162
     # Ensures all messages get delivered to all clients (if you have a mobile and desktop client)
162
     # Ensures all messages get delivered to all clients (if you have a mobile and desktop client)
163
     if [ -d $INSTALL_DIR/prosody-modules/mod_carbons ]; then
163
     if [ -d $INSTALL_DIR/prosody-modules/mod_carbons ]; then
164
         cp $INSTALL_DIR/prosody-modules/mod_carbons/*.lua /usr/lib/prosody/modules
164
         cp $INSTALL_DIR/prosody-modules/mod_carbons/*.lua /usr/lib/prosody/modules
165
+        cp $INSTALL_DIR/prosody-modules/mod_carbons_adhoc/*.lua /usr/lib/prosody/modules
166
+        cp $INSTALL_DIR/prosody-modules/mod_carbons_copies/*.lua /usr/lib/prosody/modules
165
     fi
167
     fi
166
 
168
 
167
     # XEP-0198 Stream management
169
     # XEP-0198 Stream management