summaryrefslogtreecommitdiff
path: root/xmpp/streams.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/streams.go')
-rw-r--r--xmpp/streams.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/streams.go b/xmpp/streams.go
index ec16a02..9f6ffe8 100644
--- a/xmpp/streams.go
+++ b/xmpp/streams.go
@@ -7,7 +7,7 @@ import (
type streamFeatures struct {
SaslMechanisms []string `xml:"urn:ietf:params:xml:ns:xmpp-sasl mechanisms>mechanism"`
- Bind *bool `xml:"urn:ietf:params:xml:ns:xmpp-bind bind,omitempty"`
+ Bind *bool `xml:"urn:ietf:params:xml:ns:xmpp-bind bind,omitempty"`
}
func handleStreamFeatures(s *session, f streamFeatures) {