initial published version

This commit is contained in:
stpeter 2011-04-11 16:26:41 -06:00
parent c769f34078
commit 520e958af4
1 changed files with 9 additions and 7 deletions

View File

@ -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 &lt;<link url='http://xmpp.org/extensions/xep-0285.html'>http://xmpp.org/extensions/xep-0285.html</link>&gt;.</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 &lt;<link url='http://xmpp.org/extensions/xep-0290.html'>http://xmpp.org/extensions/xep-0290.html</link>&gt;.</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>