XEP-0030: List the proper namespace in the schemaloc ns element.

This commit is contained in:
Emmanuel Gil Peyrot 2016-10-13 23:13:55 +01:00
parent e0e63a2793
commit a197ca1baa
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@
<supersededby/>
<shortname>disco</shortname>
<schemaloc>
<ns>disco#info</ns>
<ns>http://jabber.org/protocol/disco#info</ns>
<url>http://www.xmpp.org/schemas/disco-info.xsd</url>
</schemaloc>
<schemaloc>
<ns>disco#items</ns>
<ns>http://jabber.org/protocol/disco#items</ns>
<url>http://www.xmpp.org/schemas/disco-items.xsd</url>
</schemaloc>
<registry/>