diff --git a/src/XMPPConnection.h b/src/XMPPConnection.h index 00f91e5..1bc7a67 100644 --- a/src/XMPPConnection.h +++ b/src/XMPPConnection.h @@ -69,7 +69,7 @@ #endif { - SSLSocket *sock; + id sock; OFXMLParser *parser, *oldParser; OFXMLElementBuilder *elementBuilder, *oldElementBuilder; OFString *username, *password, *server, *resource;