|
@@ -383,7 +383,6 @@ function xmpp_modules {
|
383
|
383
|
echo ' "dialback"; -- s2s dialback support' >> $filename
|
384
|
384
|
echo ' "disco"; -- Service discovery' >> $filename
|
385
|
385
|
echo ' "private"; -- Private XML storage (for room bookmarks, etc.)' >> $filename
|
386
|
|
- echo ' "vcard"; -- Allow users to set vCards' >> $filename
|
387
|
386
|
echo ' "version"; -- Replies to server version requests' >> $filename
|
388
|
387
|
echo ' "uptime"; -- Report how long server has been running' >> $filename
|
389
|
388
|
echo ' "time"; -- Let others know the time here on this server' >> $filename
|
|
@@ -401,7 +400,8 @@ function xmpp_modules {
|
401
|
400
|
echo ' "carbons_copies"; -- Message carbons' >> $filename
|
402
|
401
|
echo ' "smacks"; -- Stream management' >> $filename
|
403
|
402
|
echo ' "smacks_offline"; -- Stream management' >> $filename
|
404
|
|
- echo ' "pep"; -- Personal Eventing Protocol (to support OMEMO)' >> $filename
|
|
403
|
+ echo ' "profile"; -- Personal Eventing Protocol (to support OMEMO)' >> $filename
|
|
404
|
+ echo ' "e2e_policy"; -- To support OMEMO' >> $filename
|
405
|
405
|
echo ' "pep_vcard_avatar"; -- Personal Eventing Protocol (to support OMEMO)' >> $filename
|
406
|
406
|
echo ' "blocklist"; -- Privacy lists' >> $filename
|
407
|
407
|
echo ' "privacy_lists"; -- Privacy lists' >> $filename
|