util.dataforms: Support for jid-single field type especially for Florob :)

Sat, 10 Oct 2009 02:21:25 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 10 Oct 2009 02:21:25 +0100
changeset 1944
754eebd31538
parent 1943
3d4c703d9333
child 1945
adfd7f3720f5

util.dataforms: Support for jid-single field type especially for Florob :)

util/dataforms.lua file | annotate | diff | comparison | revisions
--- a/util/dataforms.lua	Fri Oct 09 17:48:45 2009 +0100
+++ b/util/dataforms.lua	Sat Oct 10 02:21:25 2009 +0100
@@ -106,6 +106,9 @@
 field_readers["text-private"] = 
 	field_readers["text-single"];
 
+field_readers["jid-single"] =
+	field_readers["text-single"];
+
 field_readers["text-multi"] = 
 	function (field_tag)
 		local result = {};

mercurial