Add TODO comment about renaming XMPPError to StanzaError

This commit is contained in:
Florian Schmaus 2017-06-17 11:41:07 +02:00
parent 759a7d7a70
commit 8038b7a3e1
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ import org.jivesoftware.smack.util.XmlStringBuilder;
* @author Matt Tucker
* @see <a href="http://xmpp.org/rfcs/rfc6120.html#stanzas-error-syntax">RFC 6120 - 8.3.2 Syntax: The Syntax of XMPP error stanzas</a>
*/
// TODO Rename this class to StanzaError (RFC 6120 § 8.3) in Smack 4.3, as this is what this class actually is. SMACK-769
// TODO Use StanzaErrorTextElement here.
public class XMPPError extends AbstractError {
public static final String NAMESPACE = "urn:ietf:params:xml:ns:xmpp-stanzas";