summaryrefslogtreecommitdiff
path: root/xmpp/streams.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-07-04 22:09:36 +0200
committerxengineering <me@xengineering.eu>2023-07-04 22:09:36 +0200
commitd9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e (patch)
treea317f8dc44ac9828ae5806e1fa1dee7547118619 /xmpp/streams.go
parent4c9c6c91f9dfca9fd17731d5b0e94aaaace4a137 (diff)
downloadlimox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.tar
limox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.tar.zst
limox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.zip
Apply go fmt
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) {