Browse Source

remove superfluous field from default StreamConfiguration

master
Philipp Balzarek 12 years ago
parent
commit
302b2603d8
  1. 1
      source/Network/Xmpp/Types.hs

1
source/Network/Xmpp/Types.hs

@ -1223,7 +1223,6 @@ instance Default StreamConfiguration where
, establishSession = True , establishSession = True
, tlsBehaviour = PreferTls , tlsBehaviour = PreferTls
, tlsParams = xmppDefaultParams , tlsParams = xmppDefaultParams
, tlsOverrideHostname = Nothing
} }
-- | How the client should behave in regards to TLS. -- | How the client should behave in regards to TLS.

Loading…
Cancel
Save