diff options
Diffstat (limited to 'Swiften/Parser/StreamFeaturesParser.h')
| -rw-r--r-- | Swiften/Parser/StreamFeaturesParser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Parser/StreamFeaturesParser.h b/Swiften/Parser/StreamFeaturesParser.h index 20eabdc..9ae5fd8 100644 --- a/Swiften/Parser/StreamFeaturesParser.h +++ b/Swiften/Parser/StreamFeaturesParser.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2010 Isode Limited. | 2 | * Copyright (c) 2010-2015 Isode Limited. |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * See the COPYING file for more information. | 4 | * See the COPYING file for more information. |
| 5 | */ | 5 | */ |
| @@ -26,6 +26,7 @@ namespace Swift { | |||
| 26 | std::string currentText_; | 26 | std::string currentText_; |
| 27 | bool inMechanisms_; | 27 | bool inMechanisms_; |
| 28 | bool inMechanism_; | 28 | bool inMechanism_; |
| 29 | bool inAuthenticationHostname_; | ||
| 29 | bool inCompression_; | 30 | bool inCompression_; |
| 30 | bool inCompressionMethod_; | 31 | bool inCompressionMethod_; |
| 31 | }; | 32 | }; |
Swift