mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 22:57:38 +03:00
util.dataforms: Support for jid-single field type especially for Florob :)
This commit is contained in:
parent
ed822f1ef0
commit
aba0949354
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ field_readers["text-single"] =
|
||||||
field_readers["text-private"] =
|
field_readers["text-private"] =
|
||||||
field_readers["text-single"];
|
field_readers["text-single"];
|
||||||
|
|
||||||
|
field_readers["jid-single"] =
|
||||||
|
field_readers["text-single"];
|
||||||
|
|
||||||
field_readers["text-multi"] =
|
field_readers["text-multi"] =
|
||||||
function (field_tag)
|
function (field_tag)
|
||||||
local result = {};
|
local result = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue