diff mod_mam_adhoc/mod_mam_adhoc.lua @ 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 5879368d9ff7
children 91d210b6106a
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));