diff options
| author | Remko Tronçon <git@el-tramo.be> | 2009-11-10 22:06:59 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2009-11-10 22:06:59 (GMT) |
| commit | f76e39f30966279a10a9ba97271cebdc3cba2c4d (patch) | |
| tree | 486514e62ce717b607b9af8a13db3b0fceddf46c /Swiften/Client/ClientSession.h | |
| parent | 80a67051508b7a2f59e0ded9d1dd4df490d44ec2 (diff) | |
| download | swift-f76e39f30966279a10a9ba97271cebdc3cba2c4d.zip swift-f76e39f30966279a10a9ba97271cebdc3cba2c4d.tar.bz2 | |
Fix error messages.
Diffstat (limited to 'Swiften/Client/ClientSession.h')
| -rw-r--r-- | Swiften/Client/ClientSession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Client/ClientSession.h b/Swiften/Client/ClientSession.h index e09861b..795a09e 100644 --- a/Swiften/Client/ClientSession.h +++ b/Swiften/Client/ClientSession.h @@ -36,6 +36,7 @@ namespace Swift { UnexpectedElementError, ResourceBindError, SessionStartError, + TLSClientCertificateError, TLSError, } type; Error(Type type) : type(type) {} |
Swift