Skip to content

Commit

Permalink
XEP-0485: Fix external entity declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk authored and iNPUTmice committed Sep 17, 2024
1 parent 1369b7b commit 5dc7919
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xep-0485.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE xep SYSTEM 'xep.dtd' [
<!ENTITY % ents SYSTEM '../xep.ent'>
%ents;
]>
<!ENTITY % ents SYSTEM 'xep.ent'>
%ents;
]>
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
<xep xmlns="">
<xep>
<header>
<title>PubSub Server Information</title>
<abstract>This document defines a data format whereby basic information of an XMPP domain can be expressed and exposed over pub-sub.</abstract>
Expand Down

0 comments on commit 5dc7919

Please sign in to comment.