comparison 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
comparison
equal deleted inserted replaced
738:92db76641b3f 739:6c7b6a0dcacf
108 end 108 end
109 return { status = "executing", actions = { "complete" }, form = { layout = mam_prefs_form, values = values } }, true; 109 return { status = "executing", actions = { "complete" }, form = { layout = mam_prefs_form, values = values } }, true;
110 end 110 end
111 end 111 end
112 112
113 module:provides("adhoc", module:require"adhoc".new("Archive settings", "mamprefs", mam_prefs_handler)); 113 module:provides("adhoc", module:require"adhoc".new("Archive settings", "urn:xmpp:mam#configure", mam_prefs_handler));