plugins/adhoc.lua

changeset 309
6297d658769f
parent 308
2bcc97bc5f43
child 340
0ce227f6034c
--- 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