mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -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'?>
|
||||
<!DOCTYPE xep SYSTEM 'xep.dtd' [
|
||||
<!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;
|
||||
]>
|
||||
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
|
||||
@ -11,8 +9,8 @@
|
||||
<title>Message Forwarding</title>
|
||||
<abstract>This document defines a protocol to forward a message from one entity to another.</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>xxxx</number>
|
||||
<status>ProtoXEP</status>
|
||||
<number>0297</number>
|
||||
<status>Experimental</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<dependencies>
|
||||
@ -21,9 +19,7 @@
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
<shortname>forwarding</shortname>
|
||||
<schemaloc>
|
||||
<url>http://www.xmpp.org/schemas/forwarding.xsd</url>
|
||||
</schemaloc>
|
||||
<schemaloc/>
|
||||
<author>
|
||||
<firstname>Matthew</firstname>
|
||||
<surname>Wild</surname>
|
||||
@ -31,6 +27,12 @@
|
||||
<jid>me@matthewwild.co.uk</jid>
|
||||
</author>
|
||||
&ksmith;
|
||||
<revision>
|
||||
<version>0.1</version>
|
||||
<date>2011-04-11</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Initial published version.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.0.1</version>
|
||||
<date>2011-03-22</date>
|
||||
|
Loading…
Reference in New Issue
Block a user