mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313
authorKim Alvefur <zash@zash.se>
Sun, 08 Jul 2012 00:40:43 +0200
changeset 739 6c7b6a0dcacf
parent 738 92db76641b3f
child 740 1861d6ba6ff6
mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313
mod_mam_adhoc/mod_mam_adhoc.lua
--- 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));