diff options
author | xengineering <me@xengineering.eu> | 2023-06-28 09:50:28 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-06-28 09:50:28 +0200 |
commit | e32245f371927f80c0f0b0b43bc9e7435ee28a27 (patch) | |
tree | f6ed78592693f0c85d0b247ce6db0b3cd91f62b6 | |
parent | c600e10faf59e96be6b0ad440bd4c5d8cc13d38a (diff) | |
download | limox-e32245f371927f80c0f0b0b43bc9e7435ee28a27.tar limox-e32245f371927f80c0f0b0b43bc9e7435ee28a27.tar.zst limox-e32245f371927f80c0f0b0b43bc9e7435ee28a27.zip |
Temporarily drop SASL auth
This prepares the switch to stream pairs.
-rw-r--r-- | xmpp/session.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmpp/session.go b/xmpp/session.go index e0819da..8b2d4ab 100644 --- a/xmpp/session.go +++ b/xmpp/session.go @@ -52,8 +52,6 @@ func (s *session) run() { s.openStream() defer s.closeStreams() - s.sasl() - s.out <- SessionConnect{} for { |