diff options
Diffstat (limited to 'Swiften/Elements')
-rw-r--r-- | Swiften/Elements/StreamError.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Elements/StreamError.h b/Swiften/Elements/StreamError.h index a480d5a..4311055 100644 --- a/Swiften/Elements/StreamError.h +++ b/Swiften/Elements/StreamError.h @@ -30,8 +30,10 @@ namespace Swift { InvalidNamespace, InvalidXML, NotAuthorized, + NotWellFormed, PolicyViolation, RemoteConnectionFailed, + Reset, ResourceConstraint, RestrictedXML, SeeOtherHost, @@ -40,7 +42,6 @@ namespace Swift { UnsupportedEncoding, UnsupportedStanzaType, UnsupportedVersion, - XMLNotWellFormed, }; StreamError(Type type = UndefinedCondition, const String& text = String()) : type_(type), text_(text) { } |