diff --git a/smack-core/src/main/java/org/jivesoftware/smack/sasl/SASLError.java b/smack-core/src/main/java/org/jivesoftware/smack/sasl/SASLError.java index ef8b72e16..83ed6e124 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/sasl/SASLError.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/sasl/SASLError.java @@ -1,6 +1,6 @@ /** * - * Copyright 2014 Florian Schmaus + * Copyright 2014-2016 Florian Schmaus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,6 +19,11 @@ package org.jivesoftware.smack.sasl; import java.util.logging.Level; import java.util.logging.Logger; +/** + * The SASL error condition. + * + * @see RFC 6120 ยง 6.5, SASL Errors + */ public enum SASLError { aborted,