|
@@ -588,6 +588,8 @@ function xmpp_modules {
|
588
|
588
|
echo ' "http";' >> $filename
|
589
|
589
|
echo ' "http_upload";' >> $filename
|
590
|
590
|
echo ' "websocket";' >> $filename
|
|
591
|
+ echo ' "throttle_presence"; -- Reduce battery and bandwidth usage' >> $filename
|
|
592
|
+ echo ' "filter_chatstates"; -- Reduce battery and bandwidth usage' >> $filename
|
591
|
593
|
echo '};' >> $filename
|
592
|
594
|
}
|
593
|
595
|
|