From d7a537267e8bf5631e29ed97218e213da88f3490 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 30 Jun 2023 13:33:14 +0200 Subject: Implement basic handler for failed SASL auth Writing to the log is still better than doing nothing ... --- xmpp/router.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmpp/router.go') diff --git a/xmpp/router.go b/xmpp/router.go index 84256bb..9d69033 100644 --- a/xmpp/router.go +++ b/xmpp/router.go @@ -24,6 +24,7 @@ func getRoutingTable() routingTable { return routingTable{ {xml.Name{`http://etherx.jabber.org/streams`, `features`}, streamFeaturesHandler}, {xml.Name{`urn:ietf:params:xml:ns:xmpp-sasl`, `success`}, saslSuccessHandler}, + {xml.Name{`urn:ietf:params:xml:ns:xmpp-sasl`, `failure`}, saslFailureHandler}, } } -- cgit v1.2.3-70-g09d2