Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-08-06 17:57:04 +0300
committerChristophe Romain <christophe.romain@process-one.net>2015-08-06 17:57:04 +0300
commit45a312a0eb32ccf5378aec0538fca6ffee25c5bb (patch)
treec5ace3d38c44b3269391de24cb01e7464ed96e9c /src/ejabberd_admin.erl
parentd9caa51c12e9cb6703245d33cead2c3a6df1eabc (diff)
Remove obsolete pubsub migration command
Diffstat (limited to 'src/ejabberd_admin.erl')
-rw-r--r--src/ejabberd_admin.erl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ejabberd_admin.erl b/src/ejabberd_admin.erl
index a0b32304f..80342eecd 100644
--- a/src/ejabberd_admin.erl
+++ b/src/ejabberd_admin.erl
@@ -187,11 +187,6 @@ commands() ->
module = ?MODULE, function = delete_old_messages,
args = [{days, integer}], result = {res, rescode}},
- #ejabberd_commands{name = rename_default_nodeplugin, tags = [mnesia],
- desc = "Update PubSub table from old ejabberd trunk SVN to 2.1.0",
- module = mod_pubsub, function = rename_default_nodeplugin,
- args = [], result = {res, rescode}},
-
#ejabberd_commands{name = export2odbc, tags = [mnesia],
desc = "Export virtual host information from Mnesia tables to SQL files",
module = ejd2odbc, function = export,