xeps/xep.ent

781 lines
122 KiB
Plaintext
Raw Normal View History

<!--
This file contains common entities for use in XEPs.
It is maintained by the XMPP Extensions Editor:
http://www.xmpp.org/extensions/editor.shtml
Please do not add entities to this file; instead,
add them to the relevant XEP (see XEP-0116 for an
example) and then ask the XMPP Extensions Editor
to add them to this file.
Thanks!
-->
<!-- HTML entities -->
<!ENTITY tm "&#153;">
<!ENTITY nbsp "&#160;">
<!ENTITY copy "&#169;">
<!ENTITY reg "&#174;">
<!-- shortcuts for stanza types and children -->
<!ENTITY MESSAGE "&lt;message/&gt;">
<!ENTITY PRESENCE "&lt;presence/&gt;">
<!ENTITY IQ "&lt;iq/&gt;">
<!ENTITY SUBJECT "&lt;subject/&gt;">
<!ENTITY THREAD "&lt;thread/&gt;">
<!ENTITY BODY "&lt;body/&gt;">
<!ENTITY SHOW "&lt;show/&gt;">
<!ENTITY STATUS "&lt;status/&gt;">
<!ENTITY PRIORITY "&lt;priority/&gt;">
<!ENTITY QUERY "&lt;query/&gt;">
<!ENTITY X "&lt;x/&gt;">
<!ENTITY UNAVAILABLE "&lt;presence type='unavailable'/&gt;">
<!-- shortcuts for registries -->
<!ENTITY AMPACTIONS "&lt;<link url='http://www.xmpp.org/registrar/amp-actions.html'>http://www.xmpp.org/registrar/amp-actions.html</link>&gt;">
<!ENTITY AMPCONDITIONS "&lt;<link url='http://www.xmpp.org/registrar/amp-conditions.html'>http://www.xmpp.org/registrar/amp-conditions.html</link>&gt;">
<!ENTITY APPERRORS "&lt;<link url='http://www.xmpp.org/registrar/errors.html'>http://www.xmpp.org/registrar/errors.html</link>&gt;">
<!ENTITY COMPRESSMETHODS "&lt;<link url='http://www.xmpp.org/registrar/compress.html'>http://www.xmpp.org/registrar/compress.html</link>&gt;">
<!ENTITY DISCOCATEGORIES "&lt;<link url='http://www.xmpp.org/registrar/disco-categories.html'>http://www.xmpp.org/registrar/disco-categories.html</link>&gt;">
<!ENTITY DISCOFEATURES "&lt;<link url='http://www.xmpp.org/registrar/disco-features.html'>http://www.xmpp.org/registrar/disco-features.html</link>&gt;">
<!ENTITY DISCONODES "&lt;<link url='http://www.xmpp.org/registrar/disco-nodes.html'>http://www.xmpp.org/registrar/disco-nodes.html</link>&gt;">
<!ENTITY FORMTYPES "&lt;<link url='http://www.xmpp.org/registrar/formtypes.html'>http://www.xmpp.org/registrar/formtypes.html</link>&gt;">
<!ENTITY MUCSTATUS "&lt;<link url='http://www.xmpp.org/registrar/mucstatus.html'>http://www.xmpp.org/registrar/mucstatus.html</link>&gt;">
<!ENTITY NAMESPACES "&lt;<link url='http://www.xmpp.org/registrar/namespaces.html'>http://www.xmpp.org/registrar/namespaces.html</link>&gt;">
<!ENTITY QUERYTYPES "&lt;<link url='http://www.xmpp.org/registrar/querytypes.html'>http://www.xmpp.org/registrar/querytypes.html</link>&gt;">
<!ENTITY SHIMHEADERS "&lt;<link url='http://www.xmpp.org/registrar/shim.html'>http://www.xmpp.org/registrar/shim.html</link>&gt;">
<!ENTITY SIPROFILES "&lt;<link url='http://www.xmpp.org/registrar/si-profiles.html'>http://www.xmpp.org/registrar/si-profiles.html</link>&gt;">
<!ENTITY STREAMFEATURES "&lt;<link url='http://www.xmpp.org/registrar/stream-features.html'>http://www.xmpp.org/registrar/stream-features.html</link>&gt;">
<!ENTITY XDVPREFIXES "&lt;<link url='http://www.xmpp.org/registrar/xdv-prefixes.html'>http://www.xmpp.org/registrar/xdv-prefixes.html</link>&gt;">
<!ENTITY XDVTYPES "&lt;<link url='http://www.xmpp.org/registrar/xdv-datatypes.html'>http://www.xmpp.org/registrar/xdv-datatypes.html</link>&gt;">
<!-- Jingle elements -->
<!ENTITY JINGLE "&lt;jingle/&gt;">
<!ENTITY CONTENT "&lt;content/&gt;">
<!ENTITY DESCRIPTION "&lt;description/&gt;">
<!ENTITY PAYLOADTYPE "&lt;payload-type/&gt;">
<!ENTITY TRANSPORT "&lt;transport/&gt;">
<!ENTITY CANDIDATE "&lt;candidate/&gt;">
<!-- shortcuts for address types -->
<!ENTITY BAREJID "&lt;node@domain.tld&gt;">
<!ENTITY FULLJID "&lt;node@domain.tld/resource&gt;">
<!ENTITY DOMAIN "&lt;domain.tld&gt;">
<!ENTITY DOMAINRES "&lt;domain.tld/resource&gt;">
<!-- shortcuts for error conditions -->
<!ENTITY e400 "&lt;bad-request/&gt;">
<!ENTITY badrequest "&lt;bad-request/&gt;">
<!ENTITY e409 "&lt;conflict/&gt;">
<!ENTITY conflict "&lt;conflict/&gt;">
<!ENTITY e501 "&lt;feature-not-implemented/&gt;">
<!ENTITY feature "&lt;feature-not-implemented/&gt;">
<!ENTITY e409 "&lt;forbidden/&gt;">
<!ENTITY forbidden "&lt;forbidden/&gt;">
<!-- no number for gone -->
<!ENTITY gone "&lt;gone/&gt;">
<!ENTITY e500 "&lt;internal-server-error/&gt;">
<!ENTITY internalserver "&lt;internal-server-error/&gt;">
<!ENTITY e404 "&lt;item-not-found/&gt;">
<!ENTITY notfound "&lt;item-not-found/&gt;">
<!-- no number for jid-malformed -->
<!ENTITY badjid "&lt;jid-malformed/&gt;">
<!ENTITY e406 "&lt;not-acceptable/&gt;">
<!ENTITY notacceptable "&lt;not-acceptable/&gt;">
<!ENTITY e405 "&lt;not-allowed/&gt;">
<!ENTITY notallowed "&lt;not-allowed/&gt;">
<!ENTITY e401 "&lt;not-authorized/&gt;">
<!ENTITY notauthorized "&lt;not-authorized/&gt;">
<!ENTITY e402 "&lt;payment-required/&gt;">
<!ENTITY payment "&lt;payment-required/&gt;">
<!-- no number for recipient-unavailable -->
<!ENTITY recipient "&lt;recipient-unavailable/&gt;">
<!ENTITY e302 "&lt;redirect/&gt;">
<!ENTITY redirect "&lt;redirect/&gt;">
<!ENTITY e407 "&lt;registration-required/&gt;">
<!ENTITY registration "&lt;registration-required/&gt;">
<!-- no number for remote-server-not-found -->
<!ENTITY remoteserver "&lt;remote-server-not-found/&gt;">
<!ENTITY e504 "&lt;remote-server-timeout/&gt;">
<!ENTITY timeout "&lt;remote-server-timeout/&gt;">
<!-- no number for resource-constraint -->
<!ENTITY constraint "&lt;resource-constraint/&gt;">
<!ENTITY e503 "&lt;service-unavailable/&gt;">
<!ENTITY unavailable "&lt;service-unavailable/&gt;">
<!-- no number for subscription-required -->
<!ENTITY subrequired "&lt;subscription-required/&gt;">
<!-- no number for undefined-condition -->
<!ENTITY undefined "&lt;undefined-condition/&gt;">
<!-- no number for unexpected-request -->
<!ENTITY unexpected "&lt;unexpected-request/&gt;">
<!-- legal notice required by the JSF's IPR Policy -->
<!ENTITY LEGALNOTICE "<legal>This XMPP Extension Protocol is copyright 1999 - 2007 by the <link url='http://www.jabber.org/jsf/'>Jabber Software Foundation</link> (JSF) and is in full conformance with the JSF's Intellectual Property Rights Policy &lt;<link url='http://www.xmpp.org/extensions/ipr-policy.shtml'>http://www.xmpp.org/extensions/ipr-policy.shtml</link>&gt;. This material may be distributed only subject to the terms and conditions set forth in the Creative Commons Attribution License (&lt;<link url='http://creativecommons.org/licenses/by/2.5/'>http://creativecommons.org/licenses/by/2.5/</link>&gt;).</legal>" >
<!-- other JSF-related text shortcuts -->
<!ENTITY RFC3920BISNOTE "<p><em>Note: This document describes a protocol or best practice that is intended for incorporation into the specification that will supersede &rfc3920; within the Internet Standards Process, i.e., &rfc3920bis;. This document is provided only for the purpose of open community discussion of the potential modification and will be obsoleted as soon as the relevant RFC is published.</em></p>" >
<!ENTITY RFC3921BISNOTE "<p><em>Note: This document describes a protocol or best practice that is intended for incorporation into the specification that will supersede &rfc3921; within the Internet Standards Process, i.e., &rfc3921bis;. This document is provided only for the purpose of open community discussion of the potential modification and will be obsoleted as soon as the relevant RFC is published.</em></p>" >
<!ENTITY BOOLEANNOTE "<note>In accordance with Section 3.2.2.1 of <cite>XML Schema Part 2: Datatypes</cite>, the allowable lexical representations for the xs:boolean datatype are the strings &quot;0&quot; and &quot;false&quot; for the concept 'false' and the strings &quot;1&quot; and &quot;true&quot; for the concept 'true'; implementations MUST support both styles of lexical representation.</note>" >
<!ENTITY REGPROCESS "<p>In order to submit new values to this registry, the registrant must define an XML fragment of the following form and either include it in the relevant XMPP Extension Protocol or send it to the email address &lt;registrar@jabber.org&gt;:</p>" >
<!-- RFC 2119 reference -->
<!ENTITY CONFORMANCE '<p>The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in &rfc2119;.</p>' >
<!-- common JSF-related URLs -->
<!ENTITY BOARD "<span class='ref'>JSF Board of Directors</span> <note>The JSF Board of Directors is an elected body that possesses overall responsibility for the affairs of the Jabber Software Foundation. For further information, see &lt;<link url='http://www.jabber.org/board/'>http://www.jabber.org/board/</link>&gt;.</note>" >
<!ENTITY BYLAWS "<span class='ref'>JSF Bylaws</span> <note>The Bylaws of the Jabber Software Foundation (JSF) define the legal basis and operating procedures of the JSF. For further information, see &lt;<link url='http://www.jabber.org/jsf/bylaws.shtml'>http://www.jabber.org/jsf/bylaws.shtml</link>&gt;.</note>" >
<!ENTITY COUNCIL "<span class='ref'>XMPP Council</span> <note>The XMPP Council is a technical steering committee, authorized by the JSF Board of Directors and elected by JSF members, that approves of new XMPP Extensions Protocols and oversees the JSF's standards process. For further information, see &lt;<link url='http://www.xmpp.org/council/'>http://www.xmpp.org/council/</link>&gt;.</note>" >
<!ENTITY EDITOR "<span class='ref'>XMPP Extensions Editor</span> <note>The XMPP Extensions Editor is the individual appointed by the JSF Board of Directors to handle protocol submissions and provide day-to-day management of the JSF's standards process. For further information, see &lt;<link url='http://www.xmpp.org/extensions/editor.shtml'>http://www.xmpp.org/extensions/editor.shtml</link>&gt;.</note>" >
<!ENTITY JSF "<span class='ref'>Jabber Software Foundation (JSF)</span> <note>The Jabber Software Foundation (JSF) is an independent, non-profit organization that develops open extensions to the IETF's Extensible Messaging and Presence Protocol (XMPP). For further information, see &lt;<link url='http://www.jabber.org/jsf/'>http://www.jabber.org/jsf/</link>&gt;.</note>" >
<!ENTITY JSFIETF "<span class='ref'>JSF-IETF list</span> <note>The JSF-IETF list is for discussion of matters of mutual interest to the Jabber Software Foundation and the Internet Engineering Task Force. The primary focus of the list is technical, mainly regarding JSF use of IETF technologies (e.g., references to RFCs in XMPP Extension Protocols) and IETF use of JSF technologies (e.g., references to XMPP Extension Protocols in Internet-Drafts and RFCs). To subscribe to the list or view the list archives, visit &lt;<link url='http://mail.jabber.org/mailman/listinfo/jsf-ietf/'>http://mail.jabber.org/mailman/listinfo/jsf-ietf/</link>&gt;.</note>" >
<!ENTITY JSFIPR "<span class='ref'>JSF IPR Policy</span> <note>The JSF IPR Policy defines the Jabber Software Foundation's official policy regarding intellectual property rights (IPR) as they pertain to XMPP Extension Protocols (XEPs). For further information, see &lt;<link url='http://www.xmpp.org/extensions/ipr-policy.shtml'>http://www.xmpp.org/extensions/ipr-policy.shtml</link>&gt;.</note>" >
<!ENTITY REGISTRAR "<span class='ref'>XMPP Registrar</span> <note>The XMPP Registrar maintains a list of reserved protocol namespaces as well as registries of parameters used in the context of XMPP extension protocols approved by the Jabber Software Foundation. For further information, see &lt;<link url='http://www.xmpp.org/registrar/'>http://www.xmpp.org/registrar/</link>&gt;.</note>" >
<!ENTITY SJIG "<span class='ref'>Standards JIG</span> <note>The Standards JIG is a standing Jabber Interest Group devoted to development of XMPP Extension Protocols. The discussion list of the Standards JIG is the primary venue for discussion of Jabber/XMPP protocols, as well as for announcements by the XMPP Extensions Editor and XMPP Registrar. To subscribe to the list or view the list archives, visit &lt;<link url='http://mail.jabber.org/mailman/listinfo/standards-jig/'>http://mail.jabber.org/mailman/listinfo/standards-jig/</link>&gt;.</note>" >
<!-- various code projects -->
<!ENTITY jabberd "<span class='ref'>jabberd</span> <note>The jabberd server is the original server implementation of the Jabber/XMPP protocols, first developed by Jeremie Miller, inventor of Jabber. For further information, see &lt;<link url='http://jabberd.jabberstudio.org/'>http://jabberd.jabberstudio.org/</link>&gt;.</note>" >
<!-- source code licenses -->
<!ENTITY GPL "<span class='ref'>The General Public License</span> <note>The General Public License is the primary code license for free software as defined by the Free Software Foundation. For further information, see &lt;<link url='http://www.gnu.org/licenses/gpl.txt'>http://www.gnu.org/licenses/gpl.txt</link>&gt;.</note>" >
<!ENTITY LGPL "<span class='ref'>The Lesser General Public License</span> <note>The Lesser General Public License is a secondary code license for free software as defined by the Free Software Foundation. For further information, see &lt;<link url='http://www.gnu.org/licenses/lgpl.txt'>http://www.gnu.org/licenses/lgpl.txt</link>&gt;.</note>" >
<!ENTITY OSI "<span class='ref'>The Open Source Initiative</span> <note>The Open Source Initiative defines the term 'open source' and maintains a list of a open-source code licenses. For further information, see &lt;<link url='http://www.opensource.org/'>http://www.opensource.org/</link>&gt;.</note>" >
<!-- other organizations -->
<!ENTITY CACERT "<span class='ref'>CAcert</span> <note>CAcert is a community-driven certificate authority which issues validated certificates based on participation in a web of trust rather than payment of a fee. For further information, see &lt;<link url='http://www.cacert.org/'>http://www.cacert.org/</link>&gt;.</note>" >
<!ENTITY DUBLINCORE "<span class='ref'>Dublin Core Metadata Initiative (DCMI)</span> <note>The Dublin Core Metadata Initiative (DCMI) is an organization dedicated to promoting the widespread adoption of interoperable metadata standards. For further information, see &lt;<link url='http://www.dublincore.org/'>http://www.dublincore.org/</link>&gt;.</note>" >
<!ENTITY FPL "<span class='ref'>FIX Protocol, Ltd.</span> <note>FIX Protocol, Ltd. is a securities industry consortium that has developed the Financial Information eXchange Protocol (FIX). For further information, see &lt;<link url='http://www.fixprotocol.org/'>http://www.fixprotocol.org/</link>&gt;.</note>" >
<!ENTITY IANA "the <span class='ref'>Internet Assigned Numbers Authority (IANA)</span> <note>The Internet Assigned Numbers Authority (IANA) is the central coordinator for the assignment of unique parameter values for Internet protocols, such as port numbers and URI schemes. For further information, see &lt;<link url='http://www.iana.org/'>http://www.iana.org/</link>&gt;.</note>" >
<!ENTITY IETF "<span class='ref'>Internet Engineering Task Force (IETF)</span> <note>The Internet Engineering Task Force is the principal body engaged in the development of new Internet standard specifications, best known for its work on standards such as HTTP and SMTP. For further information, see &lt;<link url='http://www.ietf.org/'>http://www.ietf.org/</link>&gt;.</note>" >
<!ENTITY ITU "<span class='ref'>International Telecommunication Union (ITU)</span> <note>The International Telecommunication Union develops technical and operating standards (such as H.323) for international telecommunication services. For further information, see &lt;<link url='http://www.itu.int/'>http://www.itu.int/</link>&gt;.</note>" >
<!ENTITY OASIS "<span class='ref'>OASIS</span> <note>OASIS is a not-for-profit, international consortium that drives the development, convergence and adoption of e-business standards. For further information, see &lt;<link url='http://www.oasis-open.org/'>http://www.oasis-open.org/</link>&gt;.</note>" >
<!ENTITY OMA "<span class='ref'>Open Mobile Alliance (OMA)</span> <note>The Open Mobile Alliance is the focal point for the development of mobile service enabler specifications, which support the creation of interoperable end-to-end mobile services. For further information, see &lt;<link url='http://www.openmobilealliance.org/'>http://www.openmobilealliance.org/</link>&gt;.</note>" >
<!ENTITY XMPPWG "<span class='ref'>XMPP Working Group</span> <note>The XMPP Working Group was created by the Internet Engineering Task Force to define an adaptation of the base Jabber protocols that could be considered an IETF-approved instant messaging and presence technology. For further information, see &lt;<link url='http://www.ietf.org/html.charters/xmpp-charter.html'>http://www.ietf.org/html.charters/xmpp-charter.html</link>&gt;.</note>" >
<!ENTITY W3C "<span class='ref'>World Wide Web Consortium (W3C)</span> <note>The World Wide Web Consortium defines data formats and markup languages (such as HTML and XML) for use over the Internet. For further information, see &lt;<link url='http://www.w3.org/'>http://www.w3.org/</link>&gt;.</note>" >
<!-- W3C specs -->
<!ENTITY w3canon "<span class='ref'>Canonical XML</span> <note>Canonical XML 1.0 &lt;<link url='http://www.w3.org/TR/xml-c14n'>http://www.w3.org/TR/xml-c14n</link>&gt;.</note>" >
<!ENTITY w3css "<span class='ref'>Cascading Style Sheets</span> <note>Cascading Style Sheets, level 1 &lt;<link url='http://www.w3.org/TR/REC-CSS1'>http://www.w3.org/TR/REC-CSS1</link>&gt;.</note>" >
<!ENTITY w3html "<span class='ref'>HTML 4.0</span> <note>HTML 4.0 &lt;<link url='http://www.w3.org/TR/REC-html40'>http://www.w3.org/TR/REC-html40</link>&gt;.</note>" >
<!ENTITY w3process "<span class='ref'>W3C Process Document</span> <note>W3C Process Document &lt;<link url='http://www.w3.org/Consortium/Process-20010719/process.html'>http://www.w3.org/Consortium/Process-20010719/process.html</link>&gt;.</note>" >
<!ENTITY w3soap "<span class='ref'>Simple Object Access Protocol (SOAP)</span> <note>Simple Object Access Protocol (SOAP) &lt;<link url='http://www.w3.org/TR/SOAP/'>http://www.w3.org/TR/SOAP/</link>&gt;.</note>" >
<!ENTITY w3soap0 "<span class='ref'>SOAP Version 1.2 Part 0</span> <note>SOAP Version 1.2 Part 0: Primer &lt;<link url='http://www.w3.org/TR/soap12-part0'>http://www.w3.org/TR/soap12-part0</link>&gt;.</note>" >
<!ENTITY w3soap1 "<span class='ref'>SOAP Version 1.2 Part 1</span> <note>SOAP Version 1.2 Part 1: Messaging &lt;<link url='http://www.w3.org/TR/soap12-part1'>http://www.w3.org/TR/soap12-part1</link>&gt;.</note>" >
<!ENTITY w3soap2 "<span class='ref'>SOAP Version 1.2 Part 2</span> <note>SOAP Version 1.2 Part 2: Adjuncts &lt;<link url='http://www.w3.org/TR/soap12-part2'>http://www.w3.org/TR/soap12-part2</link>&gt;.</note>" >
<!ENTITY w3soapaf "<span class='ref'>SOAP 1.2 Attachment Feature</span> <note>SOAP 1.2 Attachment Feature &lt;<link url='http://www.w3.org/TR/soap12-af/'>http://www.w3.org/TR/soap12-af/</link>&gt;.</note>" >
<!ENTITY w3soapemail "<span class='ref'>SOAP Email Binding</span> <note>SOAP Version 1.2 Email Binding &lt;<link url='http://www.w3.org/TR/soap12-email'>http://www.w3.org/TR/soap12-email</link>&gt;.</note>" >
<!ENTITY w3soapmtom "<span class='ref'>SOAP Message Transmission Optimization Mechanism</span> <note>SOAP Message Transmission Optimization Mechanism &lt;<link url='http://www.w3.org/TR/soap12-mtom'>http://www.w3.org/TR/soap12-mtom</link>&gt;.</note>" >
<!ENTITY w3soaprep "<span class='ref'>Resource Representation SOAP Header Block</span> <note>Resource Representation SOAP Header Block &lt;<link url='http://www.w3.org/TR/soap12-rep'>http://www.w3.org/TR/soap12-rep</link>&gt;.</note>" >
<!ENTITY w3turingtest "<span class='ref'>Inaccessibility of Visually-Oriented Anti-Robot Tests</span> <note>Inaccessibility of Visually-Oriented Anti-Robot Tests &lt;<link url='http://www.w3.org/TR/turingtest/'>http://www.w3.org/TR/turingtest/</link>&gt;.</note>" >
<!ENTITY w3xforms "<span class='ref'>XForms 1.0</span> <note>XForms 1.0 &lt;<link url='http://www.w3.org/TR/xforms'>http://www.w3.org/TR/xforms</link>&gt;.</note>" >
<!ENTITY w3xhtml "<span class='ref'>XHTML 1.0</span> <note>XHTML 1.0 &lt;<link url='http://www.w3.org/TR/xhtml1'>http://www.w3.org/TR/xhtml1</link>&gt;.</note>" >
<!ENTITY w3xhtml2 "<span class='ref'>XHTML 2.0</span> <note>XHTML 2.0 &lt;<link url='http://www.w3.org/TR/xhtml2'>http://www.w3.org/TR/xhtml2</link>&gt;.</note>" >
<!ENTITY w3xhtmlbasic "<span class='ref'>XHTML Basic</span> <note>XHTML Basic &lt;<link url='http://www.w3.org/TR/xhtml-basic'>http://www.w3.org/TR/xhtml-basic</link>&gt;.</note>" >
<!ENTITY w3xhtmlmod "<span class='ref'>Modularization of XHTML</span> <note>Modularization of XHTML &lt;<link url='http://www.w3.org/TR/2004/WD-xhtml-modularization-20040218/'>http://www.w3.org/TR/2004/WD-xhtml-modularization-20040218/</link>&gt;.</note>" >
<!ENTITY w3rdf "<span class='ref'>Resource Description Framework</span> <note>Resource Description Framework (RDF) &lt;<link url='http://www.w3.org/RDF/'>http://www.w3.org/RDF/</link>&gt;.</note>" >
<!ENTITY w3xml "<span class='ref'>XML 1.0</span> <note>Extensible Markup Language (XML) 1.0 (Fourth Edition) &lt;<link url='http://www.w3.org/TR/REC-xml/'>http://www.w3.org/TR/REC-xml/</link>&gt;.</note>" >
<!ENTITY w3xmlenc "<span class='ref'>XML Encryption</span> <note>XML Encryption Syntax and Processing &lt;<link url='http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/'>http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/</link>&gt;.</note>" >
<!ENTITY w3xmlnamespaces "<span class='ref'>Namespaces in XML</span> <note>Namespaces in XML &lt;<link url='http://www.w3.org/TR/REC-xml-names/'>http://www.w3.org/TR/REC-xml-names/</link>&gt;.</note>" >
<!ENTITY w3xmlschema1 "<span class='ref'>XML Schema Part 1</span> <note>XML Schema Part 1: Structures &lt;<link url='http://www.w3.org/TR/xmlschema-1/'>http://www.w3.org/TR/xmlschema-1/</link>&gt;.</note>" >
<!ENTITY w3xmlschema2 "<span class='ref'>XML Schema Part 2</span> <note>XML Schema Part 2: Datatypes &lt;<link url='http://www.w3.org/TR/xmlschema-2/'>http://www.w3.org/TR/xmlschema-2/</link>&gt;.</note>" >
<!ENTITY w3xmlsig "<span class='ref'>XML Signature</span> <note>XML Signature Syntax and Processing &lt;<link url='http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/'>http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/</link>&gt;.</note>" >
<!ENTITY w3xop "<span class='ref'>XML-binary Optimized Packaging</span> <note>XML-binary Optimized Packaging &lt;<link url='http://www.w3.org/TR/xop10/'>http://www.w3.org/TR/xop10/</link>&gt;.</note>" >
<!ENTITY w3xpath "<span class='ref'>XPath</span> <note>XML Path Language &lt;<link url='http://www.w3.org/TR/xpath'>http://www.w3.org/TR/xpath</link>&gt;.</note>" >
<!ENTITY w3xslt "<span class='ref'>XSL Transformations</span> <note>XSL Transformations &lt;<link url='http://www.w3.org/TR/xslt/'>http://www.w3.org/TR/xslt/</link>&gt;.</note>" >
<!ENTITY w3wsdl "<span class='ref'>WSDL</span> <note>WSDL 1.1 Specification &lt;<link url='http://www.w3.org/TR/wsdl'>http://www.w3.org/TR/wsdl</link>&gt;.</note>" >
<!-- OASIS specs -->
<!ENTITY oasiscap "<span class='ref'>Common Alerting Protocol</span> <note>Common Alerting Protocol, v. 1.0 &lt;<link url='http://www.oasis-open.org/committees/documents.php?wg_abbrev=emergency'>http://www.oasis-open.org/committees/documents.php?wg_abbrev=emergency</link>&gt;.</note>" >
<!-- various security specs -->
<!ENTITY ansix952 "<span class='ref'>ANSI X9.52</span> <note>ANSI X9.52: Triple Data Encryption Algorithm Modes of Operation (1998).</note>" >
<!ENTITY arcfour "<span class='ref'>Arcfour</span> <note>A Stream Cipher Encryption Algorithm 'Arcfour' &lt;<link url='http://www.watersprings.org/pub/id/draft-kaukonen-cipher-arcfour-03.txt'>http://www.watersprings.org/pub/id/draft-kaukonen-cipher-arcfour-03.txt</link>&gt;.</note>" >
<!ENTITY blowfish "<span class='ref'>Blowfish</span> <note>Description of a New Variable-Length Key, 64-Bit Block Cipher (Blowfish) &lt;<link url='http://www.schneier.com/paper-blowfish-fse.html'>http://www.schneier.com/paper-blowfish-fse.html</link>&gt;.</note>" >
<!ENTITY idea "<span class='ref'>IDEA</span> <note>The IDEA Block Cipher &lt;<link url='http://perso.ens-lyon.fr/jean-luc.beuchat/IDEA/'>http://perso.ens-lyon.fr/jean-luc.beuchat/IDEA/</link>&gt;.</note>" >
<!ENTITY nistfips46-3 "<span class='ref'>Data Encryption Standard</span> <note>Data Encryption Standard: Federal Information Processing Standards Publication 46-3 &lt;<link url='http://csrc.nist.gov/publications/fips/fips46-3/fips46-3.pdf'>http://csrc.nist.gov/publications/fips/fips46-3/fips46-3.pdf</link>&gt;.</note>" >
<!ENTITY nistfips180-2 "<span class='ref'>Secure Hash Standard</span> <note>Secure Hash Standard: Federal Information Processing Standards Publication 180-2 &lt;<link url='http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf'>http://csrc.nist.gov/publications/fips/fips180-2/fips186-2withchangenotice.pdf</link>&gt;.</note>" >
<!ENTITY nistfips186-2 "<span class='ref'>Digital Signature Standard</span> <note>Digital Signature Standard: Federal Information Processing Standards Publication 186 &lt;<link url='http://csrc.nist.gov/publications/fips/fips186-2/fips186-2-change1.pdf'>http://csrc.nist.gov/publications/fips/fips186-2/fips186-2-change1.pdf</link>&gt;.</note>" >
<!ENTITY nistfips197 "<span class='ref'>Advanced Encryption Standard</span> <note>Advanced Encryption Standard: Federal Information Processing Standards Publication 197 &lt;<link url='http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf'>http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf</link>&gt;.</note>" >
<!ENTITY nistfips198a "<span class='ref'>The Keyed-Hash Message Authentication Code (HMAC)</span> <note>The Keyed-Hash Message Authentication Code (HMAC): Federal Information Processing Standards Publication 198 &lt;<link url='http://csrc.nist.gov/publications/fips/fips198/fips-198a.pdf'>http://csrc.nist.gov/publications/fips/fips198/fips-198a.pdf</link>&gt;.</note>" >
<!ENTITY nistfips800-38a "<span class='ref'> Recommendation for Block Cipher Modes of Operation</span> <note>Recommendation for Block Cipher Modes of Operation: Federal Information Processing Standards Publication 800-38a &lt;<link url='http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf'>http://csrc.nist.gov/publications/ nistpubs/800-38a/sp800-38a.pdf</link>&gt;.</note>" >
<!ENTITY otr "<span class='ref'>Off-the-Record Communication</span> <note>Off-the-Record Communication, or, Why Not to Use PGP &lt;<link url='http://www.isaac.cs.berkeley.edu/~iang/pubs/otr-wpes.pdf'>http://www.isaac.cs.berkeley.edu/~iang/pubs/otr-wpes.pdf</link>&gt;.</note>" >
<!ENTITY serpent "<span class='ref'>Serpent</span> <note>The Serpent Block Cipher &lt;<link url='http://www.cl.cam.ac.uk/~rja14/serpent.html'>http://www.cl.cam.ac.uk/~rja14/serpent.html</link>&gt;.</note>" >
<!ENTITY sigma "<span class='ref'>SIGMA</span> <note>SIGMA: the 'SIGn-and-MAc' Approach to Authenticated Diffie-Hellman and its Use in the IKE Protocols (Hugo Krawczyk, June 12 2003) &lt;<link url='http://web.archive.org/web/20040409013835/http://www.ee.technion.ac.il/~hugo/sigma.ps'>http://www.ee.technion.ac.il/~hugo/sigma.ps</link>&gt;.</note>" >
<!ENTITY ssl "<span class='ref'>SSL</span> <note>SSL V3.0 &lt;<link url='http://wp.netscape.com/eng/ssl3/draft302.txt'>http://wp.netscape.com/eng/ssl3/draft302.txt</link>&gt;.</note>" >
<!ENTITY twofish "<span class='ref'>Twofish</span> <note>The Twofish Block Cipher &lt;<link url='http://www.schneier.com/twofish.html'>http://www.schneier.com/twofish.html</link>&gt;.</note>" >
<!ENTITY whirlpool "<span class='ref'>Whirlpool</span> <note>The Whirlpool Hash Function &lt;<link url='http://paginas.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html'>http://paginas.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html</link>&gt;.</note>" >
<!-- some other specs -->
<!ENTITY ascii "<span class='ref'>US-ASCII</span> <note>Coded Character Set - 7-bit American Standard Code for Information Interchange (American National Standards Institute X3.4, 1986).</note>" >
<!ENTITY dcmiterms "<span class='ref'>DCMI Metadata Terms</span> <note>Dublin Core Metadata Initiative: DCMI Metadata Terms &lt;<link url='http://dublincore.org/documents/dcmi-terms/'>http://dublincore.org/documents/dcmi-terms/</link>&gt;.</note>" >
<!ENTITY ecma151 "<span class='ref'>Standard ECMA-151</span> <note>Standard ECMA-151: Data Compression for Information Interchange - Adaptive Coding with Embedded Dictionary - DLCZ Algorithm &lt;<link url='http://www.ecma-international.org/publications/standards/Ecma-151.htm'>http://www.ecma-international.org/publications/standards/Ecma-151.htm</link>&gt;.</note>" >
<!ENTITY fix "<span class='ref'>Financial Information eXchange Protocol (FIX)</span> <note>The Financial Information eXchange Protocol (FIX) is a messaging standard developed specifically for the real-time electronic exchange of securities transactions. For further information, see &lt;<link url='http://www.fixprotocol.org/'>http://www.fixprotocol.org/</link>&gt;.</note>" >
<!ENTITY fixml "<span class='ref'>FIXML</span> <note>FIXML is an XML representation of the data format used in Financial Information eXchange Protocol (FIX), which abstracts the FIX data format from the underlying FIX transport mechanism. For further information, see &lt;<link url='http://www.fixprotocol.org/cgi-bin/Spec.cgi?menu=4'>http://www.fixprotocol.org/cgi-bin/Spec.cgi?menu=4</link>&gt;.</note>" >
<!ENTITY foaf "<span class='ref'>Friend of a Friend (FOAF)</span> <note>Friend of a Friend (FOAF) &lt;<link url='http://xmlns.com/foaf/0.1/'>http://xmlns.com/foaf/0.1/</link>&gt;.</note>" >
<!ENTITY h323 "<span class='ref'>H.323</span> <note>ITU Recommendation H.323: Packet-based Multimedia Communications Systems (September 1999).</note>" >
<!ENTITY icestandard "<span class='ref'>Information and Content Exchange</span> <note>Information and Content Exchange &lt;<link url='http://www.icestandard.org/'>http://www.icestandard.org/</link>&gt;.</note>" >
<!ENTITY iso8601 "<span class='ref'>ISO 8601</span> <note>ISO 8601: Representation of Dates and Times (2000). This specification is not freely available; however, a good summary is located at &lt;<link url='http://www.cl.cam.ac.uk/~mgk25/iso-time.html'>http://www.cl.cam.ac.uk/~mgk25/iso-time.html</link>&gt;.</note>" >
<!ENTITY itue164 "<span class='ref'>ITU E.164</span> <note>ITU Recommendation E.164/I.331: The International Public Telecommunication Numbering Plan (1997). This specification is not freely available; a short summary is located at &lt;<link url='http://en.wikipedia.org/wiki/E.164'>http://en.wikipedia.org/wiki/E.164</link>&gt;.</note>" >
<!ENTITY petnames "<span class='ref'>Introduction to Petname Systems</span> <note>Introduction to Petname Systems &lt;<link url='http://www.skyhunter.com/marcs/petnames/IntroPetNames.html'>http://www.skyhunter.com/marcs/petnames/IntroPetNames.html</link>&gt;.</note>" >
<!ENTITY rtf "<span class='ref'>Rich Text Format (RTF)</span> <note>Rich Text Format (RTF) Version 1.5 Specification &lt;<link url='http://msdn.microsoft.com/library/en-us/dnrtfspec/html/rtfspec.asp'>http://msdn.microsoft.com/library/en-us/dnrtfspec/html/rtfspec.asp</link>&gt;.</note>" >
<!ENTITY unicode "<span class='ref'>Unicode</span> <note>The Unicode Standard, Version 3.2.0 (The Unicode Consortium, 2000).</note>" >
<!ENTITY wap "<span class='ref'>Wireless Access Protocol (WAP)</span> <note>Wireless Access Protocol (WAP) &lt;<link url='http://www.wapforum.org/'>http://www.wapforum.org/</link>&gt;.</note>" >
<!ENTITY wv-csp "<span class='ref'>WV Client-Server Protocol v1.1</span> <note>Wireless Village Client-Server Protocol v1.1 &lt;<link url='http://www.openmobilealliance.org/tech/affiliates/wv/wvindex.html'>http://www.openmobilealliance.org/tech/affiliates/wv/wvindex.html</link>&gt;.</note>" >
<!ENTITY xfn "<span class='ref'>XHTML Friends Network (XFN)</span> <note>XHTML Friends Network (XFN) &lt;<link url='http://gmpg.org/xfn/index'>http://gmpg.org/xfn/index</link>&gt;.</note>" >
<!ENTITY xmlrpc "<span class='ref'>XML-RPC</span> <note>XML-RPC &lt;<link url='http://www.xmlrpc.com/spec'>http://www.xmlrpc.com/spec</link>&gt;.</note>" >
<!-- IETF RFCs -->
<!ENTITY rfc0768 "<span class='ref'>RFC 768</span> <note>RFC 768: User Datagram Protocol &lt;<link url='http://www.ietf.org/rfc/rfc0768.txt'>http://www.ietf.org/rfc/rfc0768.txt</link>&gt;.</note>" >
<!ENTITY rfc0793 "<span class='ref'>RFC 793</span> <note>RFC 793: Transmission Control Protocol &lt;<link url='http://www.ietf.org/rfc/rfc0793.txt'>http://www.ietf.org/rfc/rfc0793.txt</link>&gt;.</note>" >
<!ENTITY rfc0822 "<span class='ref'>RFC 822</span> <note>RFC 822: Standard for the Format of ARPA Internet Text Messages &lt;<link url='http://www.ietf.org/rfc/rfc0822.txt'>http://www.ietf.org/rfc/rfc0822.txt</link>&gt;.</note>" >
<!ENTITY rfc0958 "<span class='ref'>RFC 958</span> <note>RFC 958: Network Time Protocol (NTP) &lt;<link url='http://www.ietf.org/rfc/rfc0958.txt'>http://www.ietf.org/rfc/rfc0958.txt</link>&gt;.</note>" >
<!ENTITY rfc0959 "<span class='ref'>RFC 959</span> <note>RFC 959: File Transfer Protocol &lt;<link url='http://www.ietf.org/rfc/rfc0959.txt'>http://www.ietf.org/rfc/rfc0959.txt</link>&gt;.</note>" >
<!ENTITY rfc1034 "<span class='ref'>RFC 1034</span> <note>RFC 1034: Domain Names - Concepts and Facilities &lt;<link url='http://www.ietf.org/rfc/rfc1034.txt'>http://www.ietf.org/rfc/rfc1034.txt</link>&gt;.</note>" >
<!ENTITY rfc1035 "<span class='ref'>RFC 1035</span> <note>RFC 1035: Domain Names - Implementation and Specification &lt;<link url='http://www.ietf.org/rfc/rfc1035.txt'>http://www.ietf.org/rfc/rfc1035.txt</link>&gt;.</note>" >
<!ENTITY rfc1123 "<span class='ref'>RFC 1123</span> <note>RFC 1123: Requirements for Internet Hosts -- Application and Support &lt;<link url='http://www.ietf.org/rfc/rfc1123.txt'>http://www.ietf.org/rfc/rfc1123.txt</link>&gt;.</note>" >
<!ENTITY rfc1305 "<span class='ref'>RFC 1305</span> <note>RFC 1305: Network Time Protocol (Version 3) &lt;<link url='http://www.ietf.org/rfc/rfc1305.txt'>http://www.ietf.org/rfc/rfc1305.txt</link>&gt;.</note>" >
<!ENTITY rfc1321 "<span class='ref'>RFC 1321</span> <note>RFC 1321: The MD5 Message-Digest Algorithm &lt;<link url='http://www.ietf.org/rfc/rfc1321.txt'>http://www.ietf.org/rfc/rfc1321.txt</link>&gt;.</note>" >
<!ENTITY rfc1459 "<span class='ref'>RFC 1459</span> <note>RFC 1459: Internet Relay Chat &lt;<link url='http://www.ietf.org/rfc/rfc1459.txt'>http://www.ietf.org/rfc/rfc1459.txt</link>&gt;.</note>" >
<!ENTITY rfc1464 "<span class='ref'>RFC 1464</span> <note>RFC 1464: Using the Domain Name System To Store Arbitrary String Attributes &lt;<link url='http://www.ietf.org/rfc/rfc1464.txt'>http://www.ietf.org/rfc/rfc1464.txt</link>&gt;.</note>" >
<!ENTITY rfc1750 "<span class='ref'>RFC 1750</span> <note>RFC 1750: Randomness Recommendations for Security &lt;<link url='http://www.ietf.org/rfc/rfc1750.txt'>http://www.ietf.org/rfc/rfc1750.txt</link>&gt;.</note>" >
<!ENTITY rfc1808 "<span class='ref'>RFC 1808</span> <note>RFC 1808: Uniform Resource Locators &lt;<link url='http://www.ietf.org/rfc/rfc1808.txt'>http://www.ietf.org/rfc/rfc1808.txt</link>&gt;.</note>" >
<!ENTITY rfc1886 "<span class='ref'>RFC 1886</span> <note>RFC 1886: DNS Extensions to support IP version 6 &lt;<link url='http://www.ietf.org/rfc/rfc1886.txt'>http://www.ietf.org/rfc/rfc1886.txt</link>&gt;.</note>" >
<!ENTITY rfc1889 "<span class='ref'>RFC 1889</span> <note>RFC 1889: RTP: A Transport Protocol for Real-Time Applications &lt;<link url='http://www.ietf.org/rfc/rfc1889.txt'>http://www.ietf.org/rfc/rfc1889.txt</link>&gt;.</note>" >
<!ENTITY rfc1893 "<span class='ref'>RFC 1893</span> <note>RFC 1893: Enhanced Mail System Status Codes &lt;<link url='http://www.ietf.org/rfc/rfc1893.txt'>http://www.ietf.org/rfc/rfc1893.txt</link>&gt;.</note>" >
<!ENTITY rfc1928 "<span class='ref'>RFC 1928</span> <note>RFC 1928: SOCKS Protocol Version 5 &lt;<link url='http://www.ietf.org/rfc/rfc1928.txt'>http://www.ietf.org/rfc/rfc1928.txt</link>&gt;.</note>" >
<!ENTITY rfc1929 "<span class='ref'>RFC 1929</span> <note>RFC 1929: Username/Password Authentication for SOCKS V5 &lt;<link url='http://www.ietf.org/rfc/rfc1929.txt'>http://www.ietf.org/rfc/rfc1929.txt</link>&gt;.</note>" >
<!ENTITY rfc1939 "<span class='ref'>RFC 1939</span> <note>RFC 1939: Post Office Protocol - Version 3 &lt;<link url='http://www.ietf.org/rfc/rfc1939.txt'>http://www.ietf.org/rfc/rfc1939.txt</link>&gt;.</note>" >
<!ENTITY rfc1945 "<span class='ref'>RFC 1945</span> <note>RFC 1945: Hypertext Transfer Protocol -- HTTP/1.0 &lt;<link url='http://www.ietf.org/rfc/rfc1945.txt'>http://www.ietf.org/rfc/rfc1945.txt</link>&gt;.</note>" >
<!ENTITY rfc1950 "<span class='ref'>RFC 1950</span> <note>RFC 1950: ZLIB Compressed Data Format Specification version 3.3 &lt;<link url='http://www.ietf.org/rfc/rfc1950.txt'>http://www.ietf.org/rfc/rfc1950.txt</link>&gt;.</note>" >
<!ENTITY rfc2026 "<span class='ref'>RFC 2026</span> <note>RFC 2026: The Internet Standards Process &lt;<link url='http://www.ietf.org/rfc/rfc2026.txt'>http://www.ietf.org/rfc/rfc2026.txt</link>&gt;.</note>" >
<!ENTITY rfc2045 "<span class='ref'>RFC 2045</span> <note>RFC 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies &lt;<link url='http://www.ietf.org/rfc/rfc2045.txt'>http://www.ietf.org/rfc/rfc2045.txt</link>&gt;.</note>" >
<!ENTITY rfc2068 "<span class='ref'>RFC 2068</span> <note>RFC 2068: Hypertext Transport Protocol -- HTTP/1.1 &lt;<link url='http://www.ietf.org/rfc/rfc2068.txt'>http://www.ietf.org/rfc/rfc2068.txt</link>&gt;.</note>" >
<!ENTITY rfc2104 "<span class='ref'>RFC 2104</span> <note>RFC 2104: HMAC: Keyed-Hashing for Message Authentication &lt;<link url='http://www.ietf.org/rfc/rfc2104.txt'>http://www.ietf.org/rfc/rfc2104.txt</link>&gt;.</note>" >
<!ENTITY rfc2109 "<span class='ref'>RFC 2109</span> <note>RFC 2109: HTTP State Mangement Mechanism &lt;<link url='http://www.ietf.org/rfc/rfc2109.txt'>http://www.ietf.org/rfc/rfc2109.txt</link>&gt;.</note>" >
<!ENTITY rfc2119 "<span class='ref'>RFC 2119</span> <note>RFC 2119: Key words for use in RFCs to Indicate Requirement Levels &lt;<link url='http://www.ietf.org/rfc/rfc2119.txt'>http://www.ietf.org/rfc/rfc2119.txt</link>&gt;.</note>" >
<!ENTITY rfc2142 "<span class='ref'>RFC 2142</span> <note>RFC 2142: Mailbox Names for Common Services, Roles and Functions &lt;<link url='http://www.ietf.org/rfc/rfc2142.txt'>http://www.ietf.org/rfc/rfc2142.txt</link>&gt;.</note>" >
<!ENTITY rfc2144 "<span class='ref'>RFC 2144</span> <note>RFC 2144: The CAST-128 Encryption Algorithm &lt;<link url='http://www.ietf.org/rfc/rfc2144.txt'>http://www.ietf.org/rfc/rfc2144.txt</link>&gt;.</note>" >
<!ENTITY rfc2222 "<span class='ref'>RFC 2222</span> <note>RFC 2222: Simple Authentication and Security Layer (SASL) &lt;<link url='http://www.ietf.org/rfc/rfc2222.txt'>http://www.ietf.org/rfc/rfc2222.txt</link>&gt;.</note>" >
<!ENTITY rfc2251 "<span class='ref'>RFC 2251</span> <note>RFC 2251: Lightweight Directory Access Protocol (v3) &lt;<link url='http://www.ietf.org/rfc/rfc2251.txt'>http://www.ietf.org/rfc/rfc2251.txt</link>&gt;.</note>" >
<!ENTITY rfc2252 "<span class='ref'>RFC 2252</span> <note>RFC 2252: Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions &lt;<link url='http://www.ietf.org/rfc/rfc2252.txt'>http://www.ietf.org/rfc/rfc2252.txt</link>&gt;.</note>" >
<!ENTITY rfc2253 "<span class='ref'>RFC 2253</span> <note>RFC 2253: Lightweight Directory Access Protocol (v3): UTF-8 String Representation of Distinguished Names &lt;<link url='http://www.ietf.org/rfc/rfc2253.txt'>http://www.ietf.org/rfc/rfc2253.txt</link>&gt;.</note>" >
<!ENTITY rfc2256 "<span class='ref'>RFC 2256</span> <note>RFC 2256: A Summary of the X.500(96) User Schema for use with LDAPv3 &lt;<link url='http://www.ietf.org/rfc/rfc2256.txt'>http://www.ietf.org/rfc/rfc2256.txt</link>&gt;.</note>" >
<!ENTITY rfc2277 "<span class='ref'>RFC 2277</span> <note>RFC 2277: IETF Policy on Character Sets and Languages &lt;<link url='http://www.ietf.org/rfc/rfc2277.txt'>http://www.ietf.org/rfc/rfc2277.txt</link>&gt;.</note>" >
<!ENTITY rfc2246 "<span class='ref'>RFC 2246</span> <note>RFC 2246: The TLS Protocol Version 1.0 &lt;<link url='http://www.ietf.org/rfc/rfc2246.txt'>http://www.ietf.org/rfc/rfc2246.txt</link>&gt;.</note>" >
<!ENTITY rfc2317 "<span class='ref'>RFC 2317</span> <note>RFC 2317: Classless IN-ADDR.ARPA delegation &lt;<link url='http://www.ietf.org/rfc/rfc2317.txt'>http://www.ietf.org/rfc/rfc2317.txt</link>&gt;.</note>" >
<!ENTITY rfc2326 "<span class='ref'>RFC 2326</span> <note>RFC 2326: Real Time Streaming Protocol (RTSP) &lt;<link url='http://www.ietf.org/rfc/rfc2326.txt'>http://www.ietf.org/rfc/rfc2326.txt</link>&gt;.</note>" >
<!ENTITY rfc2327 "<span class='ref'>RFC 2327</span> <note>RFC 2327: SDP: Session Description Protocol &lt;<link url='http://www.ietf.org/rfc/rfc2327.txt'>http://www.ietf.org/rfc/rfc2327.txt</link>&gt;.</note>" >
<!ENTITY rfc2368 "<span class='ref'>RFC 2368</span> <note>RFC 2368: The mailto URL scheme &lt;<link url='http://www.ietf.org/rfc/rfc2368.txt'>http://www.ietf.org/rfc/rfc2368.txt</link>&gt;.</note>" >
<!ENTITY rfc2405 "<span class='ref'>RFC 2405</span> <note>RFC 2405: The ESP DES-CBC Cipher Algorithm With Explicit IV &lt;<link url='http://www.ietf.org/rfc/rfc2405.txt'>http://www.ietf.org/rfc/rfc2405.txt</link>&gt;.</note>" >
<!ENTITY rfc2406 "<span class='ref'>RFC 2406</span> <note>RFC 2406: IP Encapsulating Security Payload (ESP) &lt;<link url='http://www.ietf.org/rfc/rfc2406.txt'>http://www.ietf.org/rfc/rfc2406.txt</link>&gt;.</note>" >
<!ENTITY rfc2409 "<span class='ref'>RFC 2409</span> <note>RFC 2409: The Internet Key Exchange (IKE) &lt;<link url='http://www.ietf.org/rfc/rfc2409.txt'>http://www.ietf.org/rfc/rfc2409.txt</link>&gt;.</note>" >
<!ENTITY rfc2412 "<span class='ref'>RFC 2412</span> <note>RFC 2412: The OAKLEY Key Determination Protocol &lt;<link url='http://www.ietf.org/rfc/rfc2412.txt'>http://www.ietf.org/rfc/rfc2412.txt</link>&gt;.</note>" >
<!ENTITY rfc2413 "<span class='ref'>RFC 2413</span> <note>RFC 2413: Dublin Core Metadata for Resource Discovery &lt;<link url='http://www.ietf.org/rfc/rfc2413.txt'>http://www.ietf.org/rfc/rfc2413.txt</link>&gt;.</note>" >
<!ENTITY rfc2414 "<span class='ref'>RFC 2414</span> <note>RFC 2414: Increasing TCP's Initial Window &lt;<link url='http://www.ietf.org/rfc/rfc2414.txt'>http://www.ietf.org/rfc/rfc2414.txt</link>&gt;.</note>" >
<!ENTITY rfc2420 "<span class='ref'>RFC 2420</span> <note>RFC 2420: The PPP Triple-DES Encryption Protocol (3DESE) &lt;<link url='http://www.ietf.org/rfc/rfc2420.txt'>http://www.ietf.org/rfc/rfc2420.txt</link>&gt;.</note>" >
<!ENTITY rfc2426 "<span class='ref'>RFC 2426</span> <note>RFC 2426: vCard MIME Directory Profile &lt;<link url='http://www.ietf.org/rfc/rfc2426.txt'>http://www.ietf.org/rfc/rfc2426.txt</link>&gt;.</note>" >
<!ENTITY rfc2437 "<span class='ref'>RFC 2437</span> <note>RFC 2437: PKCS #1: RSA Cryptography Specifications Version 2.0 &lt;<link url='http://www.ietf.org/rfc/rfc2437.txt'>http://www.ietf.org/rfc/rfc2437.txt</link>&gt;.</note>" >
<!ENTITY rfc2440 "<span class='ref'>RFC 2440</span> <note>RFC 2440: OpenPGP Message Format &lt;<link url='http://www.ietf.org/rfc/rfc2440.txt'>http://www.ietf.org/rfc/rfc2440.txt</link>&gt;.</note>" >
<!ENTITY rfc2451 "<span class='ref'>RFC 2451</span> <note>RFC 2451: The ESP CBC-Mode Cipher Algorithms &lt;<link url='http://www.ietf.org/rfc/rfc2451.txt'>http://www.ietf.org/rfc/rfc2451.txt</link>&gt;.</note>" >
<!ENTITY rfc2510 "<span class='ref'>RFC 2510</span> <note>RFC 2510: Internet X.509 Public Key Infrastructure Certificate Management Protocols &lt;<link url='http://www.ietf.org/rfc/rfc2510.txt'>http://www.ietf.org/rfc/rfc2510.txt</link>&gt;.</note>" >
<!ENTITY rfc2518 "<span class='ref'>RFC 2518</span> <note>RFC 2518: HTTP Extensions for Distributed Authoring -- WEBDAV &lt;<link url='http://www.ietf.org/rfc/rfc2518.txt'>http://www.ietf.org/rfc/rfc2518.txt</link>&gt;.</note>" >
<!ENTITY rfc2606 "<span class='ref'>RFC 2606</span> <note>RFC 2606: Reserved Top Level DNS Names &lt;<link url='http://www.ietf.org/rfc/rfc2606.txt'>http://www.ietf.org/rfc/rfc2606.txt</link>&gt;.</note>" >
<!ENTITY rfc2616 "<span class='ref'>RFC 2616</span> <note>RFC 2616: Hypertext Transport Protocol -- HTTP/1.1 &lt;<link url='http://www.ietf.org/rfc/rfc2616.txt'>http://www.ietf.org/rfc/rfc2616.txt</link>&gt;.</note>" >
<!ENTITY rfc2617 "<span class='ref'>RFC 2617</span> <note>RFC 2617: HTTP Authentication: Basic and Digest Access Authentication &lt;<link url='http://www.ietf.org/rfc/rfc2617.txt'>http://www.ietf.org/rfc/rfc2617.txt</link>&gt;.</note>" >
<!ENTITY rfc2631 "<span class='ref'>RFC 2631</span> <note>RFC 2631: Diffie-Hellman Key Agreement Method &lt;<link url='http://www.ietf.org/rfc/rfc2631.txt'>http://www.ietf.org/rfc/rfc2631.txt</link>&gt;.</note>" >
<!ENTITY rfc2633 "<span class='ref'>RFC 2633</span> <note>RFC 2633: S/MIME Version 3 Message Specification &lt;<link url='http://www.ietf.org/rfc/rfc2633.txt'>http://www.ietf.org/rfc/rfc2633.txt</link>&gt;.</note>" >
<!ENTITY rfc2648 "<span class='ref'>RFC 2648</span> <note>RFC 2648: A URN Namespace for IETF Documents &lt;<link url='http://www.ietf.org/rfc/rfc2648.txt'>http://www.ietf.org/rfc/rfc2648.txt</link>&gt;.</note>" >
<!ENTITY rfc2778 "<span class='ref'>RFC 2778</span> <note>RFC 2778: A Model for Presence and Instant Messaging &lt;<link url='http://www.ietf.org/rfc/rfc2778.txt'>http://www.ietf.org/rfc/rfc2778.txt</link>&gt;.</note>" >
<!ENTITY rfc2779 "<span class='ref'>RFC 2779</span> <note>RFC 2779: A Model for Presence and Instant Messaging &lt;<link url='http://www.ietf.org/rfc/rfc2779.txt'>http://www.ietf.org/rfc/rfc2779.txt</link>&gt;.</note>" >
<!ENTITY rfc2782 "<span class='ref'>RFC 2782</span> <note>RFC 2782: A DNS RR for specifying the location of services (DNS SRV) &lt;<link url='http://www.ietf.org/rfc/rfc2782.txt'>http://www.ietf.org/rfc/rfc2782.txt</link>&gt;.</note>" >
<!ENTITY rfc2798 "<span class='ref'>RFC 2798</span> <note>RFC 2798: Definition of the inetOrgPerson LDAP Object Class &lt;<link url='http://www.ietf.org/rfc/rfc2798.txt'>http://www.ietf.org/rfc/rfc2798.txt</link>&gt;.</note>" >
<!ENTITY rfc2806 "<span class='ref'>RFC 2806</span> <note>RFC 2806: URLs for Telephone Calls &lt;<link url='http://www.ietf.org/rfc/rfc2806.txt'>http://www.ietf.org/rfc/rfc2806.txt</link>&gt;.</note>" >
<!ENTITY rfc2810 "<span class='ref'>RFC 2810</span> <note>RFC 2810: Internet Relay Chat: Architecture &lt;<link url='http://www.ietf.org/rfc/rfc2810.txt'>http://www.ietf.org/rfc/rfc2810.txt</link>&gt;.</note>" >
<!ENTITY rfc2811 "<span class='ref'>RFC 2811</span> <note>RFC 2811: Internet Relay Chat: Channel Management &lt;<link url='http://www.ietf.org/rfc/rfc2811.txt'>http://www.ietf.org/rfc/rfc2811.txt</link>&gt;.</note>" >
<!ENTITY rfc2812 "<span class='ref'>RFC 2812</span> <note>RFC 2812: Internet Relay Chat: Client Protocol &lt;<link url='http://www.ietf.org/rfc/rfc2812.txt'>http://www.ietf.org/rfc/rfc2812.txt</link>&gt;.</note>" >
<!ENTITY rfc2813 "<span class='ref'>RFC 2813</span> <note>RFC 2813: Internet Relay Chat: Server Protocol &lt;<link url='http://www.ietf.org/rfc/rfc2813.txt'>http://www.ietf.org/rfc/rfc2813.txt</link>&gt;.</note>" >
<!ENTITY rfc2817 "<span class='ref'>RFC 2817</span> <note>RFC 2817: Upgrading to TLS Within HTTP/1.1 &lt;<link url='http://www.ietf.org/rfc/rfc2817.txt'>http://www.ietf.org/rfc/rfc2817.txt</link>&gt;.</note>" >
<!ENTITY rfc2818 "<span class='ref'>RFC 2818</span> <note>RFC 2818: HTTP Over TLS &lt;<link url='http://www.ietf.org/rfc/rfc2818.txt'>http://www.ietf.org/rfc/rfc2818.txt</link>&gt;.</note>" >
<!ENTITY rfc2821 "<span class='ref'>RFC 2821</span> <note>RFC 2821: Simple Mail Transfer Protocol &lt;<link url='http://www.ietf.org/rfc/rfc2821.txt'>http://www.ietf.org/rfc/rfc2821.txt</link>&gt;.</note>" >
<!ENTITY rfc2822 "<span class='ref'>RFC 2822</span> <note>RFC 2822: Internet Message Format &lt;<link url='http://www.ietf.org/rfc/rfc2822.txt'>http://www.ietf.org/rfc/rfc2822.txt</link>&gt;.</note>" >
<!ENTITY rfc2831 "<span class='ref'>RFC 2831</span> <note>RFC 2831: Using Digest Authentication as a SASL Mechanism &lt;<link url='http://www.ietf.org/rfc/rfc2831.txt'>http://www.ietf.org/rfc/rfc2831.txt</link>&gt;.</note>" >
<!ENTITY rfc2833 "<span class='ref'>RFC 2833</span> <note>RFC 2833: RTP Payload for DTMF Digits, Telephony Tones and Telephony Signals &lt;<link url='http://www.ietf.org/rfc/rfc2833.txt'>http://www.ietf.org/rfc/rfc2833.txt</link>&gt;.</note>" >
<!ENTITY rfc2965 "<span class='ref'>RFC 2965</span> <note>RFC 2965: HTTP State Management Mechanism &lt;<link url='http://www.ietf.org/rfc/rfc2965.txt'>http://www.ietf.org/rfc/rfc2965.txt</link>&gt;.</note>" >
<!ENTITY rfc3023 "<span class='ref'>RFC 3023</span> <note>RFC 3023: XML Media Types &lt;<link url='http://www.ietf.org/rfc/rfc3023.txt'>http://www.ietf.org/rfc/rfc3023.txt</link>&gt;.</note>" >
<!ENTITY rfc3066 "<span class='ref'>RFC 3066</span> <note>RFC 3066: Tags for the Identification of Languages &lt;<link url='http://www.ietf.org/rfc/rfc3066.txt'>http://www.ietf.org/rfc/rfc3066.txt</link>&gt;.</note>" >
<!ENTITY rfc3080 "<span class='ref'>RFC 3080</span> <note>RFC 3080: The Blocks Extensible Exchange Protocol Core (BEEP) &lt;<link url='http://www.ietf.org/rfc/rfc3080.txt'>http://www.ietf.org/rfc/rfc3080.txt</link>&gt;.</note>" >
<!ENTITY rfc3117 "<span class='ref'>RFC 3117</span> <note>RFC 3117: On the Design of Application Protocols &lt;<link url='http://www.ietf.org/rfc/rfc3117.txt'>http://www.ietf.org/rfc/rfc3117.txt</link>&gt;.</note>" >
<!ENTITY rfc3174 "<span class='ref'>RFC 3174</span> <note>RFC 3174: US Secure Hash Algorithm 1 (SHA1) &lt;<link url='http://www.ietf.org/rfc/rfc3174.txt'>http://www.ietf.org/rfc/rfc3174.txt</link>&gt;.</note>" >
<!ENTITY rfc3217 "<span class='ref'>RFC 3217</span> <note>RFC 3217: Triple-DES and RC2 Key Wrapping &lt;<link url='http://www.ietf.org/rfc/rfc3217.txt'>http://www.ietf.org/rfc/rfc3217.txt</link>&gt;.</note>" >
<!ENTITY rfc3261 "<span class='ref'>RFC 3261</span> <note>RFC 3261: Session Initiation Protocol (SIP) &lt;<link url='http://www.ietf.org/rfc/rfc3261.txt'>http://www.ietf.org/rfc/rfc3261.txt</link>&gt;.</note>" >
<!ENTITY rfc3264 "<span class='ref'>RFC 3264</span> <note>RFC 3264: An Offer/Answer Model with the Session Description Protocol (SDP) &lt;<link url='http://www.ietf.org/rfc/rfc3264.txt'>http://www.ietf.org/rfc/rfc3264.txt</link>&gt;.</note>" >
<!ENTITY rfc3269 "<span class='ref'>RFC 3269</span> <note>RFC 3269: UTF-8, a transformation format of ISO 10646 &lt;<link url='http://www.ietf.org/rfc/rfc3269.txt'>http://www.ietf.org/rfc/rfc3269.txt</link>&gt;.</note>" >
<!ENTITY rfc3261 "<span class='ref'>RFC 3261</span> <note>RFC 3261: Session Initiation Protocol &lt;<link url='http://www.ietf.org/rfc/rfc3261.txt'>http://www.ietf.org/rfc/rfc3261.txt</link>&gt;.</note>" >
<!ENTITY rfc3288 "<span class='ref'>RFC 3288</span> <note>RFC 3288: Using the Simple Object Access Protocol (SOAP) in Blocks Extensible Exchange Protocol (BEEP) &lt;<link url='http://www.ietf.org/rfc/rfc3288.txt'>http://www.ietf.org/rfc/rfc3288.txt</link>&gt;.</note>" >
<!ENTITY rfc3312 "<span class='ref'>RFC 3312</span> <note>RFC 3312: Integration of Resource Management and Session Initiation Protocol (SIP) &lt;<link url='http://www.ietf.org/rfc/rfc3312.txt'>http://www.ietf.org/rfc/rfc3312.txt</link>&gt;.</note>" >
<!ENTITY rfc3330 "<span class='ref'>RFC 3330</span> <note>RFC 3330: Special-Use IPv4 Addresses &lt;<link url='http://www.ietf.org/rfc/rfc3330.txt'>http://www.ietf.org/rfc/rfc3330.txt</link>&gt;.</note>" >
<!ENTITY rfc3340 "<span class='ref'>RFC 3340</span> <note>RFC 3340: The Application Exchange Core (APEX) &lt;<link url='http://www.ietf.org/rfc/rfc3340.txt'>http://www.ietf.org/rfc/rfc3340.txt</link>&gt;.</note>" >
<!ENTITY rfc3341 "<span class='ref'>RFC 3341</span> <note>RFC 3341: The Application Exchange (APEX) Access Service &lt;<link url='http://www.ietf.org/rfc/rfc3341.txt'>http://www.ietf.org/rfc/rfc3341.txt</link>&gt;.</note>" >
<!ENTITY rfc3342 "<span class='ref'>RFC 3342</span> <note>RFC 3342: The Application Exchange (APEX) Option Party Pack, Part Deux! &lt;<link url='http://www.ietf.org/rfc/rfc3342.txt'>http://www.ietf.org/rfc/rfc3342.txt</link>&gt;.</note>" >
<!ENTITY rfc3343 "<span class='ref'>RFC 3343</span> <note>RFC 3343: The Application Exchange (APEX) Presence Service &lt;<link url='http://www.ietf.org/rfc/rfc3343.txt'>http://www.ietf.org/rfc/rfc3343.txt</link>&gt;.</note>" >
<!ENTITY rfc3370 "<span class='ref'>RFC 3370</span> <note>RFC 3370: Cryptographic Message Syntax (CMS) Algorithms &lt;<link url='http://www.ietf.org/rfc/rfc3370.txt'>http://www.ietf.org/rfc/rfc3370.txt</link>&gt;.</note>" >
<!ENTITY rfc3394 "<span class='ref'>RFC 3394</span> <note>RFC 3394: Advanced Encryption Standard (AES) Key Wrap Algorithm &lt;<link url='http://www.ietf.org/rfc/rfc3394.txt'>http://www.ietf.org/rfc/rfc3394.txt</link>&gt;.</note>" >
<!ENTITY rfc3401 "<span class='ref'>RFC 3401</span> <note>RFC 3401: Dynamic Delegation Discovery System (DDDS) Part One: The Comprehensive DDDS &lt;<link url='http://www.ietf.org/rfc/rfc3401.txt'>http://www.ietf.org/rfc/rfc3401.txt</link>&gt;.</note>" >
<!ENTITY rfc3404 "<span class='ref'>RFC 3404</span> <note>RFC 3404: Dynamic Delegation Discovery System (DDDS) Part Four: The Uniform Resource Identifiers (URI) Resolution Application &lt;<link url='http://www.ietf.org/rfc/rfc3404.txt'>http://www.ietf.org/rfc/rfc3404.txt</link>&gt;.</note>" >
<!ENTITY rfc3428 "<span class='ref'>RFC 3428</span> <note>RFC 3428: Session Initiation Protocol (SIP) Extension for Instant Messaging &lt;<link url='http://www.ietf.org/rfc/rfc3428.txt'>http://www.ietf.org/rfc/rfc3428.txt</link>&gt;.</note>" >
<!ENTITY rfc3447 "<span class='ref'>RFC 3447</span> <note>RFC 3447: Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.1 &lt;<link url='http://www.ietf.org/rfc/rfc3447.txt'>http://www.ietf.org/rfc/rfc3447.txt</link>&gt;.</note>" >
<!ENTITY rfc3454 "<span class='ref'>RFC 3454</span> <note>RFC 3454: Preparation of Internationalized Strings (stringprep) &lt;<link url='http://www.ietf.org/rfc/rfc3454.txt'>http://www.ietf.org/rfc/rfc3454.txt</link>&gt;.</note>" >
<!ENTITY rfc3489 "<span class='ref'>RFC 3489</span> <note>RFC 3489: STUN - Simple Traversal of User Datagram Protocol (UDP) Through Network Address Translators (NATs) &lt;<link url='http://www.ietf.org/rfc/rfc3489.txt'>http://www.ietf.org/rfc/rfc3489.txt</link>&gt;.</note>" >
<!ENTITY rfc3490 "<span class='ref'>RFC 3490</span> <note>RFC 3490: Internationalizing Domain Names in Applications (IDNA) &lt;<link url='http://www.ietf.org/rfc/rfc3490.txt'>http://www.ietf.org/rfc/rfc3490.txt</link>&gt;.</note>" >
<!ENTITY rfc3514 "<span class='ref'>RFC 3514</span> <note>RFC 3514: The Security Flag in the IPv4 Header &lt;<link url='http://www.ietf.org/rfc/rfc3514.txt'>http://www.ietf.org/rfc/rfc3514.txt</link>&gt;.</note>" >
<!ENTITY rfc3526 "<span class='ref'>RFC 3526</span> <note>RFC 3526: More Modular Exponential (MODP) Diffie-Hellman Groups &lt;<link url='http://www.ietf.org/rfc/rfc3526.txt'>http://www.ietf.org/rfc/rfc3526.txt</link>&gt;.</note>" >
<!ENTITY rfc3548 "<span class='ref'>RFC 3548</span> <note>RFC 3548: The Base16, Base32, and Base64 Data Encodings &lt;<link url='http://www.ietf.org/rfc/rfc3548.txt'>http://www.ietf.org/rfc/rfc3548.txt</link>&gt;.</note>" >
<!ENTITY rfc3550 "<span class='ref'>RFC 3550</span> <note>RFC 3550: RTP: A Transport Protocol for Real-Time Applications &lt;<link url='http://www.ietf.org/rfc/rfc3550.txt'>http://www.ietf.org/rfc/rfc3550.txt</link>&gt;.</note>" >
<!ENTITY rfc3551 "<span class='ref'>RFC 3551</span> <note>RFC 3551: RTP Profile for Audio and Video Conferences with Minimal Control &lt;<link url='http://www.ietf.org/rfc/rfc3551.txt'>http://www.ietf.org/rfc/rfc3551.txt</link>&gt;.</note>" >
<!ENTITY rfc3552 "<span class='ref'>RFC 3552</span> <note>RFC 3552: Guidelines for Writing RFC Text on Security Considerations &lt;<link url='http://www.ietf.org/rfc/rfc3552.txt'>http://www.ietf.org/rfc/rfc3552.txt</link>&gt;.</note>" >
<!ENTITY rfc3555 "<span class='ref'>RFC 3555</span> <note>RFC 3555: MIME Type Registration of RTP Payload Formats &lt;<link url='http://www.ietf.org/rfc/rfc3555.txt'>http://www.ietf.org/rfc/rfc3555.txt</link>&gt;.</note>" >
<!ENTITY rfc3605 "<span class='ref'>RFC 3605</span> <note>RFC 3605: Real Time Control Protocol (RTCP) attribute in Session Description Protocol (SDP) &lt;<link url='http://www.ietf.org/rfc/rfc3605.txt'>http://www.ietf.org/rfc/rfc3605.txt</link>&gt;.</note>" >
<!ENTITY rfc3711 "<span class='ref'>RFC 3711</span> <note>RFC 3711: The Secure Real-time Transport Protocol (SRTP) &lt;<link url='http://www.ietf.org/rfc/rfc3711.txt'>http://www.ietf.org/rfc/rfc3711.txt</link>&gt;.</note>" >
<!ENTITY rfc3749 "<span class='ref'>RFC 3749</span> <note>RFC 3749: Transport Layer Security Protocol Compression Methods &lt;<link url='http://www.ietf.org/rfc/rfc3749.txt'>http://www.ietf.org/rfc/rfc3749.txt</link>&gt;.</note>" >
<!ENTITY rfc3766 "<span class='ref'>RFC 3766</span> <note>RFC 3766: Determining Strengths For Public Keys Used For Exchanging Symmetric Keys &lt;<link url='http://www.ietf.org/rfc/rfc3766.txt'>http://www.ietf.org/rfc/rfc3766.txt</link>&gt;.</note>" >
<!ENTITY rfc3859 "<span class='ref'>RFC 3859</span> <note>RFC 3859: Common Profile for Presence (CPP) &lt;<link url='http://www.ietf.org/rfc/rfc3859.txt'>http://www.ietf.org/rfc/rfc3859.txt</link>&gt;.</note>" >
<!ENTITY rfc3860 "<span class='ref'>RFC 3860</span> <note>RFC 3860: Common Profile for Instant Messaging (CPIM) &lt;<link url='http://www.ietf.org/rfc/rfc3860.txt'>http://www.ietf.org/rfc/rfc3860.txt</link>&gt;.</note>" >
<!ENTITY rfc3861 "<span class='ref'>RFC 3861</span> <note>RFC 3861: Address Resolution for Instant Messaging and Presence &lt;<link url='http://www.ietf.org/rfc/rfc3861.txt'>http://www.ietf.org/rfc/rfc3861.txt</link>&gt;.</note>" >
<!ENTITY rfc3862 "<span class='ref'>RFC 3862</span> <note>RFC 3862: Common Presence and Instant Messaging (CPIM): Message Format &lt;<link url='http://www.ietf.org/rfc/rfc3862.txt'>http://www.ietf.org/rfc/rfc3862.txt</link>&gt;.</note>" >
<!ENTITY rfc3863 "<span class='ref'>RFC 3863</span> <note>RFC 3863: Presence Information Data Format (PIDF) &lt;<link url='http://www.ietf.org/rfc/rfc3863.txt'>http://www.ietf.org/rfc/rfc3863.txt</link>&gt;.</note>" >
<!ENTITY rfc3920 "<span class='ref'>RFC 3920</span> <note>RFC 3920: Extensible Messaging and Presence Protocol (XMPP): Core &lt;<link url='http://www.ietf.org/rfc/rfc3920.txt'>http://www.ietf.org/rfc/rfc3920.txt</link>&gt;.</note>" >
<!ENTITY rfc3921 "<span class='ref'>RFC 3921</span> <note>RFC 3921: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence &lt;<link url='http://www.ietf.org/rfc/rfc3921.txt'>http://www.ietf.org/rfc/rfc3921.txt</link>&gt;.</note>" >
<!ENTITY rfc3922 "<span class='ref'>RFC 3922</span> <note>RFC 3922: Mapping the Extensible Messaging and Presence Protocol (XMPP) to Common Presence and Instant Messaging (CPIM) &lt;<link url='http://www.ietf.org/rfc/rfc3922.txt'>http://www.ietf.org/rfc/rfc3922.txt</link>&gt;.</note>" >
<!ENTITY rfc3923 "<span class='ref'>RFC 3923</span> <note>RFC 3923: End-to-End Signing and Object Encryption for the Extensible Messaging and Presence Protocol (XMPP) &lt;<link url='http://www.ietf.org/rfc/rfc3923.txt'>http://www.ietf.org/rfc/rfc3923.txt</link>&gt;.</note>" >
<!ENTITY rfc3927 "<span class='ref'>RFC 3927</span> <note>RFC 3927: Dynamic Configuration of IPv4 Link-Local Addresses &lt;<link url='http://www.ietf.org/rfc/rfc3927.txt'>http://www.ietf.org/rfc/rfc3927.txt</link>&gt;.</note>" >
<!ENTITY rfc3958 "<span class='ref'>RFC 3958</span> <note>RFC 3958: Domain-Based Application Service Location Using SRV RRs and the Dynamic Delegation Discovery Service (DDDS) &lt;<link url='http://www.ietf.org/rfc/rfc3958.txt'>http://www.ietf.org/rfc/rfc3958.txt</link>&gt;.</note>" >
<!ENTITY rfc3959 "<span class='ref'>RFC 3959</span> <note>RFC 3959: The Early Session Disposition Type for the Session Initiation Protocol (SIP) &lt;<link url='http://www.ietf.org/rfc/rfc3959.txt'>http://www.ietf.org/rfc/rfc3959.txt</link>&gt;.</note>" >
<!ENTITY rfc3960 "<span class='ref'>RFC 3960</span> <note>RFC 3960: Early Media and Ringing Tone Generation in the Session Initiation Protocol (SIP) &lt;<link url='http://www.ietf.org/rfc/rfc3960.txt'>http://www.ietf.org/rfc/rfc3960.txt</link>&gt;.</note>" >
<!ENTITY rfc3966 "<span class='ref'>RFC 3966</span> <note>RFC 3966: The tel URI for Telephone Numbers &lt;<link url='http://www.ietf.org/rfc/rfc3966.txt'>http://www.ietf.org/rfc/rfc3966.txt</link>&gt;.</note>" >
<!ENTITY rfc3986 "<span class='ref'>RFC 3986</span> <note>RFC 3986: Uniform Resource Identifiers (URI): Generic Syntax &lt;<link url='http://www.ietf.org/rfc/rfc3986.txt'>http://www.ietf.org/rfc/rfc3986.txt</link>&gt;.</note>" >
<!ENTITY rfc3987 "<span class='ref'>RFC 3987</span> <note>RFC 3987: Internationalized Resource Identifiers (IRIs) &lt;<link url='http://www.ietf.org/rfc/rfc3987.txt'>http://www.ietf.org/rfc/rfc3987.txt</link>&gt;.</note>" >
<!ENTITY rfc4032 "<span class='ref'>RFC 4032</span> <note>RFC 4032: Update to the Session Initiation Protocol (SIP) Preconditions Framework &lt;<link url='http://www.ietf.org/rfc/rfc4032.txt'>http://www.ietf.org/rfc/rfc4032.txt</link>&gt;.</note>" >
<!ENTITY rfc4119 "<span class='ref'>RFC 4119</span> <note>RFC 4119: A Presence-based GEOPRIV Location Object Format &lt;<link url='http://www.ietf.org/rfc/rfc4119.txt'>http://www.ietf.org/rfc/rfc4119.txt</link>&gt;.</note>" >
<!ENTITY rfc4251 "<span class='ref'>RFC 4251</span> <note>RFC 4251: The Secure Shell (SSH) Protocol Architecture &lt;<link url='http://www.ietf.org/rfc/rfc4251.txt'>http://www.ietf.org/rfc/rfc4251.txt</link>&gt;.</note>" >
<!ENTITY rfc4252 "<span class='ref'>RFC 4252</span> <note>RFC 4252: The Secure Shell (SHS) Authentication Protocol &lt;<link url='http://www.ietf.org/rfc/rfc4252.txt'>http://www.ietf.org/rfc/rfc4252.txt</link>&gt;.</note>" >
<!ENTITY rfc4253 "<span class='ref'>RFC 4253</span> <note>RFC 4253: The Secure Shell (SSH) Transport Layer Protocol &lt;<link url='http://www.ietf.org/rfc/rfc4253.txt'>http://www.ietf.org/rfc/rfc4253.txt</link>&gt;.</note>" >
<!ENTITY rfc4287 "<span class='ref'>RFC 4287</span> <note>RFC 4287: The Atom Syndication Format &lt;<link url='http://www.ietf.org/rfc/rfc4287.txt'>http://www.ietf.org/rfc/rfc4287.txt</link>&gt;.</note>" >
<!ENTITY rfc4301 "<span class='ref'>RFC 4301</span> <note>RFC 4301: Security Architecture for the Internet Protocol &lt;<link url='http://www.ietf.org/rfc/rfc4301.txt'>http://www.ietf.org/rfc/rfc4301.txt</link>&gt;.</note>" >
<!ENTITY rfc4306 "<span class='ref'>RFC 4306</span> <note>RFC 4306: Internet Key Exchange (IKEv2) Protocol &lt;<link url='http://www.ietf.org/rfc/rfc4306.txt'>http://www.ietf.org/rfc/rfc4306.txt</link>&gt;.</note>" >
<!ENTITY rfc4344 "<span class='ref'>RFC 4344</span> <note>RFC 4344: SSH Transport Layer Encryption Modes &lt;<link url='http://www.ietf.org/rfc/rfc4344.txt'>http://www.ietf.org/rfc/rfc4344.txt</link>&gt;.</note>" >
<!ENTITY rfc4346 "<span class='ref'>RFC 4346</span> <note>RFC 4346: The Transport Layer Security (TLS) Protocol Version 1.1 &lt;<link url='http://www.ietf.org/rfc/rfc4346.txt'>http://www.ietf.org/rfc/rfc4346.txt</link>&gt;.</note>" >
<!ENTITY rfc4347 "<span class='ref'>RFC 4347</span> <note>RFC 4347: Datagram Transport Layer Security &lt;<link url='http://www.ietf.org/rfc/rfc4347.txt'>http://www.ietf.org/rfc/rfc4347.txt</link>&gt;.</note>" >
<!ENTITY rfc4395 "<span class='ref'>RFC 4395</span> <note>RFC 4395: Guidelines and Registration Procedures for New URI Schemes &lt;<link url='http://www.ietf.org/rfc/rfc4395.txt'>http://www.ietf.org/rfc/rfc4395.txt</link>&gt;.</note>" >
<!ENTITY rfc4422 "<span class='ref'>RFC 4422</span> <note>RFC 4422: Simple Authentication and Security Layer (SASL) &lt;<link url='http://www.ietf.org/rfc/rfc4422.txt'>http://www.ietf.org/rfc/rfc4422.txt</link>&gt;.</note>" >
<!ENTITY rfc4480 "<span class='ref'>RFC 4480</span> <note>RFC 4480: RPID: Rich Presence Extensions to the Presence Information Data Format (PIDF) &lt;<link url='http://www.rfc-editor.org/rfc/rfc4480.txt'>http://www.rfc-editor.org/rfc/rfc4480.txt</link>&gt;.</note>" >
<!ENTITY rfc4481 "<span class='ref'>RFC 4481</span> <note>RFC 4481: Timed Presence Extensions to the Presence Information Data Format (PIDF) to Indicate Status Information for Past and Future Time Intervals &lt;<link url='http://www.rfc-editor.org/rfc/rfc4481.txt'>http://www.rfc-editor.org/rfc/rfc4481.txt</link>&gt;.</note>" >
<!ENTITY rfc4505 "<span class='ref'>RFC 4505</span> <note>RFC 4505: The SASL ANONYMOUS Mechanism &lt;<link url='http://www.ietf.org/rfc/rfc4505.txt'>http://www.ietf.org/rfc/rfc4505.txt</link>&gt;.</note>" >
<!ENTITY rfc4566 "<span class='ref'>RFC 4566</span> <note>RFC 4566: SDP: Session Description Protocol &lt;<link url='http://www.ietf.org/rfc/rfc4566.txt'>http://www.ietf.org/rfc/rfc4566.txt</link>&gt;.</note>" >
<!ENTITY rfc4622 "<span class='ref'>RFC 4622</span> <note>RFC 4622: Internationalized Resource Identifiers (IRIs) and Uniform Resource Identifiers (URIs) for the Extensible Messaging and Presence Protocol (XMPP) &lt;<link url='http://www.ietf.org/rfc/rfc4622.txt'>http://www.ietf.org/rfc/rfc4622.txt</link>&gt;.</note>" >
<!ENTITY rfc4646 "<span class='ref'>RFC 4646</span> <note>RFC 4646: Tags for Identifying Languages &lt;<link url='http://www.ietf.org/rfc/rfc4646.txt'>http://www.ietf.org/rfc/rfc4646.txt</link>&gt;.</note>" >
<!ENTITY rfc4733 "<span class='ref'>RFC 4733</span> <note>RFC 4733: RTP Payload for DTMF Digits, Telephony Tones, and Telephony Signals &lt;<link url='http://www.ietf.org/rfc/rfc4733.txt'>http://www.ietf.org/rfc/rfc4733.txt</link>&gt;.</note>" >
<!-- Internet-Drafts -->
<!ENTITY dawson3 "<span class='ref'>draft-dawson-vcard-xml-dtd-03</span> <note>draft-dawson-vcard-xml-dtd-03 &lt;<link url='http://www.watersprings.org/pub/id/draft-dawson-vcard-xml-dtd-03.txt'>http://www.watersprings.org/pub/id/draft-dawson-vcard-xml-dtd-03.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY dnssd "<span class='ref'>DNS-Based Service Discovery</span> <note>DNS-Based Service Discovery &lt;<link url='http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt'>http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY geoprivpol "<span class='ref'>Geopriv Policy</span> <note>Geopriv Policy &lt;<link url='http://www.ietf.org/internet-drafts/draft-ietf-geopriv-policy-08.txt'>http://www.ietf.org/internet-drafts/draft-ietf-geopriv-policy-08.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY iax "<span class='ref'>IAX</span> <note>IAX: Inter-Asterisk eXchange Version 2 &lt;<link url='http://www.ietf.org/internet-drafts/draft-guy-iax-01.txt'>http://www.ietf.org/internet-drafts/draft-ietf-guy-iax-01.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY ice "<span class='ref'>Interactive Connectivity Establishment (ICE)</span> <note>Interactive Connectivity Establishment (ICE): A Methodology for Network Address Translator (NAT) Traversal for Offer/Answer Protocols &lt;<link url='http://www.ietf.org/internet-drafts/draft-ietf-mmusic-ice-12.txt'>http://www.ietf.org/internet-drafts/draft-ietf-mmusic-ice-12.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY ice-tcp "<span class='ref'>TCP Candidates with Interactive Connectivity Establishment (ICE)</span> <note>TCP Candidates with Interactive Connectivity Establishment (ICE) &lt;<link url='http://www.ietf.org/internet-drafts/draft-ietf-mmusic-ice-tcp-02.txt'>http://www.ietf.org/internet-drafts/draft-ietf-mmusic-ice-tcp-02.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY mdns "<span class='ref'>Multicast DNS</span> <note>Multicast DNS &lt;<link url='http://files.multicastdns.org/draft-cheshire-dnsext-multicastdns.txt'>http://files.multicastdns.org/draft-cheshire-dnsext-multicastdns.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY pidf "<span class='ref'>Presence Information Data Format (PIDF) </span> <note>RFC 3863: Presence Information Data Format (PIDF) &lt;<link url='http://www.ietf.org/rfc/rfc3863.txt'>http://www.ietf.org/rfc/rfc3863.txt</link>&gt;.</note>" >
<!ENTITY rtpdtls "<span class='ref'>RTP Over DTLS</span> <note>Real-Time Transport Protocol (RTP) over Datagram Transport Layer Security (DTLS) &lt;<link url='http://scm.sipfoundry.org/rep/ietf-drafts/ekr/draft-tschofenig-avt-rtp-dtls-00.txt'>http://scm.sipfoundry.org/rep/ietf-drafts/ekr/draft-tschofenig-avt-rtp-dtls-00.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY sievenotify "<span class='ref'>Sieve Extension: Notifications</span> <note>Sieve Extension: Notifications &lt;<link url='http://www.ietf.org/internet-drafts/draft-ietf-sieve-notify-03.txt'>http://www.ietf.org/internet-drafts/draft-ietf-sieve-notify-03.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY sievenotifyxmpp "<span class='ref'>Sieve Notification Mechanism: xmpp</span> <note>Sieve Notification Mechanism: xmpp &lt;<link url='http://www.ietf.org/internet-drafts/draft-ietf-sieve-notify-xmpp-01.txt'>http://www.ietf.org/internet-drafts/draft-ietf-sieve-notify-xmpp-01.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY sdpng "<span class='ref'>Session Description and Capability Negotiation (SDPng)</span> <note>Session Description and Capability Negotiation (SDPng) &lt;<link url='http://www.ietf.org/internet-drafts/draft-ietf-mmusic-sdpng-09.txt'>http://www.ietf.org/internet-drafts/draft-ietf-mmusic-sdpng-09.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY sshx509 "<span class='ref'>X.509 Authentication in SSH2</span> <note>X.509 Authentication in SSH2 &lt;<link url='http://www.ietf.org/internet-drafts/draft-ietf-secsh-x509-03.txt'>http://www.ietf.org/internet-drafts/draft-ietf-secsh-x509-03.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY turn "<span class='ref'>TURN</span> <note>Obtaining Relay Addresses from Simple Traversal Underneath NAT (STUN) &lt;<link url='http://www.ietf.org/internet-drafts/draft-ietf-behave-turn-02.txt'>http://www.ietf.org/internet-drafts/draft-ietf-behave-turn-02.txt</link>&gt;. Work in progress.</note>" >
<!ENTITY zrtp "<span class='ref'>ZRTP</span> <note>ZRTP: Extensions to RTP for Diffie-Hellman Key Agreement for SRTP &lt;<link url='http://www.ietf.org/internet-drafts/draft-zimmermann-avt-zrtp-01.txt'>http://www.ietf.org/internet-drafts/draft-zimmermann-avt-zrtp-01.txt</link>&gt;. Work in progress.</note>" >
<!-- IANA registries -->
<!ENTITY ianamedia "<span class='ref'>IANA MIME Media Types Registry</span> <note>IANA registry of MIME media types &lt;<link url='http://www.iana.org/assignments/media-types'>http://www.iana.org/assignments/media-types</link>&gt;.</note>" >
<!ENTITY ianaports "<span class='ref'>IANA Port Numbers Registry</span> <note>IANA registry of port numbers &lt;<link url='http://www.iana.org/assignments/port-numbers'>http://www.iana.org/assignments/port-numbers</link>&gt;.</note>" >
<!ENTITY ianasdp "<span class='ref'>IANA Session Description Protocol Parameters Registry</span> <note>IANA registry of parameters related to the Session Description Protocol &lt;<link url='http://www.iana.org/assignments/ssh-parameters'>http://www.iana.org/assignments/sdp-parameters</link>&gt;.</note>" >
<!ENTITY ianasip "<span class='ref'>IANA Session Initiation Protocol Parameters Registry</span> <note>IANA registry of parameters related to the Session Initiation Protocol &lt;<link url='http://www.iana.org/assignments/ssh-parameters'>http://www.iana.org/assignments/sip-parameters</link>&gt;.</note>" >
<!ENTITY ianassh "<span class='ref'>IANA Secure Shell Protocol Parameters Registry</span> <note>IANA registry of parameters related to secure shell &lt;<link url='http://www.iana.org/assignments/ssh-parameters'>http://www.iana.org/assignments/ssh-parameters</link>&gt;.</note>" >
<!-- IETF XMPP Specs -->
<!ENTITY rfc3920bis "<span class='ref'>rfc3920bis</span> <note>rfc3921bis: proposed revisions to Extensible Messaging and Presence Protocol (XMPP): Core &lt;<link url='http://www.ietf.org/internet-drafts/draft-saintandre-rfc3920bis-00.txt'>http://www.ietf.org/internet-drafts/draft-saintandre-rfc3920bis-00.txt</link>&gt;. (work in progress)</note>" >
<!ENTITY rfc3921bis "<span class='ref'>rfc3921bis</span> <note>rfc3921bis: proposed revisions to Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence &lt;<link url='http://www.ietf.org/internet-drafts/draft-saintandre-rfc3921bis-00.txt'>http://www.ietf.org/internet-drafts/draft-saintandre-rfc3921bis-00.txt</link>&gt;. (work in progress)</note>" >
<!ENTITY xmpp "<span class='ref'>XMPP</span> <note>Extensible Messaging and Presence Protocol (XMPP) &lt;<link url='http://www.xmpp.org/'>http://www.xmpp.org/</link>&gt;.</note>" >
<!ENTITY xmppcore "<span class='ref'>XMPP Core</span> <note>RFC 3920: Extensible Messaging and Presence Protocol (XMPP): Core &lt;<link url='http://www.ietf.org/rfc/rfc3920.txt'>http://www.ietf.org/rfc/rfc3920.txt</link>&gt;.</note>" >
<!ENTITY xmppim "<span class='ref'>XMPP IM</span> <note>RFC 3921: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence &lt;<link url='http://www.ietf.org/rfc/rfc3921.txt'>http://www.ietf.org/rfc/rfc3921.txt</link>&gt;.</note>" >
<!ENTITY xmppcpim "<span class='ref'>XMPP CPIM</span> <note>RFC 3922: Mapping the Extensible Messaging and Presence Protocol (XMPP) to Common Presence and Instant Messaging (CPIM) &lt;<link url='http://www.ietf.org/rfc/rfc3922.txt'>http://www.ietf.org/rfc/rfc3922.txt</link>&gt;.</note>" >
<!ENTITY xmppe2e "<span class='ref'>XMPP E2E</span> <note>RFC 3923: End-to-End Signing and Object Encryption for the Extensible Messaging and Presence Protocol (XMPP) &lt;<link url='http://www.ietf.org/rfc/rfc3923.txt'>http://www.ietf.org/rfc/rfc3923.txt</link>&gt;.</note>" >
<!ENTITY xmppiri "<span class='ref'>XMPP URI Scheme</span> <note>Internationalized Resource Identifiers (IRIs) and Uniform Resource Identifiers (URIs) for the Extensible Messaging and Presence Protocol (XMPP) &lt;<link url='http://www.ietf.org/rfc/rfc4622.txt'>http://www.ietf.org/rfc/rfc4622.txt</link>&gt;.</note>" >
<!ENTITY xmppsimple "<span class='ref'>draft-saintandre-xmpp-simple</span> <note>Basic Messaging and Presence Interoperability between the Extensible Messaging and Presence Protocol (XMPP) and Session Initiation Protocol (SIP) for Instant Messaging and Presence Leveraging Extensions (SIMPLE) &lt;<link url='http://www.ietf.org/internet-drafts/draft-saintandre-xmpp-simple-09.txt'>http://www.ietf.org/internet-drafts/draft-saintandre-xmpp-simple-09.txt</link>&gt; (work in progress).</note>" >
<!ENTITY xmppurn "<span class='ref'>XMPP URNs</span> <note>A Uniform Resource Name (URN) Namespace for Extensions to the Extensible Messaging and Presence Protocol (XMPP) &lt;<link url='http://www.ietf.org/internet-drafts/draft-saintandre-xmpp-urn-01.txt'>http://www.ietf.org/internet-drafts/draft-saintandre-xmpp-urn-01.txt</link>&gt; (work in progress).</note>" >
<!-- Frequent Extension Authors -->
<!ENTITY stpeter "
<author>
<firstname>Peter</firstname>
<surname>Saint-Andre</surname>
<email>stpeter@jabber.org</email>
<jid>stpeter@jabber.org</jid>
</author>
" >
<!ENTITY dizzyd "
<author>
<firstname>Dave</firstname>
<surname>Smith</surname>
<email>dizzyd@jabber.org</email>
<jid>dizzyd@jabber.org</jid>
</author>
" >
<!ENTITY temas "
<author>
<firstname>Thomas</firstname>
<surname>Muldowney</surname>
<email>temas@jabber.org</email>
<jid>temas@jabber.org</jid>
</author>
" >
<!ENTITY linuxwolf "
<author>
<firstname>Matthew</firstname>
<surname>Miller</surname>
<email>linuxwolf@outer-planes.net</email>
<jid>linuxwolf@outer-planes.net</jid>
</author>
" >
<!ENTITY pgmillard "
<author>
<firstname>Peter</firstname>
<surname>Millard</surname>
<authornote/>
</author>
" >
<!ENTITY hildjj "
<author>
<firstname>Joe</firstname>
<surname>Hildebrand</surname>
<email>jhildebrand@jabber.com</email>
<jid>hildjj@jabber.org</jid>
</author>
" >
<!ENTITY reatmon "
<author>
<firstname>Ryan</firstname>
<surname>Eatmon</surname>
<email>reatmon@jabber.org</email>
<jid>reatmon@jabber.org</jid>
</author>
" >
<!ENTITY jer "
<author>
<firstname>Jeremie</firstname>
<surname>Miller</surname>
<email>jer@jabber.org</email>
<jid>jer@jabber.org</jid>
</author>
" >
<!ENTITY infiniti "
<author>
<firstname>Justin</firstname>
<surname>Karneges</surname>
<email>justin@affinix.com</email>
<jid>justin@andbit.net</jid>
</author>
" >
<!ENTITY ralphm "
<author>
<firstname>Ralph</firstname>
<surname>Meijer</surname>
<email>ralphm@ik.nu</email>
<jid>ralphm@ik.nu</jid>
</author>
" >
<!ENTITY xvirge "
<author>
<firstname>Julian</firstname>
<surname>Missig</surname>
<email>julian@jabber.org</email>
<jid>julian@jabber.org</jid>
</author>
" >
<!ENTITY ianpaterson "
<author>
<firstname>Ian</firstname>
<surname>Paterson</surname>
<email>ian.paterson@clientside.co.uk</email>
<jid>ian@zoofy.com</jid>
</author>
" >
<!ENTITY scottlu "
<author>
<firstname>Scott</firstname>
<surname>Ludwig</surname>
<email>scottlu@google.com</email>
<jid>scottlu@google.com</jid>
</author>
" >
<!ENTITY joebeda "
<author>
<firstname>Joe</firstname>
<surname>Beda</surname>
<email>jbeda@google.com</email>
<jid>jbeda@google.com</jid>
</author>
" >
<!ENTITY val "
<author>
<firstname>Valerie</firstname>
<surname>Mercier</surname>
<email>valerie.mercier@orange-ftgroup.com</email>
<jid>vmercier@jabber.com</jid>
</author>
" >
<!ENTITY seanegan "
<author>
<firstname>Sean</firstname>
<surname>Egan</surname>
<email>seanegan@google.com</email>
<jid>seanegan@google.com</jid>
</author>
" >
<!ENTITY robmcqueen "
<author>
<firstname>Robert</firstname>
<surname>McQueen</surname>
<email>robert.mcqueen@collabora.co.uk</email>
<jid>robert.mcqueen@collabora.co.uk</jid>
</author>
" >
<!-- XMPP Extension Protocols -->
<!ENTITY xep0001 "<span class='ref'>XMPP Extension Protocols</span> <note>XEP-0001: XMPP Extension Protocols &lt;<link url='http://www.xmpp.org/extensions/xep-0001.html'>http://www.xmpp.org/extensions/xep-0001.html</link>&gt;.</note>" >
<!ENTITY xep0002 "<span class='ref'>Jabber Interest Groups</span> <note>XEP-0002: Jabber Interest Groups &lt;<link url='http://www.xmpp.org/extensions/xep-0002.html'>http://www.xmpp.org/extensions/xep-0002.html</link>&gt;.</note>" >
<!ENTITY xep0003 "<span class='ref'>Proxy Accept Socket Service</span> <note>XEP-0002: Proxy Accept Socket Service &lt;<link url='http://www.xmpp.org/extensions/xep-0003.html'>http://www.xmpp.org/extensions/xep-0003.html</link>&gt;.</note>" >
<!ENTITY xep0004 "<span class='ref'>Data Forms</span> <note>XEP-0004: Data Forms &lt;<link url='http://www.xmpp.org/extensions/xep-0004.html'>http://www.xmpp.org/extensions/xep-0004.html</link>&gt;.</note>" >
<!ENTITY xep0008 "<span class='ref'>IQ-Based Avatars</span> <note>XEP-0008: IQ-Based Avatars &lt;<link url='http://www.xmpp.org/extensions/xep-0008.html'>http://www.xmpp.org/extensions/xep-0008.html</link>&gt;.</note>" >
<!ENTITY xep0009 "<span class='ref'>Jabber-RPC</span> <note>XEP-0009: Jabber-RPC &lt;<link url='http://www.xmpp.org/extensions/xep-0009.html'>http://www.xmpp.org/extensions/xep-0009.html</link>&gt;.</note>" >
<!ENTITY xep0011 "<span class='ref'>Jabber Browsing</span> <note>XEP-0011: Jabber Browsing &lt;<link url='http://www.xmpp.org/extensions/xep-0011.html'>http://www.xmpp.org/extensions/xep-0011.html</link>&gt;.</note>" >
<!ENTITY xep0012 "<span class='ref'>Last Activity</span> <note>XEP-0012: Last Activity &lt;<link url='http://www.xmpp.org/extensions/xep-0012.html'>http://www.xmpp.org/extensions/xep-0012.html</link>&gt;.</note>" >
<!ENTITY xep0013 "<span class='ref'>Flexible Offline Message Retrieval</span> <note>XEP-0013: Flexible Offline Message Retrieval &lt;<link url='http://www.xmpp.org/extensions/xep-0013.html'>http://www.xmpp.org/extensions/xep-0013.html</link>&gt;.</note>" >
<!-- XEP-0014 was rejected -->
<!-- XEP-0015 was rejected -->
<!ENTITY xep0016 "<span class='ref'>Server-Based Privacy Rules</span> <note>XEP-0016: Server-Based Privacy Rules &lt;<link url='http://www.xmpp.org/extensions/xep-0016.html'>http://www.xmpp.org/extensions/xep-0016.html</link>&gt;.</note>" >
<!-- XEP-0017 was rejected -->
<!ENTITY xep0018 "<span class='ref'>Invisible Presence</span> <note>XEP-0018: Invisible Presence &lt;<link url='http://www.xmpp.org/extensions/xep-0018.html'>http://www.xmpp.org/extensions/xep-0018.html</link>&gt;.</note>" >
<!ENTITY xep0019 "<span class='ref'>Streamlining the JIGs</span> <note>XEP-0019: Streamlining the JIGs &lt;<link url='http://www.xmpp.org/extensions/xep-0019.html'>http://www.xmpp.org/extensions/xep-0019.html</link>&gt;.</note>" >
<!ENTITY xep0020 "<span class='ref'>Feature Negotiation</span> <note>XEP-0020: Feature Negotiation &lt;<link url='http://www.xmpp.org/extensions/xep-0020.html'>http://www.xmpp.org/extensions/xep-0020.html</link>&gt;.</note>" >
<!ENTITY xep0021 "<span class='ref'>Jabber Event Notification Service</span> <note>XEP-0021: Jabber Event Notification Service &lt;<link url='http://www.xmpp.org/extensions/xep-0021.html'>http://www.xmpp.org/extensions/xep-0021.html</link>&gt;.</note>" >
<!ENTITY xep0022 "<span class='ref'>Message Events</span> <note>XEP-0022: Message Events &lt;<link url='http://www.xmpp.org/extensions/xep-0022.html'>http://www.xmpp.org/extensions/xep-0022.html</link>&gt;.</note>" >
<!ENTITY xep0023 "<span class='ref'>Message Expiration</span> <note>XEP-0023: Message Expiration &lt;<link url='http://www.xmpp.org/extensions/xep-0023.html'>http://www.xmpp.org/extensions/xep-0023.html</link>&gt;.</note>" >
<!ENTITY xep0024 "<span class='ref'>Publish/Subscribe</span> <note>XEP-0024: Publish/Subscribe &lt;<link url='http://www.xmpp.org/extensions/xep-0024.html'>http://www.xmpp.org/extensions/xep-0024.html</link>&gt;.</note>" >
<!ENTITY xep0025 "<span class='ref'>Jabber HTTP Polling</span> <note>XEP-0025: Jabber HTTP Polling &lt;<link url='http://www.xmpp.org/extensions/xep-0025.html'>http://www.xmpp.org/extensions/xep-0025.html</link>&gt;.</note>" >
<!ENTITY xep0026 "<span class='ref'>Internationalization</span> <note>XEP-0026: Internationalization &lt;<link url='http://www.xmpp.org/extensions/xep-0026.html'>http://www.xmpp.org/extensions/xep-0026.html</link>&gt;.</note>" >
<!ENTITY xep0027 "<span class='ref'>Current Jabber OpenPGP Usage</span> <note>XEP-0027: Current Jabber OpenPGP Usage &lt;<link url='http://www.xmpp.org/extensions/xep-0027.html'>http://www.xmpp.org/extensions/xep-0027.html</link>&gt;.</note>" >
<!-- there is no XEP-0028 -->
<!ENTITY xep0029 "<span class='ref'>Definition of Jabber Identifiers</span> <note>XEP-0029: Definition of Jabber Identifiers &lt;<link url='http://www.xmpp.org/extensions/xep-0029.html'>http://www.xmpp.org/extensions/xep-0029.html</link>&gt;.</note>" >
<!ENTITY xep0030 "<span class='ref'>Service Discovery</span> <note>XEP-0030: Service Discovery &lt;<link url='http://www.xmpp.org/extensions/xep-0030.html'>http://www.xmpp.org/extensions/xep-0030.html</link>&gt;.</note>" >
<!ENTITY xep0031 "<span class='ref'>A Framework for Securing Jabber Conversations</span> <note>XEP-0031: A Framework for Securing Jabber Conversations &lt;<link url='http://www.xmpp.org/extensions/xep-0031.html'>http://www.xmpp.org/extensions/xep-0031.html</link>&gt;.</note>" >
<!ENTITY xep0032 "<span class='ref'>Jabber URI Scheme</span> <note>XEP-0032: Jabber URI Scheme &lt;<link url='http://www.xmpp.org/extensions/xep-0032.html'>http://www.xmpp.org/extensions/xep-0032.html</link>&gt;.</note>" >
<!ENTITY xep0033 "<span class='ref'>Extended Stanza Addressing</span> <note>XEP-0033: Extended Stanza Addressing &lt;<link url='http://www.xmpp.org/extensions/xep-0033.html'>http://www.xmpp.org/extensions/xep-0033.html</link>&gt;.</note>" >
<!ENTITY xep0034 "<span class='ref'>SASL Integration</span> <note>XEP-0034: SASL Integration &lt;<link url='http://www.xmpp.org/extensions/xep-0034.html'>http://www.xmpp.org/extensions/xep-0034.html</link>&gt;.</note>" >
<!ENTITY xep0035 "<span class='ref'>SSL/TLS Integration</span> <note>XEP-0035: SSL/TLS Integration &lt;<link url='http://www.xmpp.org/extensions/xep-0035.html'>http://www.xmpp.org/extensions/xep-0035.html</link>&gt;.</note>" >
<!ENTITY xep0036 "<span class='ref'>Pub-sub Subscriptions</span> <note>XEP-0036: Pub-sub Subscriptions &lt;<link url='http://www.xmpp.org/extensions/xep-0036.html'>http://www.xmpp.org/extensions/xep-0036.html</link>&gt;.</note>" >
<!-- XEP-0037 was rejected -->
<!ENTITY xep0038 "<span class='ref'>Icon Styles</span> <note>XEP-0038: Icon Styles &lt;<link url='http://www.xmpp.org/extensions/xep-0038.html'>http://www.xmpp.org/extensions/xep-0038.html</link>&gt;.</note>" >
<!ENTITY xep0039 "<span class='ref'>Statistics Gathering</span> <note>XEP-0039: Statistics Gathering &lt;<link url='http://www.xmpp.org/extensions/xep-0039.html'>http://www.xmpp.org/extensions/xep-0039.html</link>&gt;.</note>" >
<!ENTITY xep0040 "<span class='ref'>Robust Publish-Subscribe</span> <note>XEP-0040: Robust Publish-Subscribe &lt;<link url='http://www.xmpp.org/extensions/xep-0040.html'>http://www.xmpp.org/extensions/xep-0040.html</link>&gt;.</note>" >
<!ENTITY xep0041 "<span class='ref'>Jidlink</span> <note>XEP-0041: Jidlink &lt;<link url='http://www.xmpp.org/extensions/xep-0041.html'>http://www.xmpp.org/extensions/xep-0041.html</link>&gt;.</note>" >
<!ENTITY xep0042 "<span class='ref'>Jabber OOB Broadcast Service</span> <note>XEP-0042: Jabber OOB Broadcast Service &lt;<link url='http://www.xmpp.org/extensions/xep-0042.html'>http://www.xmpp.org/extensions/xep-0042.html</link>&gt;.</note>" >
<!ENTITY xep0043 "<span class='ref'>Jabber Database Access</span> <note>XEP-0043: Jabber Database Access &lt;<link url='http://www.xmpp.org/extensions/xep-0043.html'>http://www.xmpp.org/extensions/xep-0043.html</link>&gt;.</note>" >
<!ENTITY xep0044 "<span class='ref'>Full Namespace Support in XML Streams</span> <note>XEP-0044: Full Namespace Support in XML Streams &lt;<link url='http://www.xmpp.org/extensions/xep-0044.html'>http://www.xmpp.org/extensions/xep-0044.html</link>&gt;.</note>" >
<!ENTITY xep0045 "<span class='ref'>Multi-User Chat</span> <note>XEP-0045: Multi-User Chat &lt;<link url='http://www.xmpp.org/extensions/xep-0045.html'>http://www.xmpp.org/extensions/xep-0045.html</link>&gt;.</note>" >
<!ENTITY xep0046 "<span class='ref'>Direct TCP</span> <note>XEP-0046: Direct TCP &lt;<link url='http://www.xmpp.org/extensions/xep-0046.html'>http://www.xmpp.org/extensions/xep-0046.html</link>&gt;.</note>" >
<!ENTITY xep0047 "<span class='ref'>In-Band Bytestreams</span> <note>XEP-0047: In-Band Bytestreams &lt;<link url='http://www.xmpp.org/extensions/xep-0047.html'>http://www.xmpp.org/extensions/xep-0047.html</link>&gt;.</note>" >
<!ENTITY xep0048 "<span class='ref'>Bookmark Storage</span> <note>XEP-0048: Bookmark Storage &lt;<link url='http://www.xmpp.org/extensions/xep-0048.html'>http://www.xmpp.org/extensions/xep-0048.html</link>&gt;.</note>" >
<!ENTITY xep0049 "<span class='ref'>Private XML Storage</span> <note>XEP-0049: Private XML Storage &lt;<link url='http://www.xmpp.org/extensions/xep-0049.html'>http://www.xmpp.org/extensions/xep-0049.html</link>&gt;.</note>" >
<!ENTITY xep0050 "<span class='ref'>Ad-Hoc Commands</span> <note>XEP-0050: Ad-Hoc Commands &lt;<link url='http://www.xmpp.org/extensions/xep-0050.html'>http://www.xmpp.org/extensions/xep-0050.html</link>&gt;.</note>" >
<!ENTITY xep0051 "<span class='ref'>Redirect and Connection Transfer</span> <note>XEP-0051: Redirect and Connection Transfer &lt;<link url='http://www.xmpp.org/extensions/xep-0051.html'>http://www.xmpp.org/extensions/xep-0051.html</link>&gt;.</note>" >
<!ENTITY xep0052 "<span class='ref'>File Transfer</span> <note>XEP-0052: File Transfer &lt;<link url='http://www.xmpp.org/extensions/xep-0052.html'>http://www.xmpp.org/extensions/xep-0052.html</link>&gt;.</note>" >
<!ENTITY xep0053 "<span class='ref'>XMPP Registrar Function</span> <note>XEP-0053: XMPP Registrar Function &lt;<link url='http://www.xmpp.org/extensions/xep-0053.html'>http://www.xmpp.org/extensions/xep-0053.html</link>&gt;.</note>" >
<!ENTITY xep0054 "<span class='ref'>vcard-temp</span> <note>XEP-0054: vcard-temp &lt;<link url='http://www.xmpp.org/extensions/xep-0054.html'>http://www.xmpp.org/extensions/xep-0054.html</link>&gt;.</note>" >
<!ENTITY xep0055 "<span class='ref'>Jabber Search</span> <note>XEP-0055: Jabber Search &lt;<link url='http://www.xmpp.org/extensions/xep-0055.html'>http://www.xmpp.org/extensions/xep-0055.html</link>&gt;.</note>" >
<!ENTITY xep0056 "<span class='ref'>Business Data Interchange</span> <note>XEP-0056: Business Data Interchange &lt;<link url='http://www.xmpp.org/extensions/xep-0056.html'>http://www.xmpp.org/extensions/xep-0056.html</link>&gt;.</note>" >
<!ENTITY xep0057 "<span class='ref'>Extended Roster</span> <note>XEP-0057: Extended Roster &lt;<link url='http://www.xmpp.org/extensions/xep-0057.html'>http://www.xmpp.org/extensions/xep-0057.html</link>&gt;.</note>" >
<!ENTITY xep0058 "<span class='ref'>Multi-User Text Editing</span> <note>XEP-0058: Multi-User Text Editing &lt;<link url='http://www.xmpp.org/extensions/xep-0058.html'>http://www.xmpp.org/extensions/xep-0058.html</link>&gt;.</note>" >
<!ENTITY xep0059 "<span class='ref'>Result Set Management</span> <note>XEP-0059: Result Set Management &lt;<link url='http://www.xmpp.org/extensions/xep-0059.html'>http://www.xmpp.org/extensions/xep-0059.html</link>&gt;.</note>" >
<!ENTITY xep0060 "<span class='ref'>Publish-Subscribe</span> <note>XEP-0060: Publish-Subscribe &lt;<link url='http://www.xmpp.org/extensions/xep-0060.html'>http://www.xmpp.org/extensions/xep-0060.html</link>&gt;.</note>" >
<!ENTITY xep0061 "<span class='ref'>Shared Notes</span> <note>XEP-0061: Shared Notes &lt;<link url='http://www.xmpp.org/extensions/xep-0061.html'>http://www.xmpp.org/extensions/xep-0061.html</link>&gt;.</note>" >
<!ENTITY xep0062 "<span class='ref'>Packet Filtering</span> <note>XEP-0062: Packet Filtering &lt;<link url='http://www.xmpp.org/extensions/xep-0062.html'>http://www.xmpp.org/extensions/xep-0062.html</link>&gt;.</note>" >
<!ENTITY xep0063 "<span class='ref'>Basic Filtering Operations</span> <note>XEP-0063: Basic Filtering Operations &lt;<link url='http://www.xmpp.org/extensions/xep-0063.html'>http://www.xmpp.org/extensions/xep-0063.html</link>&gt;.</note>" >
<!ENTITY xep0064 "<span class='ref'>XPath Filtering</span> <note>XEP-0064: XPath Filtering &lt;<link url='http://www.xmpp.org/extensions/xep-0064.html'>http://www.xmpp.org/extensions/xep-0064.html</link>&gt;.</note>" >
<!ENTITY xep0065 "<span class='ref'>SOCKS5 Bytestreams</span> <note>XEP-0065: SOCKS5 Bytestreams &lt;<link url='http://www.xmpp.org/extensions/xep-0065.html'>http://www.xmpp.org/extensions/xep-0065.html</link>&gt;.</note>" >
<!ENTITY xep0066 "<span class='ref'>Out-of-Band Data</span> <note>XEP-0066: Out of Band Data &lt;<link url='http://www.xmpp.org/extensions/xep-0066.html'>http://www.xmpp.org/extensions/xep-0066.html</link>&gt;.</note>" >
<!ENTITY xep0067 "<span class='ref'>Stock Data Transmission</span> <note>XEP-0067: Stock Data Transmission &lt;<link url='http://www.xmpp.org/extensions/xep-0067.html'>http://www.xmpp.org/extensions/xep-0067.html</link>&gt;.</note>" >
<!ENTITY xep0068 "<span class='ref'>Field Standardization for Data Forms</span> <note>XEP-0068: Field Data Standardization for Data Forms &lt;<link url='http://www.xmpp.org/extensions/xep-0068.html'>http://www.xmpp.org/extensions/xep-0068.html</link>&gt;.</note>" >
<!ENTITY xep0069 "<span class='ref'>Compliance JIG</span> <note>XEP-0069: Compliance JIG &lt;<link url='http://www.xmpp.org/extensions/xep-0069.html'>http://www.xmpp.org/extensions/xep-0069.html</link>&gt;.</note>" >
<!ENTITY xep0070 "<span class='ref'>Verifying HTTP Requests via XMPP</span> <note>XEP-0070: Verifying HTTP Requests via XMPP &lt;<link url='http://www.xmpp.org/extensions/xep-0070.html'>http://www.xmpp.org/extensions/xep-0070.html</link>&gt;.</note>" >
<!ENTITY xep0071 "<span class='ref'>XHTML-IM</span> <note>XEP-0071: XHTML-IM &lt;<link url='http://www.xmpp.org/extensions/xep-0071.html'>http://www.xmpp.org/extensions/xep-0071.html</link>&gt;.</note>" >
<!ENTITY xep0072 "<span class='ref'>SOAP over XMPP</span> <note>XEP-0072: SOAP over XMPP &lt;<link url='http://www.xmpp.org/extensions/xep-0072.html'>http://www.xmpp.org/extensions/xep-0072.html</link>&gt;.</note>" >
<!ENTITY xep0073 "<span class='ref'>Basic IM Protocol Suite</span> <note>XEP-0073: Basic IM Protocol Suite &lt;<link url='http://www.xmpp.org/extensions/xep-0073.html'>http://www.xmpp.org/extensions/xep-0073.html</link>&gt;.</note>" >
<!ENTITY xep0074 "<span class='ref'>Simple Access Control</span> <note>XEP-0074: Simple Access Control &lt;<link url='http://www.xmpp.org/extensions/xep-0074.html'>http://www.xmpp.org/extensions/xep-0074.html</link>&gt;.</note>" >
<!ENTITY xep0075 "<span class='ref'>Jabber Object Access Protocol</span> <note>XEP-0075: Jabber Object Access Protocol &lt;<link url='http://www.xmpp.org/extensions/xep-0075.html'>http://www.xmpp.org/extensions/xep-0075.html</link>&gt;.</note>" >
<!ENTITY xep0076 "<span class='ref'>Malicious Stanzas</span> <note>XEP-0076: Malicious Stanzas &lt;<link url='http://www.xmpp.org/extensions/xep-0076.html'>http://www.xmpp.org/extensions/xep-0076.html</link>&gt;.</note>" >
<!ENTITY xep0077 "<span class='ref'>In-Band Registration</span> <note>XEP-0077: In-Band Registration &lt;<link url='http://www.xmpp.org/extensions/xep-0077.html'>http://www.xmpp.org/extensions/xep-0077.html</link>&gt;.</note>" >
<!ENTITY xep0078 "<span class='ref'>Non-SASL Authentication</span> <note>XEP-0078: Non-SASL Authentication &lt;<link url='http://www.xmpp.org/extensions/xep-0078.html'>http://www.xmpp.org/extensions/xep-0078.html</link>&gt;.</note>" >
<!ENTITY xep0079 "<span class='ref'>Advanced Message Processing</span> <note>XEP-0079: Advanced Message Processing &lt;<link url='http://www.xmpp.org/extensions/xep-0079.html'>http://www.xmpp.org/extensions/xep-0079.html</link>&gt;.</note>" >
<!ENTITY xep0080 "<span class='ref'>User Geolocation</span> <note>XEP-0080: User Geolocation &lt;<link url='http://www.xmpp.org/extensions/xep-0080.html'>http://www.xmpp.org/extensions/xep-0080.html</link>&gt;.</note>" >
<!ENTITY xep0081 "<span class='ref'>Jabber MIME Type</span> <note>XEP-0081: Jabber MIME Type &lt;<link url='http://www.xmpp.org/extensions/xep-0081.html'>http://www.xmpp.org/extensions/xep-0081.html</link>&gt;.</note>" >
<!ENTITY xep0082 "<span class='ref'>Jabber Date and Time Profiles</span> <note>XEP-0082: Jabber Date and Time Profiles &lt;<link url='http://www.xmpp.org/extensions/xep-0082.html'>http://www.xmpp.org/extensions/xep-0082.html</link>&gt;.</note>" >
<!ENTITY xep0083 "<span class='ref'>Nested Roster Groups</span> <note>XEP-0083: Nested Roster Groups &lt;<link url='http://www.xmpp.org/extensions/xep-0083.html'>http://www.xmpp.org/extensions/xep-0083.html</link>&gt;.</note>" >
<!ENTITY xep0084 "<span class='ref'>User Avatar</span> <note>XEP-0084: User Avatar &lt;<link url='http://www.xmpp.org/extensions/xep-0084.html'>http://www.xmpp.org/extensions/xep-0084.html</link>&gt;.</note>" >
<!ENTITY xep0085 "<span class='ref'>Chat State Notifications</span> <note>XEP-0085: Chat State Notifications &lt;<link url='http://www.xmpp.org/extensions/xep-0085.html'>http://www.xmpp.org/extensions/xep-0085.html</link>&gt;.</note>" >
<!ENTITY xep0086 "<span class='ref'>Error Condition Mappings</span> <note>XEP-0086: Error Condition Mappings &lt;<link url='http://www.xmpp.org/extensions/xep-0086.html'>http://www.xmpp.org/extensions/xep-0086.html</link>&gt;.</note>" >
<!ENTITY xep0087 "<span class='ref'>Stream Initiation</span> <note>XEP-0087: Stream Initiation &lt;<link url='http://www.xmpp.org/extensions/xep-0087.html'>http://www.xmpp.org/extensions/xep-0087.html</link>&gt;.</note>" >
<!ENTITY xep0088 "<span class='ref'>Client Webtabs</span> <note>XEP-0088: Client Webtabs &lt;<link url='http://www.xmpp.org/extensions/xep-0088.html'>http://www.xmpp.org/extensions/xep-0088.html</link>&gt;.</note>" >
<!ENTITY xep0089 "<span class='ref'>Generic Alerts</span> <note>XEP-0089: Generic Alerts &lt;<link url='http://www.xmpp.org/extensions/xep-0089.html'>http://www.xmpp.org/extensions/xep-0089.html</link>&gt;.</note>" >
<!ENTITY xep0090 "<span class='ref'>Entity Time</span> <note>XEP-0090: Entity Time &lt;<link url='http://www.xmpp.org/extensions/xep-0090.html'>http://www.xmpp.org/extensions/xep-0090.html</link>&gt;.</note>" >
<!ENTITY xep0091 "<span class='ref'>Delayed Delivery</span> <note>XEP-0091: Delayed Delivery &lt;<link url='http://www.xmpp.org/extensions/xep-0091.html'>http://www.xmpp.org/extensions/xep-0091.html</link>&gt;.</note>" >
<!ENTITY xep0092 "<span class='ref'>Software Version</span> <note>XEP-0092: Software Version &lt;<link url='http://www.xmpp.org/extensions/xep-0092.html'>http://www.xmpp.org/extensions/xep-0092.html</link>&gt;.</note>" >
<!ENTITY xep0093 "<span class='ref'>Roster Item Exchange</span> <note>XEP-0093: Roster Item Exchange &lt;<link url='http://www.xmpp.org/extensions/xep-0093.html'>http://www.xmpp.org/extensions/xep-0093.html</link>&gt;.</note>" >
<!ENTITY xep0094 "<span class='ref'>Agent Information</span> <note>XEP-0094: Agent Information &lt;<link url='http://www.xmpp.org/extensions/xep-0094.html'>http://www.xmpp.org/extensions/xep-0094.html</link>&gt;.</note>" >
<!ENTITY xep0095 "<span class='ref'>Stream Initiation</span> <note>XEP-0095: Stream Initiation &lt;<link url='http://www.xmpp.org/extensions/xep-0095.html'>http://www.xmpp.org/extensions/xep-0095.html</link>&gt;.</note>" >
<!ENTITY xep0096 "<span class='ref'>File Transfer</span> <note>XEP-0096: File Transfer &lt;<link url='http://www.xmpp.org/extensions/xep-0096.html'>http://www.xmpp.org/extensions/xep-0096.html</link>&gt;.</note>" >
<!ENTITY xep0097 "<span class='ref'>iCal Envelope</span> <note>XEP-0097: iCal Envelope &lt;<link url='http://www.xmpp.org/extensions/xep-0097.html'>http://www.xmpp.org/extensions/xep-0097.html</link>&gt;.</note>" >
<!ENTITY xep0098 "<span class='ref'>Enchanced Private XML Storage</span> <note>XEP-0098: Enchanced Private XML Storage &lt;<link url='http://www.xmpp.org/extensions/xep-0098.html'>http://www.xmpp.org/extensions/xep-0098.html</link>&gt;.</note>" >
<!ENTITY xep0099 "<span class='ref'>IQ Query Action Protocol</span> <note>XEP-0099: IQ Query Action Protocol &lt;<link url='http://www.xmpp.org/extensions/xep-0099.html'>http://www.xmpp.org/extensions/xep-0099.html</link>&gt;.</note>" >
<!ENTITY xep0100 "<span class='ref'>Gateway Interaction</span> <note>XEP-0100: Gateway Interaction &lt;<link url='http://www.xmpp.org/extensions/xep-0100.html'>http://www.xmpp.org/extensions/xep-0100.html</link>&gt;.</note>" >
<!ENTITY xep0101 "<span class='ref'>HTTP Authentication using Jabber Tickets</span> <note>XEP-0101: HTTP Authentication using Jabber Tickets &lt;<link url='http://www.xmpp.org/extensions/xep-0101.html'>http://www.xmpp.org/extensions/xep-0101.html</link>&gt;.</note>" >
<!ENTITY xep0102 "<span class='ref'>Security Extensions</span> <note>XEP-0102: Security Extensions &lt;<link url='http://www.xmpp.org/extensions/xep-0102.html'>http://www.xmpp.org/extensions/xep-0102.html</link>&gt;.</note>" >
<!ENTITY xep0103 "<span class='ref'>URL Address Information</span> <note>XEP-0103: URL Address Information &lt;<link url='http://www.xmpp.org/extensions/xep-0103.html'>http://www.xmpp.org/extensions/xep-0103.html</link>&gt;.</note>" >
<!ENTITY xep0104 "<span class='ref'>HTTP Scheme for URL Data</span> <note>XEP-0104: HTTP Scheme for URL Data &lt;<link url='http://www.xmpp.org/extensions/xep-0104.html'>http://www.xmpp.org/extensions/xep-0104.html</link>&gt;.</note>" >
<!ENTITY xep0105 "<span class='ref'>Tree Transfer Stream Initiation Profile</span> <note>XEP-0105: Tree Transfer Stream Initiation Profile &lt;<link url='http://www.xmpp.org/extensions/xep-0105.html'>http://www.xmpp.org/extensions/xep-0105.html</link>&gt;.</note>" >
<!ENTITY xep0106 "<span class='ref'>JID Escaping</span> <note>XEP-0106: JID Escaping &lt;<link url='http://www.xmpp.org/extensions/xep-0106.html'>http://www.xmpp.org/extensions/xep-0106.html</link>&gt;.</note>" >
<!ENTITY xep0107 "<span class='ref'>User Mood</span> <note>XEP-0107: User Mood &lt;<link url='http://www.xmpp.org/extensions/xep-0107.html'>http://www.xmpp.org/extensions/xep-0107.html</link>&gt;.</note>" >
<!ENTITY xep0108 "<span class='ref'>User Activity</span> <note>XEP-0108: User Activity &lt;<link url='http://www.xmpp.org/extensions/xep-0108.html'>http://www.xmpp.org/extensions/xep-0108.html</link>&gt;.</note>" >
<!ENTITY xep0109 "<span class='ref'>Vacation Messages</span> <note>XEP-0109: Vacation Messages &lt;<link url='http://www.xmpp.org/extensions/xep-0109.html'>http://www.xmpp.org/extensions/xep-0109.html</link>&gt;.</note>" >
<!ENTITY xep0110 "<span class='ref'>Generic Maps</span> <note>XEP-0110: Generic Maps &lt;<link url='http://www.xmpp.org/extensions/xep-0110.html'>http://www.xmpp.org/extensions/xep-0110.html</link>&gt;.</note>" >
<!ENTITY xep0111 "<span class='ref'>A Transport for Initiating and Negotiating Sessions</span> <note>XEP-0111: A Transport for Initiating and Negotiating Sessions &lt;<link url='http://www.xmpp.org/extensions/xep-0111.html'>http://www.xmpp.org/extensions/xep-0111.html</link>&gt;.</note>" >
<!ENTITY xep0112 "<span class='ref'>User Physical Location</span> <note>XEP-0112: User Physical Location &lt;<link url='http://www.xmpp.org/extensions/xep-0112.html'>http://www.xmpp.org/extensions/xep-0112.html</link>&gt;.</note>" >
<!ENTITY xep0113 "<span class='ref'>Simple Whiteboarding</span> <note>XEP-0113: Simple Whiteboarding &lt;<link url='http://www.xmpp.org/extensions/xep-0113.html'>http://www.xmpp.org/extensions/xep-0113.html</link>&gt;.</note>" >
<!ENTITY xep0114 "<span class='ref'>Jabber Component Protocol</span> <note>XEP-0114: Jabber Component Protocol &lt;<link url='http://www.xmpp.org/extensions/xep-0114.html'>http://www.xmpp.org/extensions/xep-0114.html</link>&gt;.</note>" >
<!ENTITY xep0115 "<span class='ref'>Entity Capabilities</span> <note>XEP-0115: Entity Capabilities &lt;<link url='http://www.xmpp.org/extensions/xep-0115.html'>http://www.xmpp.org/extensions/xep-0115.html</link>&gt;.</note>" >
<!ENTITY xep0116 "<span class='ref'>Encrypted Session Negotiation</span> <note>XEP-0116: Encrypted Session Negotiation &lt;<link url='http://www.xmpp.org/extensions/xep-0116.html'>http://www.xmpp.org/extensions/xep-0116.html</link>&gt;.</note>" >
<!ENTITY xep0117 "<span class='ref'>Intermediate IM Protocol Suite</span> <note>XEP-0117: Intermediate IM Protocol Suite &lt;<link url='http://www.xmpp.org/extensions/xep-0117.html'>http://www.xmpp.org/extensions/xep-0117.html</link>&gt;.</note>" >
<!ENTITY xep0118 "<span class='ref'>User Tune</span> <note>XEP-0118: User Tune &lt;<link url='http://www.xmpp.org/extensions/xep-0118.html'>http://www.xmpp.org/extensions/xep-0118.html</link>&gt;.</note>" >
<!ENTITY xep0119 "<span class='ref'>Extended Presence Protocol Suite</span> <note>XEP-0119: Extended Presence Protocol Suite &lt;<link url='http://www.xmpp.org/extensions/xep-0119.html'>http://www.xmpp.org/extensions/xep-0119.html</link>&gt;.</note>" >
<!ENTITY xep0120 "<span class='ref'>Infobits</span> <note>XEP-0120: Infobits &lt;<link url='http://www.xmpp.org/extensions/xep-0120.html'>http://www.xmpp.org/extensions/xep-0120.html</link>&gt;.</note>" >
<!ENTITY xep0121 "<span class='ref'>Dublin Core Infobits Mapping</span> <note>XEP-0121: Dublin Core Infobits Mapping &lt;<link url='http://www.xmpp.org/extensions/xep-0121.html'>http://www.xmpp.org/extensions/xep-0121.html</link>&gt;.</note>" >
<!ENTITY xep0122 "<span class='ref'>Data Forms Validation</span> <note>XEP-0122: Data Forms Validation &lt;<link url='http://www.xmpp.org/extensions/xep-0122.html'>http://www.xmpp.org/extensions/xep-0122.html</link>&gt;.</note>" >
<!ENTITY xep0123 "<span class='ref'>Entity Metadata</span> <note>XEP-0123: Entity Metadata &lt;<link url='http://www.xmpp.org/extensions/xep-0123.html'>http://www.xmpp.org/extensions/xep-0123.html</link>&gt;.</note>" >
<!ENTITY xep0124 "<span class='ref'>HTTP Binding</span> <note>XEP-0124: HTTP Binding &lt;<link url='http://www.xmpp.org/extensions/xep-0124.html'>http://www.xmpp.org/extensions/xep-0124.html</link>&gt;.</note>" >
<!ENTITY xep0125 "<span class='ref'>vCard Infobits Mapping</span> <note>XEP-0125: vCard Infobits Mapping &lt;<link url='http://www.xmpp.org/extensions/xep-0125.html'>http://www.xmpp.org/extensions/xep-0125.html</link>&gt;.</note>" >
<!ENTITY xep0126 "<span class='ref'>Invisibility</span> <note>XEP-0126: Invisibility &lt;<link url='http://www.xmpp.org/extensions/xep-0126.html'>http://www.xmpp.org/extensions/xep-0126.html</link>&gt;.</note>" >
<!ENTITY xep0127 "<span class='ref'>Common Alerting Protocol (CAP) over XMPP</span> <note>XEP-0127: Common Alerting Protocol (CAP) over XMPP &lt;<link url='http://www.xmpp.org/extensions/xep-0127.html'>http://www.xmpp.org/extensions/xep-0127.html</link>&gt;.</note>" >
<!ENTITY xep0128 "<span class='ref'>Service Discovery Extensions</span> <note>XEP-0128: Service Discovery Extensions &lt;<link url='http://www.xmpp.org/extensions/xep-0128.html'>http://www.xmpp.org/extensions/xep-0128.html</link>&gt;.</note>" >
<!ENTITY xep0129 "<span class='ref'>WebDAV File Transfers</span> <note>XEP-0129: WebDAV File Transfers &lt;<link url='http://www.xmpp.org/extensions/xep-0129.html'>http://www.xmpp.org/extensions/xep-0129.html</link>&gt;.</note>" >
<!ENTITY xep0130 "<span class='ref'>Waiting Lists</span> <note>XEP-0130: Waiting Lists &lt;<link url='http://www.xmpp.org/extensions/xep-0130.html'>http://www.xmpp.org/extensions/xep-0130.html</link>&gt;.</note>" >
<!ENTITY xep0131 "<span class='ref'>Stanza Headers and Internet Metadata</span> <note>XEP-0131: Stanza Headers and Internet Metadata &lt;<link url='http://www.xmpp.org/extensions/xep-0131.html'>http://www.xmpp.org/extensions/xep-0131.html</link>&gt;.</note>" >
<!ENTITY xep0132 "<span class='ref'>Presence Obtained via Kinesthetic Excitation (POKE)</span> <note>XEP-0132: Presence Obtained via Kinesthetic Excitation (POKE) &lt;<link url='http://www.xmpp.org/extensions/xep-0132.html'>http://www.xmpp.org/extensions/xep-0132.html</link>&gt;.</note>" >
<!ENTITY xep0133 "<span class='ref'>Service Administration</span> <note>XEP-0133: Service Administration &lt;<link url='http://www.xmpp.org/extensions/xep-0133.html'>http://www.xmpp.org/extensions/xep-0133.html</link>&gt;.</note>" >
<!ENTITY xep0134 "<span class='ref'>Protocol Design Guidelines</span> <note>XEP-0134: Protocol Design Guidelines &lt;<link url='http://www.xmpp.org/extensions/xep-0134.html'>http://www.xmpp.org/extensions/xep-0134.html</link>&gt;.</note>" >
<!ENTITY xep0135 "<span class='ref'>File Sharing</span> <note>XEP-0135: File Sharing &lt;<link url='http://www.xmpp.org/extensions/xep-0135.html'>http://www.xmpp.org/extensions/xep-0135.html</link>&gt;.</note>" >
<!ENTITY xep0136 "<span class='ref'>Message Archiving</span> <note>XEP-0136: Message Archiving &lt;<link url='http://www.xmpp.org/extensions/xep-0136.html'>http://www.xmpp.org/extensions/xep-0136.html</link>&gt;.</note>" >
<!ENTITY xep0137 "<span class='ref'>Publishing Stream Initiation Requests</span> <note>XEP-0137: Publishing Stream Initiation Requests &lt;<link url='http://www.xmpp.org/extensions/xep-0137.html'>http://www.xmpp.org/extensions/xep-0137.html</link>&gt;.</note>" >
<!ENTITY xep0138 "<span class='ref'>Stream Compression</span> <note>XEP-0138: Stream Compression &lt;<link url='http://www.xmpp.org/extensions/xep-0138.html'>http://www.xmpp.org/extensions/xep-0138.html</link>&gt;.</note>" >
<!ENTITY xep0139 "<span class='ref'>Security JIG</span> <note>XEP-0139: Security JIG &lt;<link url='http://www.xmpp.org/extensions/xep-0139.html'>http://www.xmpp.org/extensions/xep-0139.html</link>&gt;.</note>" >
<!ENTITY xep0140 "<span class='ref'>Shared Groups</span> <note>XEP-0140: Shared Groups &lt;<link url='http://www.xmpp.org/extensions/xep-0140.html'>http://www.xmpp.org/extensions/xep-0140.html</link>&gt;.</note>" >
<!ENTITY xep0141 "<span class='ref'>Data Forms Layout</span> <note>XEP-0141: Data Forms Layout &lt;<link url='http://www.xmpp.org/extensions/xep-0141.html'>http://www.xmpp.org/extensions/xep-0141.html</link>&gt;.</note>" >
<!ENTITY xep0142 "<span class='ref'>Workgroup Queues</span> <note>XEP-0142: Workgroup Queues &lt;<link url='http://www.xmpp.org/extensions/xep-0142.html'>http://www.xmpp.org/extensions/xep-0142.html</link>&gt;.</note>" >
<!ENTITY xep0143 "<span class='ref'>Guidelines for Authors of XMPP Extension Protocols</span> <note>XEP-0143: Guidelines for Authors of XMPP Extension Protocols &lt;<link url='http://www.xmpp.org/extensions/xep-0143.html'>http://www.xmpp.org/extensions/xep-0143.html</link>&gt;.</note>" >
<!ENTITY xep0144 "<span class='ref'>Roster Item Exchange</span> <note>XEP-0144: Roster Item Exchange &lt;<link url='http://www.xmpp.org/extensions/xep-0144.html'>http://www.xmpp.org/extensions/xep-0144.html</link>&gt;.</note>" >
<!ENTITY xep0145 "<span class='ref'>Annotations</span> <note>XEP-0145: Annotations &lt;<link url='http://www.xmpp.org/extensions/xep-0145.html'>http://www.xmpp.org/extensions/xep-0145.html</link>&gt;.</note>" >
<!ENTITY xep0146 "<span class='ref'>Remote Controlling Clients</span> <note>XEP-0146: Remote Controlling Clients &lt;<link url='http://www.xmpp.org/extensions/xep-0146.html'>http://www.xmpp.org/extensions/xep-0146.html</link>&gt;.</note>" >
<!ENTITY xep0147 "<span class='ref'>XMPP URI Query Components</span> <note>XEP-0147: XMPP URI Query Components &lt;<link url='http://www.xmpp.org/extensions/xep-0147.html'>http://www.xmpp.org/extensions/xep-0147.html</link>&gt;.</note>" >
<!ENTITY xep0148 "<span class='ref'>Instant Messaging Intelligence Quotient (IM IQ)</span> <note>XEP-0148: Instant Messaging Intelligence Quotient (IM IQ) &lt;<link url='http://www.xmpp.org/extensions/xep-0148.html'>http://www.xmpp.org/extensions/xep-0148.html</link>&gt;.</note>" >
<!ENTITY xep0149 "<span class='ref'>Time Periods</span> <note>XEP-0149: Time Periods &lt;<link url='http://www.xmpp.org/extensions/xep-0149.html'>http://www.xmpp.org/extensions/xep-0149.html</link>&gt;.</note>" >
<!ENTITY xep0150 "<span class='ref'>Use of Entity Tags in XMPP Extensions</span> <note>XEP-0150: Use of Entity Tags in XMPP Extensions &lt;<link url='http://www.xmpp.org/extensions/xep-0150.html'>http://www.xmpp.org/extensions/xep-0150.html</link>&gt;.</note>" >
<!ENTITY xep0151 "<span class='ref'>Virtual Presence</span> <note>XEP-0151: Virtual Presence &lt;<link url='http://www.xmpp.org/extensions/xep-0151.html'>http://www.xmpp.org/extensions/xep-0151.html</link>&gt;.</note>" >
<!ENTITY xep0152 "<span class='ref'>Reachability Addresses</span> <note>XEP-0152: Reachability Addresses &lt;<link url='http://www.xmpp.org/extensions/xep-0152.html'>http://www.xmpp.org/extensions/xep-0152.html</link>&gt;.</note>" >
<!ENTITY xep0153 "<span class='ref'>vCard-Based Avatars</span> <note>XEP-0153: vCard-Based Avatars &lt;<link url='http://www.xmpp.org/extensions/xep-0153.html'>http://www.xmpp.org/extensions/xep-0153.html</link>&gt;.</note>" >
<!ENTITY xep0154 "<span class='ref'>User Profile</span> <note>XEP-0154: User Profile &lt;<link url='http://www.xmpp.org/extensions/xep-0154.html'>http://www.xmpp.org/extensions/xep-0154.html</link>&gt;.</note>" >
<!ENTITY xep0155 "<span class='ref'>Chat Session Negotiation</span> <note>XEP-0155: Chat Session Negotiation &lt;<link url='http://www.xmpp.org/extensions/xep-0155.html'>http://www.xmpp.org/extensions/xep-0155.html</link>&gt;.</note>" >
<!ENTITY xep0156 "<span class='ref'>A DNS TXT Resource Record Format for XMPP Connection Methods</span> <note>XEP-0156: A DNS TXT Resource Record Format for XMPP Connection Methods &lt;<link url='http://www.xmpp.org/extensions/xep-0156.html'>http://www.xmpp.org/extensions/xep-0156.html</link>&gt;.</note>" >
<!ENTITY xep0157 "<span class='ref'>Contact Addresses for XMPP Services</span> <note>XEP-0157: Contact Addresses for XMPP Services &lt;<link url='http://www.xmpp.org/extensions/xep-0157.html'>http://www.xmpp.org/extensions/xep-0157.html</link>&gt;.</note>" >
<!ENTITY xep0158 "<span class='ref'>Robot Challenges</span> <note>XEP-0158: Robot Challenges &lt;<link url='http://www.xmpp.org/extensions/xep-0158.html'>http://www.xmpp.org/extensions/xep-0158.html</link>&gt;.</note>" >
<!ENTITY xep0159 "<span class='ref'>SPIM-Blocking Control</span> <note>XEP-0159: SPIM-Blocking Control &lt;<link url='http://www.xmpp.org/extensions/xep-0159.html'>http://www.xmpp.org/extensions/xep-0159.html</link>&gt;.</note>" >
<!ENTITY xep0160 "<span class='ref'>Best Practices for Handling Offline Messages</span> <note>XEP-0160: Best Practices for Handling Offline Messages &lt;<link url='http://www.xmpp.org/extensions/xep-0160.html'>http://www.xmpp.org/extensions/xep-0160.html</link>&gt;.</note>" >
<!ENTITY xep0161 "<span class='ref'>SPIM Reporting</span> <note>XEP-0161: SPIM Reporting &lt;<link url='http://www.xmpp.org/extensions/xep-0161.html'>http://www.xmpp.org/extensions/xep-0161.html</link>&gt;.</note>" >
<!ENTITY xep0162 "<span class='ref'>Best Practices for Roster and Subscription Management</span> <note>XEP-0162: Best Practices for Roster and Subscription Management &lt;<link url='http://www.xmpp.org/extensions/xep-0162.html'>http://www.xmpp.org/extensions/xep-0162.html</link>&gt;.</note>" >
<!ENTITY xep0163 "<span class='ref'>Personal Eventing via Pubsub</span> <note>XEP-0163: Personal Eventing via Pubsub &lt;<link url='http://www.xmpp.org/extensions/xep-0163.html'>http://www.xmpp.org/extensions/xep-0163.html</link>&gt;.</note>" >
<!ENTITY xep0164 "<span class='ref'>vCard Filtering</span> <note>XEP-0164: vCard Filtering &lt;<link url='http://www.xmpp.org/extensions/xep-0164.html'>http://www.xmpp.org/extensions/xep-0164.html</link>&gt;.</note>" >
<!ENTITY xep0165 "<span class='ref'>Best Practices to Prevent JID Mimicking</span> <note>XEP-0165: Best Practices to Prevent JID Mimicking &lt;<link url='http://www.xmpp.org/extensions/xep-0165.html'>http://www.xmpp.org/extensions/xep-0165.html</link>&gt;.</note>" >
<!ENTITY xep0166 "<span class='ref'>Jingle</span> <note>XEP-0166: Jingle &lt;<link url='http://www.xmpp.org/extensions/xep-0166.html'>http://www.xmpp.org/extensions/xep-0166.html</link>&gt;.</note>" >
<!ENTITY xep0167 "<span class='ref'>Jingle Audio Content Description Format</span> <note>XEP-0167: Jingle Audio Content Description Format &lt;<link url='http://www.xmpp.org/extensions/xep-0167.html'>http://www.xmpp.org/extensions/xep-0167.html</link>&gt;.</note>" >
<!ENTITY xep0168 "<span class='ref'>Resource Application Priority</span> <note>XEP-0168: Resource Application Priority &lt;<link url='http://www.xmpp.org/extensions/xep-0168.html'>http://www.xmpp.org/extensions/xep-0168.html</link>&gt;.</note>" >
<!ENTITY xep0169 "<span class='ref'>Twas The Night Before Christmas (Jabber Version)</span> <note>XEP-0169: Twas The Night Before Christmas (Jabber Version) &lt;<link url='http://www.xmpp.org/extensions/xep-0169.html'>http://www.xmpp.org/extensions/xep-0169.html</link>&gt;.</note>" >
<!ENTITY xep0170 "<span class='ref'>Recommended Order of Stream Feature Negotiation</span> <note>XEP-0170: Recommended Order of Stream Feature Negotiation &lt;<link url='http://www.xmpp.org/extensions/xep-0170.html'>http://www.xmpp.org/extensions/xep-0170.html</link>&gt;.</note>" >
<!ENTITY xep0171 "<span class='ref'>Language Translation</span> <note>XEP-0171: Language Translation &lt;<link url='http://www.xmpp.org/extensions/xep-0171.html'>http://www.xmpp.org/extensions/xep-0171.html</link>&gt;.</note>" >
<!ENTITY xep0172 "<span class='ref'>User Nickname</span> <note>XEP-0172: User Nickname &lt;<link url='http://www.xmpp.org/extensions/xep-0172.html'>http://www.xmpp.org/extensions/xep-0172.html</link>&gt;.</note>" >
<!ENTITY xep0173 "<span class='ref'>Pubsub Subscription Storage</span> <note>XEP-0173: Pubsub Subscription Storage &lt;<link url='http://www.xmpp.org/extensions/xep-0173.html'>http://www.xmpp.org/extensions/xep-0173.html</link>&gt;.</note>" >
<!ENTITY xep0174 "<span class='ref'>Link-Local Messaging</span> <note>XEP-0174: Link-Local Messaging &lt;<link url='http://www.xmpp.org/extensions/xep-0174.html'>http://www.xmpp.org/extensions/xep-0174.html</link>&gt;.</note>" >
<!ENTITY xep0175 "<span class='ref'>Best Practices for Use of SASL ANONYMOUS</span> <note>XEP-0175: Best Practices for Use of SASL ANONYMOUS &lt;<link url='http://www.xmpp.org/extensions/xep-0175.html'>http://www.xmpp.org/extensions/xep-0175.html</link>&gt;.</note>" >
<!ENTITY xep0176 "<span class='ref'>Jingle RTP-ICE Transport Method</span> <note>XEP-0176: Jingle RTP-ICE Transport Method &lt;<link url='http://www.xmpp.org/extensions/xep-0176.html'>http://www.xmpp.org/extensions/xep-0176.html</link>&gt;.</note>" >
<!ENTITY xep0177 "<span class='ref'>Jingle Raw UDP Transport Method </span> <note>XEP-0177: Jingle Raw UDP Transport Method &lt;<link url='http://www.xmpp.org/extensions/xep-0177.html'>http://www.xmpp.org/extensions/xep-0177.html</link>&gt;.</note>" >
<!ENTITY xep0178 "<span class='ref'>Best Practices for Use of SASL EXTERNAL</span> <note>XEP-0178: Best Practices for Use of SASL EXTERNAL &lt;<link url='http://www.xmpp.org/extensions/xep-0178.html'>http://www.xmpp.org/extensions/xep-0178.html</link>&gt;.</note>" >
<!ENTITY xep0179 "<span class='ref'>Jingle IAX Transport Method </span> <note>XEP-0179: Jingle IAX Transport Method &lt;<link url='http://www.xmpp.org/extensions/xep-0179.html'>http://www.xmpp.org/extensions/xep-0179.html</link>&gt;.</note>" >
<!ENTITY xep0180 "<span class='ref'>Jingle Video Content Description Format </span> <note>XEP-0180: Jingle Video Content Description Format &lt;<link url='http://www.xmpp.org/extensions/xep-0180.html'>http://www.xmpp.org/extensions/xep-0180.html</link>&gt;.</note>" >
<!ENTITY xep0181 "<span class='ref'>Jingle DTMF </span> <note>XEP-0181: Jingle DTMF &lt;<link url='http://www.xmpp.org/extensions/xep-0181.html'>http://www.xmpp.org/extensions/xep-0181.html</link>&gt;.</note>" >
<!ENTITY xep0182 "<span class='ref'>Application-Specific Error Conditions </span> <note>XEP-0182: Application-Specific Error Conditions &lt;<link url='http://www.xmpp.org/extensions/xep-0182.html'>http://www.xmpp.org/extensions/xep-0182.html</link>&gt;.</note>" >
<!ENTITY xep0183 "<span class='ref'>Jingle Telepathy Transport Method </span> <note>XEP-0183: Jingle Telepathy Transport Method &lt;<link url='http://www.xmpp.org/extensions/xep-0183.html'>http://www.xmpp.org/extensions/xep-0183.html</link>&gt;.</note>" >
<!ENTITY xep0184 "<span class='ref'>Message Receipts </span> <note>XEP-0184: Message Receipts &lt;<link url='http://www.xmpp.org/extensions/xep-0184.html'>http://www.xmpp.org/extensions/xep-0184.html</link>&gt;.</note>" >
<!ENTITY xep0185 "<span class='ref'>Dialback Key Generation and Validation </span> <note>XEP-0185: Dialback Key Generation and Validation &lt;<link url='http://www.xmpp.org/extensions/xep-0185.html'>http://www.xmpp.org/extensions/xep-0185.html</link>&gt;.</note>" >
<!ENTITY xep0186 "<span class='ref'>Invisible Command</span> <note>XEP-0186: Invisible Command &lt;<link url='http://www.xmpp.org/extensions/xep-0186.html'>http://www.xmpp.org/extensions/xep-0186.html</link>&gt;.</note>" >
<!ENTITY xep0187 "<span class='ref'>Offline Encrypted Sessions</span> <note>XEP-0187: Offline Encrypted Sessions &lt;<link url='http://www.xmpp.org/extensions/xep-0187.html'>http://www.xmpp.org/extensions/xep-0187.html</link>&gt;.</note>" >
<!ENTITY xep0188 "<span class='ref'>Cryptographic Design of Encrypted Sessions</span> <note>XEP-0188: Cryptographic Design of Encrypted Sessions &lt;<link url='http://www.xmpp.org/extensions/xep-0188.html'>http://www.xmpp.org/extensions/xep-0188.html</link>&gt;.</note>" >
<!ENTITY xep0189 "<span class='ref'>Public Key Publishing</span> <note>XEP-0189: Public Key Publishing &lt;<link url='http://www.xmpp.org/extensions/xep-0189.html'>http://www.xmpp.org/extensions/xep-0189.html</link>&gt;.</note>" >
<!ENTITY xep0190 "<span class='ref'>Best Practice for Closing Idle Streams</span> <note>XEP-0190: Best Practice for Closing Idle Streams &lt;<link url='http://www.xmpp.org/extensions/xep-0190.html'>http://www.xmpp.org/extensions/xep-0190.html</link>&gt;.</note>" >
<!ENTITY xep0191 "<span class='ref'>Simple Communications Blocking</span> <note>XEP-0191: Simple Communications Blocking &lt;<link url='http://www.xmpp.org/extensions/xep-0191.html'>http://www.xmpp.org/extensions/xep-0191.html</link>&gt;.</note>" >
<!ENTITY xep0192 "<span class='ref'>Proposed Stream Feature Improvements</span> <note>XEP-0192: Proposed Stream Feature Improvements &lt;<link url='http://www.xmpp.org/extensions/xep-0192.html'>http://www.xmpp.org/extensions/xep-0192.html</link>&gt;.</note>" >
<!ENTITY xep0193 "<span class='ref'>Proposed Resource Binding Improvements</span> <note>XEP-0193: Proposed Resource Binding Improvements &lt;<link url='http://www.xmpp.org/extensions/xep-0193.html'>http://www.xmpp.org/extensions/xep-0193.html</link>&gt;.</note>" >
<!ENTITY xep0194 "<span class='ref'>User Chatting</span> <note>XEP-0194: User Chatting &lt;<link url='http://www.xmpp.org/extensions/xep-0194.html'>http://www.xmpp.org/extensions/xep-0194.html</link>&gt;.</note>" >
<!ENTITY xep0195 "<span class='ref'>User Browsing</span> <note>XEP-0195: User Browsing &lt;<link url='http://www.xmpp.org/extensions/xep-0195.html'>http://www.xmpp.org/extensions/xep-0195.html</link>&gt;.</note>" >
<!ENTITY xep0196 "<span class='ref'>User Gaming</span> <note>XEP-0196: User Gaming &lt;<link url='http://www.xmpp.org/extensions/xep-0196.html'>http://www.xmpp.org/extensions/xep-0196.html</link>&gt;.</note>" >
<!ENTITY xep0197 "<span class='ref'>User Viewing</span> <note>XEP-0197: User Viewing &lt;<link url='http://www.xmpp.org/extensions/xep-0197.html'>http://www.xmpp.org/extensions/xep-0197.html</link>&gt;.</note>" >
<!ENTITY xep0198 "<span class='ref'>Stanza Acknowledgements</span> <note>XEP-0198: Stanza Acknowledgements &lt;<link url='http://www.xmpp.org/extensions/xep-0198.html'>http://www.xmpp.org/extensions/xep-0198.html</link>&gt;.</note>" >
<!ENTITY xep0199 "<span class='ref'>XMPP Ping</span> <note>XEP-0199: XMPP Ping &lt;<link url='http://www.xmpp.org/extensions/xep-0199.html'>http://www.xmpp.org/extensions/xep-0199.html</link>&gt;.</note>" >
<!ENTITY xep0200 "<span class='ref'>Stanza Encryption</span> <note>XEP-0200: Stanza Encryption &lt;<link url='http://www.xmpp.org/extensions/xep-0200.html'>http://www.xmpp.org/extensions/xep-0200.html</link>&gt;.</note>" >
<!ENTITY xep0201 "<span class='ref'>Best Practices for Message Threads</span> <note>XEP-0201: Best Practices for Message Threads &lt;<link url='http://www.xmpp.org/extensions/xep-0201.html'>http://www.xmpp.org/extensions/xep-0201.html</link>&gt;.</note>" >
<!ENTITY xep0202 "<span class='ref'>Entity Time</span> <note>XEP-0202: Entity Time &lt;<link url='http://www.xmpp.org/extensions/xep-0202.html'>http://www.xmpp.org/extensions/xep-0202.html</link>&gt;.</note>" >
<!ENTITY xep0203 "<span class='ref'>Delayed Delivery</span> <note>XEP-0203: Delayed Delivery &lt;<link url='http://www.xmpp.org/extensions/xep-0203.html'>http://www.xmpp.org/extensions/xep-0203.html</link>&gt;.</note>" >