1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-09 22:51:07 +01:00

Support for XEP-0141: Data Forms Layout.

Data Forms layouts are a part of Data Forms and implemented as
extensions, added to a Dataform. Fixes issue SMACK-612.
This commit is contained in:
Anno 2014-11-19 23:51:53 +01:00 committed by Florian Schmaus
parent 6e569701b3
commit ff977825da
8 changed files with 726 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<x xmlns='jabber:x:data' type='form'>
<page xmlns='http://jabber.org/protocol/xdata-layout' label='Label - &amp; é á '>
<fieldref var='testField1' />
<section label='section Label - &amp; é á '>
<text>SectionText - &amp; é á </text>
</section>
<text>PageText - &amp; é á </text>
<section
label='&lt;html&gt;Number of Persons by&lt;br/&gt; Nationality and Status&lt;/html&gt;'>
<reportedref />
</section>
<text><![CDATA[<html><font color='red'><em>DO NOT DELAY</em></font><br/>supply further information</html>]]></text>
</page>
</x>