mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
XEP-0322 v0.4: XMPP Schema namespaces, byte sizes and hashes have been updated; A section with links for more information has been added.
This commit is contained in:
parent
9eea29e39f
commit
ed76be2d35
118
xep-0322.xml
118
xep-0322.xml
@ -1,9 +1,10 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!-- TODO: Add sequence diagrams. -->
|
||||
<!-- TODO: Add schema for <message> and <iq>. -->
|
||||
<!-- TODO: Intermittent connections and reconnection to previous EXI session, reutilizing options, string tables, etc. -->
|
||||
<!DOCTYPE xep SYSTEM 'xep.dtd' [
|
||||
<!ENTITY % ents SYSTEM 'xep.ent'>
|
||||
%ents;
|
||||
<!ENTITY % ents SYSTEM 'xep.ent'>
|
||||
%ents;
|
||||
]>
|
||||
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
|
||||
<xep>
|
||||
@ -23,7 +24,7 @@
|
||||
</dependencies>
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
||||
<shortname>exi</shortname>
|
||||
<author>
|
||||
<firstname>Peter</firstname>
|
||||
<surname>Waher</surname>
|
||||
@ -38,19 +39,26 @@
|
||||
<jid>yusuke.doi@gmail.com</jid>
|
||||
<uri>http://www.linkedin.com/in/yusukedoi</uri>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.4</version>
|
||||
<date>2014-03-10</date>
|
||||
<initials>pw</initials>
|
||||
<remark>
|
||||
<p>XMPP Schema namespaces, byte sizes and hashes have been updated</p>
|
||||
<p>A section with links for more information has been added.</p>
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.3</version>
|
||||
<date>2013-07-19</date>
|
||||
<initials>pw, yd</initials>
|
||||
<remark>
|
||||
<ul>
|
||||
<li>Added examples of communication in alternate bindings.</li>
|
||||
<li>Default parameter, canonical namespace, and reserved schemaId of EXI encoding are revised.</li>
|
||||
<li>Added clarifications on use of streamStart, streamEnd elements with namespace prefix mappings.</li>
|
||||
<li>EXI options are now described in the context of use in XMPP communication.</li>
|
||||
<li>A bug in setupResponse element type definition is fixed.</li>
|
||||
<li>Changed domanname schemavault.se used in schema download examples to schemavault.example.org to clarify this is an example.</li>
|
||||
</ul>
|
||||
<p>Added examples of communication in alternate bindings.</p>
|
||||
<p>Default parameter, canonical namespace, and reserved schemaId of EXI encoding are revised.</p>
|
||||
<p>Added clarifications on use of streamStart, streamEnd elements with namespace prefix mappings.</p>
|
||||
<p>EXI options are now described in the context of use in XMPP communication.</p>
|
||||
<p>A bug in setupResponse element type definition is fixed.</p>
|
||||
<p>Changed domanname schemavault.se used in schema download examples to schemavault.example.org to clarify this is an example.</p>
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
@ -58,14 +66,14 @@
|
||||
<date>2013-06-27</date>
|
||||
<initials>pw, yd</initials>
|
||||
<remark>
|
||||
<ul>
|
||||
<li>Added support for a binary binding.</li>
|
||||
<li>Changed namespace urn:xmpp:sn to urn:xmpp:iot</li>
|
||||
<li>Added streamStart and streamEnd elements.</li>
|
||||
<li>Added central XMPP schemas used for XMPP communication.</li>
|
||||
<li>Added references to core XMPP schemas in examples.</li>
|
||||
<li>Added quick setup attributes: <strong>configurationId</strong>, <strong>configurationLocation</strong>.</li>
|
||||
</ul>
|
||||
<p>Added support for a binary binding.</p>
|
||||
<p>Changed namespace urn:xmpp:sn to urn:xmpp:iot</p>
|
||||
<p>Added streamStart and streamEnd elements.</p>
|
||||
<p>Added central XMPP schemas used for XMPP communication.</p>
|
||||
<p>Added references to core XMPP schemas in examples.</p>
|
||||
<p>
|
||||
Added quick setup attributes: <strong>configurationId</strong>, <strong>configurationLocation</strong>.
|
||||
</p>
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
@ -1483,8 +1491,8 @@ FIXME
|
||||
<td>
|
||||
<link url="http://xmpp.org/schemas/exi.xsd">exi.xsd</link>
|
||||
</td>
|
||||
<td>15094</td>
|
||||
<td>8b8f91b95d9101f0781e0ba9b4e106be</td>
|
||||
<td>15339</td>
|
||||
<td>4c33b8ac3b902582f50e25233dc0737c</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>http://jabber.org/protocol/disco#info</td>
|
||||
@ -1710,14 +1718,6 @@ FIXME
|
||||
<td>2431</td>
|
||||
<td>45637c6ae8a3db8048edeb241d54ff3e</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>http://jabber.org/protocol/xdata-color</td>
|
||||
<td>
|
||||
<link url="http://xmpp.org/schemas/color-parameter.xsd">color-parameter.xsd</link>
|
||||
</td>
|
||||
<td>558</td>
|
||||
<td>fdd94654b15532501f30541e52253a7f</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>http://jabber.org/protocol/xdata-layout</td>
|
||||
<td>
|
||||
@ -1742,6 +1742,14 @@ FIXME
|
||||
<td>1402</td>
|
||||
<td>a3733bf495c05653e86ef20a825c62cb</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>http://www.w3.org/XML/1998/namespace</td>
|
||||
<td>
|
||||
<link url="http://xmpp.org/schemas/xml.xsd">xml.xsd</link>
|
||||
</td>
|
||||
<td>4726</td>
|
||||
<td>2e2cf9072dc058dcda41b7ee77a5cb54</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jabber:client</td>
|
||||
<td>
|
||||
@ -2110,6 +2118,14 @@ FIXME
|
||||
<td>762</td>
|
||||
<td>34283385814c8db0dc3ad874ae57e9ab</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>urn:xmpp:eventlog</td>
|
||||
<td>
|
||||
<link url="http://xmpp.org/schemas/eventlogging.xsd">eventlogging.xsd</link>
|
||||
</td>
|
||||
<td>2021</td>
|
||||
<td>b12ff6b4b79b1dedd7c0f6721a046fb8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>urn:xmpp:features:rosterver</td>
|
||||
<td>
|
||||
@ -2131,8 +2147,8 @@ FIXME
|
||||
<td>
|
||||
<link url="http://xmpp.org/schemas/sensor-network-concentrators.xsd">sensor-network-concentrators.xsd</link>
|
||||
</td>
|
||||
<td>37235</td>
|
||||
<td>9923874ce246c24e6fe488cb58f48c9d</td>
|
||||
<td>37801</td>
|
||||
<td>0ea1b43d143b7857870e1397c93e6872</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>urn:xmpp:iot:control</td>
|
||||
@ -2342,6 +2358,22 @@ FIXME
|
||||
<td>760</td>
|
||||
<td>0920ea082f0ba162c8b96611368941a8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>urn:xmpp:xdata:color</td>
|
||||
<td>
|
||||
<link url="http://xmpp.org/schemas/color-parameter.xsd">color-parameter.xsd</link>
|
||||
</td>
|
||||
<td>522</td>
|
||||
<td>6b58fcba235d4f8888b5f6db0e5dfc91</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>urn:xmpp:xdata:dynamic</td>
|
||||
<td>
|
||||
<link url="http://xmpp.org/schemas/dynamic-forms.xsd">dynamic-forms.xsd</link>
|
||||
</td>
|
||||
<td>2453</td>
|
||||
<td>32d8760506fd010f8c9fa6e4953ed5bc</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vcard-temp:x:update</td>
|
||||
<td>
|
||||
@ -2753,6 +2785,30 @@ FIXME
|
||||
]]>
|
||||
</code>
|
||||
</section1>
|
||||
<section1 topic='For more information' anchor='moreinfo'>
|
||||
<p>
|
||||
For more information, please see the following resources:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
The <link url='http://wiki.xmpp.org/web/Tech_pages/SensorNetworks'>Sensor Network section of the XMPP Wiki</link> contains further information about the
|
||||
use of the sensor network XEPs, links to implementations, discussions, etc.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
The XEP's and related projects are also available on <link url='https://github.com/joachimlindborg/'>github</link>, thanks to Joachim Lindborg.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
A presentation giving an overview of all extensions related to Internet of Things can be found here:
|
||||
<link url='http://prezi.com/esosntqhewhs/iot-xmpp/'>http://prezi.com/esosntqhewhs/iot-xmpp/</link>.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section1>
|
||||
<section1 topic='Acknowledgements' anchor='ack'>
|
||||
<p>Thanks to Joachim Lindborg, Takuki Kamiya, Tina Beckman, Karin Forsell, Jeff Freund and Rumen Kyusakov for all valuable feedback.</p>
|
||||
</section1>
|
||||
|
Loading…
Reference in New Issue
Block a user