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

Loading…
Cancel
Save