From: Badlop Date: Wed, 8 Mar 2017 15:23:01 +0000 (+0100) Subject: Remove mod_pubsub from ejd2sql export, as it isn't implemented (#1584) X-Git-Tag: 17.03~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e2380ab0cdd8bda852c9a0789120083993a31b8;p=ejabberd Remove mod_pubsub from ejd2sql export, as it isn't implemented (#1584) --- diff --git a/src/ejd2sql.erl b/src/ejd2sql.erl index 66411ef76..c775cd7bf 100644 --- a/src/ejd2sql.erl +++ b/src/ejd2sql.erl @@ -57,7 +57,6 @@ modules() -> mod_offline, mod_privacy, mod_private, - mod_pubsub, mod_roster, mod_shared_roster, mod_vcard,