# HG changeset patch # User Matthew Wild # Date 1678966978 0 # Node ID 6be4182cfb311bf6050de7ceff8f1894e443fee5 # Parent 6c3797c0bb44a56cbfa9add73acd86abb429c7d4 client: Don't enable session plugin by default, that protocol is obsolete diff -r 6c3797c0bb44 -r 6be4182cfb31 client.lua --- a/client.lua Thu Mar 16 11:42:28 2023 +0000 +++ b/client.lua Thu Mar 16 11:42:58 2023 +0000 @@ -100,7 +100,6 @@ self:add_plugin("tls"); self:add_plugin("sasl"); self:add_plugin("bind"); - self:add_plugin("session"); function self.data(conn, data) local ok, err = self.stream:feed(data);