Changed XEP-031 to XEP-0131

This commit is contained in:
adiaholic 2019-05-04 14:18:46 +05:30
parent 3b657d36c4
commit 1554a33518
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import org.jivesoftware.smack.packet.NamedElement;
import org.jivesoftware.smack.util.XmlStringBuilder;
/**
* Represents a <b>Header</b> entry as specified by the <a href="http://xmpp.org/extensions/xep-031.html">Stanza Headers and Internet Metadata (SHIM)</a>.
* Represents a <b>Header</b> entry as specified by the <a href="http://xmpp.org/extensions/xep-0131.html">Stanza Headers and Internet Metadata (SHIM)</a>.
* @author Robin Collier
*/