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

Add csi compatability module to xmpp for older clients

parent f6d1372c
No related branches found
No related tags found
No related merge requests found
......@@ -750,6 +750,7 @@ function upgrade_xmpp {
fi
# extra battery saving
prosody_add_module "csi_compat"
prosody_add_module "csi_battery_saver"
# remove muc logging
......@@ -1000,6 +1001,7 @@ function xmpp_modules {
echo ' "onions"; -- Enable chat via onion service';
echo ' "mam"; -- Message archive management';
echo ' "csi"; -- Client state indication (CSI)';
echo ' "csi_compat"; -- CSI for older clients';
echo ' "csi_battery_saver"; -- Extra CSI battery saving';
echo ' "carbons"; -- Message carbons';
echo ' "carbons_adhoc"; -- Message carbons';
......
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