plugins.adhoc: Collect a <note/>

Wed, 04 Jul 2012 03:37:16 +0200

author
Kim Alvefur <zash@zash.se>
date
Wed, 04 Jul 2012 03:37:16 +0200
changeset 309
6297d658769f
parent 308
2bcc97bc5f43
child 310
c3e2b95b5b0b

plugins.adhoc: Collect a <note/>

plugins/adhoc.lua file | annotate | diff | comparison | revisions
--- a/plugins/adhoc.lua	Wed Jul 04 03:34:12 2012 +0200
+++ b/plugins/adhoc.lua	Wed Jul 04 03:37:16 2012 +0200
@@ -85,6 +85,7 @@
 	self.status = command.attr.status;
 	self.sessionid = command.attr.sessionid;
 	self.form = command:get_child("x", xmlns_data);
+	self.note = command:get_child("note"); --FIXME handle multiple <note/>s
 	self.callback(self);
 end
 

mercurial