2006-10-02 18:22:13 -04:00
<?xml version='1.0' encoding='UTF-8'?>
2006-10-02 23:51:29 -04:00
< !DOCTYPE xep SYSTEM 'xep.dtd' [
<!ENTITY % ents SYSTEM 'xep.ent'>
2006-10-02 18:22:13 -04:00
%ents;
]>
2006-10-02 23:51:29 -04:00
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
<xep >
2006-10-02 18:22:13 -04:00
<header >
2006-10-02 23:51:29 -04:00
<title > XEP Template</title>
2008-02-13 13:05:33 -05:00
<abstract > This specification provides an example of the format for XMPP Extension Protocols (XEPs).</abstract>
2016-05-21 18:20:13 -04:00
&LEGALNOTICE;
2006-10-02 18:22:13 -04:00
<number > xxxx</number>
2006-10-02 23:51:29 -04:00
<status > ProtoXEP</status>
2006-10-02 18:22:13 -04:00
<type > Standards Track</type>
2007-01-14 22:38:19 -05:00
<sig > Standards</sig>
2006-10-02 18:22:13 -04:00
<approver > Council</approver>
<dependencies >
<spec > XMPP Core</spec>
2006-10-02 23:51:29 -04:00
<spec > XEP-0001</spec>
2006-10-02 18:22:13 -04:00
<spec > Etc.</spec>
</dependencies>
<supersedes />
<supersededby />
2008-06-09 23:34:04 -04:00
<shortname > NOT_YET_ASSIGNED</shortname>
2006-10-02 18:22:13 -04:00
<author >
<firstname > Peter</firstname>
<surname > Saint-Andre</surname>
<email > stpeter@jabber.org</email>
<jid > stpeter@jabber.org</jid>
</author>
<revision >
<version > 0.0.1</version>
<date > 2001-09-14</date>
<initials > psa</initials>
<remark > <p > First draft.</p> </remark>
</revision>
</header>
<section1 topic= 'Introduction' anchor= 'intro' >
2008-02-13 13:05:33 -05:00
<p > This is a template for use in writing XMPP Extension Protocol specifications (XEPs). For detailed information about the XSF's standards process and how to write a XEP, refer to "XEP-0001: XMPP Extension Protocols" and "XEP-0143: Guidelines for Authors of XMPP Extension Protocols".</p>
2006-10-02 18:22:13 -04:00
</section1>
<section1 topic= 'Requirements' anchor= 'reqs' >
<p > STRONGLY RECOMMENDED.</p>
</section1>
<section1 topic= 'Glossary' anchor= 'glossary' >
<p > OPTIONAL.</p>
</section1>
<section1 topic= 'Use Cases' anchor= 'usecases' >
<p > STRONGLY RECOMMENDED.</p>
</section1>
<section1 topic= 'Business Rules' anchor= 'rules' >
<p > OPTIONAL.</p>
</section1>
<section1 topic= 'Implementation Notes' anchor= 'impl' >
<p > OPTIONAL.</p>
</section1>
2008-06-09 23:34:04 -04:00
<section1 topic= 'Accessibility Considerations' anchor= 'access' >
<p > OPTIONAL.</p>
</section1>
2006-10-02 18:22:13 -04:00
<section1 topic= 'Internationalization Considerations' anchor= 'i18n' >
<p > OPTIONAL.</p>
</section1>
<section1 topic= 'Security Considerations' anchor= 'security' >
<p > REQUIRED.</p>
</section1>
<section1 topic= 'IANA Considerations' anchor= 'iana' >
<p > REQUIRED.</p>
</section1>
2006-10-04 14:40:38 -04:00
<section1 topic= 'XMPP Registrar Considerations' anchor= 'registrar' >
2006-10-02 18:22:13 -04:00
<p > REQUIRED.</p>
</section1>
<section1 topic= 'XML Schema' anchor= 'schema' >
2008-02-13 13:05:33 -05:00
<p > REQUIRED for protocol specifications.</p>
2006-10-02 18:22:13 -04:00
</section1>
2006-10-02 23:51:29 -04:00
</xep>