changeset 739:6c7b6a0dcacf

mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313
author Kim Alvefur <zash@zash.se>
date Sun, 08 Jul 2012 00:40:43 +0200
parents 92db76641b3f
children 1861d6ba6ff6
files mod_mam_adhoc/mod_mam_adhoc.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_mam_adhoc/mod_mam_adhoc.lua	Fri Jul 06 13:39:51 2012 +0100
+++ b/mod_mam_adhoc/mod_mam_adhoc.lua	Sun Jul 08 00:40:43 2012 +0200
@@ -110,4 +110,4 @@
 	end
 end
 
-module:provides("adhoc", module:require"adhoc".new("Archive settings", "mamprefs", mam_prefs_handler));
+module:provides("adhoc", module:require"adhoc".new("Archive settings", "urn:xmpp:mam#configure", mam_prefs_handler));