Diff

plugins/adhoc.lua @ 309:6297d658769f

plugins.adhoc: Collect a <note/>
author Kim Alvefur <zash@zash.se>
date Wed, 04 Jul 2012 03:37:16 +0200
parent 308:2bcc97bc5f43
child 340:0ce227f6034c
line wrap: on
line diff
--- 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