summaryrefslogtreecommitdiff
path: root/xmpp/jid.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/jid.go
parent4c9c6c91f9dfca9fd17731d5b0e94aaaace4a137 (diff)
downloadlimox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.tar
limox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.tar.zst
limox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.zip
Apply go fmt
Diffstat (limited to 'xmpp/jid.go')
-rw-r--r--xmpp/jid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/jid.go b/xmpp/jid.go
index c732027..9580ad5 100644
--- a/xmpp/jid.go
+++ b/xmpp/jid.go
@@ -43,7 +43,7 @@ func username(jid string) string {
type bindRequest struct {
Bind struct {
- Xmlns string `xml:"xmlns,attr"`
+ Xmlns string `xml:"xmlns,attr"`
Resource struct {
Content string `xml:",chardata"`
} `xml:"resource"`