More prosody optimisations to reduce battery and bandwidth use on mobile
This commit is contained in:
parent
1a9f1a9e20
commit
d0a14833e4
|
@ -588,6 +588,8 @@ function xmpp_modules {
|
|||
echo ' "http";' >> $filename
|
||||
echo ' "http_upload";' >> $filename
|
||||
echo ' "websocket";' >> $filename
|
||||
echo ' "throttle_presence"; -- Reduce battery and bandwidth usage' >> $filename
|
||||
echo ' "filter_chatstates"; -- Reduce battery and bandwidth usage' >> $filename
|
||||
echo '};' >> $filename
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue