diff --git a/hosts/servo/services/ejabberd.nix b/hosts/servo/services/ejabberd.nix index 6c8acef8e..812f4da58 100644 --- a/hosts/servo/services/ejabberd.nix +++ b/hosts/servo/services/ejabberd.nix @@ -107,7 +107,7 @@ modules: # allows users to set avatars in vCard # - - mod_avatar: {} + # mod_avatar: {} mod_caps: {} # for mod_pubsub # allows clients like Dino to discover where to upload files mod_disco: @@ -141,14 +141,14 @@ - vjid.xmpp.uninsane.org search: true mod_vcard_xupdate: {} # needed for avatars - # docs: - mod_pubsub: # needed for avatars - host: pubsub.xmpp.uninsane.org - hosts: - - pubsub.xmpp.uninsane.org - plugins: - - flat - - pep + # # docs: + # mod_pubsub: # needed for avatars + # host: pubsub.xmpp.uninsane.org + # hosts: + # - pubsub.xmpp.uninsane.org + # plugins: + # - flat + # - pep mod_version: {} ''; }