diff --git a/xmpp.go b/xmpp.go index d9bbaa7..5762e0c 100644 --- a/xmpp.go +++ b/xmpp.go @@ -44,10 +44,6 @@ const ( // Default TLS configuration options var DefaultConfig tls.Config -func init() { - DefaultConfig.InsecureSkipVerify = true -} - // Cookie is a unique XMPP session identifier type Cookie uint64