diff options
Diffstat (limited to 'xmpp/streams.go')
-rw-r--r-- | xmpp/streams.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/streams.go b/xmpp/streams.go index 8f6fd03..b9cd4cd 100644 --- a/xmpp/streams.go +++ b/xmpp/streams.go @@ -6,7 +6,7 @@ import ( ) type streamFeatures struct { - SaslMechanisms []string `xml:"mechanisms>mechanism"` + SaslMechanisms []string `xml:"urn:ietf:params:xml:ns:xmpp-sasl mechanisms>mechanism"` } func handleStreamFeatures(s *session, f streamFeatures) { |