Include pubsub

This commit is contained in:
Bob Mottram 2016-12-03 12:55:08 +00:00
parent 3806f4e4e9
commit 1bb1019249
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ function xmpp_email_headers {
function xmpp_modules {
filename=$1
echo 'modules_enabled = {' >> $filename
echo ' "pubsub";' >> $filename
echo ' "dialback"; -- s2s dialback support' >> $filename
echo ' "disco"; -- Service discovery' >> $filename
echo ' "private"; -- Private XML storage (for room bookmarks, etc.)' >> $filename