mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-26 19:22:15 -05:00
XEP-0331 v0.2: Namespace changed to urn:xmpp:xdata:color
This commit is contained in:
parent
27748b38db
commit
dcab97cc61
26
xep-0331.xml
26
xep-0331.xml
@ -23,19 +23,29 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
<shortname>color-parameter</shortname>
|
||||||
<author>
|
<author>
|
||||||
<firstname>Peter</firstname>
|
<firstname>Peter</firstname>
|
||||||
<surname>Waher</surname>
|
<surname>Waher</surname>
|
||||||
<email>peter.waher@clayster.com</email>
|
<email>peter.waher@clayster.com</email>
|
||||||
<jid>peter.waher@jabber.org</jid>
|
<jid>peter.waher@jabber.org</jid>
|
||||||
<uri>http://se.linkedin.com/pub/peter-waher/1a/71b/a29/</uri>
|
<uri>http://www.linkedin.com/in/peterwaher</uri>
|
||||||
</author>
|
</author>
|
||||||
|
<revision>
|
||||||
|
<version>0.2</version>
|
||||||
|
<date>2014-03-10</date>
|
||||||
|
<initials>pw</initials>
|
||||||
|
<remark>
|
||||||
|
<p>Namespace changed to urn:xmpp:xdata:color.</p>
|
||||||
|
</remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<date>2013-06-26</date>
|
<date>2013-06-26</date>
|
||||||
<initials>psa</initials>
|
<initials>psa</initials>
|
||||||
<remark><p>Initial published version approved by the XMPP Council.</p></remark>
|
<remark>
|
||||||
|
<p>Initial published version approved by the XMPP Council.</p>
|
||||||
|
</remark>
|
||||||
</revision>
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.0.2</version>
|
<version>0.0.2</version>
|
||||||
@ -85,7 +95,7 @@
|
|||||||
<field var='color' type='text-single' label='Color:'>
|
<field var='color' type='text-single' label='Color:'>
|
||||||
<desc>Choose a color.</desc>
|
<desc>Choose a color.</desc>
|
||||||
<xdv:validate xmlns:xdv='http://jabber.org/protocol/xdata-validate'
|
<xdv:validate xmlns:xdv='http://jabber.org/protocol/xdata-validate'
|
||||||
xmlns:xdc='http://jabber.org/protocol/xdata-color'
|
xmlns:xdc='urn:xmpp:xdata:color'
|
||||||
datatype='xdc:Color'>
|
datatype='xdc:Color'>
|
||||||
<xdv:regex>^[0-9a-fA-F]{6}$</xdv:regex>
|
<xdv:regex>^[0-9a-fA-F]{6}$</xdv:regex>
|
||||||
</xdv:validate>
|
</xdv:validate>
|
||||||
@ -120,7 +130,7 @@
|
|||||||
<field var='color' type='text-single' label='Color:'>
|
<field var='color' type='text-single' label='Color:'>
|
||||||
<desc>Choose a color.</desc>
|
<desc>Choose a color.</desc>
|
||||||
<xdv:validate xmlns:xdv='http://jabber.org/protocol/xdata-validate'
|
<xdv:validate xmlns:xdv='http://jabber.org/protocol/xdata-validate'
|
||||||
xmlns:xdc='http://jabber.org/protocol/xdata-color'
|
xmlns:xdc='urn:xmpp:xdata:color'
|
||||||
datatype='xdc:ColorAlpha'>
|
datatype='xdc:ColorAlpha'>
|
||||||
<xdv:regex>^[0-9a-fA-F]{8}$</xdv:regex>
|
<xdv:regex>^[0-9a-fA-F]{8}$</xdv:regex>
|
||||||
</xdv:validate>
|
</xdv:validate>
|
||||||
@ -158,7 +168,7 @@
|
|||||||
<datatype-prefix>
|
<datatype-prefix>
|
||||||
<prefix>xdc</prefix>
|
<prefix>xdc</prefix>
|
||||||
<desc>defines the Color data type</desc>
|
<desc>defines the Color data type</desc>
|
||||||
<doc>color-parameter.html</doc>
|
<doc>http://xmpp.org/extensions/xep-0331.html</doc>
|
||||||
</datatype-prefix>]]>
|
</datatype-prefix>]]>
|
||||||
</code>
|
</code>
|
||||||
</section2>
|
</section2>
|
||||||
@ -203,8 +213,8 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<xs:schema
|
<xs:schema
|
||||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||||
targetNamespace='http://jabber.org/protocol/xdata-color'
|
targetNamespace='urn:xmpp:xdata:color'
|
||||||
xmlns='http://jabber.org/protocol/xdata-color'
|
xmlns='urn:xmpp:xdata:color'
|
||||||
elementFormDefault='qualified'>
|
elementFormDefault='qualified'>
|
||||||
|
|
||||||
<xs:simpleType name='Color'>
|
<xs:simpleType name='Color'>
|
||||||
|
Loading…
Reference in New Issue
Block a user