mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
initial published version
This commit is contained in:
parent
c769f34078
commit
520e958af4
16
xep-0297.xml
16
xep-0297.xml
@ -1,8 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<!DOCTYPE xep SYSTEM 'xep.dtd' [
|
<!DOCTYPE xep SYSTEM 'xep.dtd' [
|
||||||
<!ENTITY % ents SYSTEM 'xep.ent'>
|
<!ENTITY % ents SYSTEM 'xep.ent'>
|
||||||
<!ENTITY xep0285 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0285.html'>Encapsulating Digital Signatures in XMPP</link></span> <note>XEP-0285: Encapsulating Digital Signatures in XMPP <<link url='http://xmpp.org/extensions/xep-0285.html'>http://xmpp.org/extensions/xep-0285.html</link>>.</note>" >
|
|
||||||
<!ENTITY xep0290 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0290.html'>Encapsulated Digital Signatures in XMPP</link></span> <note>XEP-0290: Encapsulated Digital Signatures in XMPP <<link url='http://xmpp.org/extensions/xep-0290.html'>http://xmpp.org/extensions/xep-0290.html</link>>.</note>" >
|
|
||||||
%ents;
|
%ents;
|
||||||
]>
|
]>
|
||||||
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
|
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
|
||||||
@ -11,8 +9,8 @@
|
|||||||
<title>Message Forwarding</title>
|
<title>Message Forwarding</title>
|
||||||
<abstract>This document defines a protocol to forward a message from one entity to another.</abstract>
|
<abstract>This document defines a protocol to forward a message from one entity to another.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>xxxx</number>
|
<number>0297</number>
|
||||||
<status>ProtoXEP</status>
|
<status>Experimental</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -21,9 +19,7 @@
|
|||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>forwarding</shortname>
|
<shortname>forwarding</shortname>
|
||||||
<schemaloc>
|
<schemaloc/>
|
||||||
<url>http://www.xmpp.org/schemas/forwarding.xsd</url>
|
|
||||||
</schemaloc>
|
|
||||||
<author>
|
<author>
|
||||||
<firstname>Matthew</firstname>
|
<firstname>Matthew</firstname>
|
||||||
<surname>Wild</surname>
|
<surname>Wild</surname>
|
||||||
@ -31,6 +27,12 @@
|
|||||||
<jid>me@matthewwild.co.uk</jid>
|
<jid>me@matthewwild.co.uk</jid>
|
||||||
</author>
|
</author>
|
||||||
&ksmith;
|
&ksmith;
|
||||||
|
<revision>
|
||||||
|
<version>0.1</version>
|
||||||
|
<date>2011-04-11</date>
|
||||||
|
<initials>psa</initials>
|
||||||
|
<remark><p>Initial published version.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
<date>2011-03-22</date>
|
<date>2011-03-22</date>
|
||||||
|
Loading…
Reference in New Issue
Block a user