From 302b2603d8d96956f47bc575c63a86ac55c87ea3 Mon Sep 17 00:00:00 2001
From: Philipp Balzarek
Date: Mon, 10 Mar 2014 15:30:55 +0100
Subject: [PATCH] remove superfluous field from default StreamConfiguration
---
source/Network/Xmpp/Types.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/source/Network/Xmpp/Types.hs b/source/Network/Xmpp/Types.hs
index 541e44a..15cda29 100644
--- a/source/Network/Xmpp/Types.hs
+++ b/source/Network/Xmpp/Types.hs
@@ -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.