diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-06-30 03:33:51 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-06-30 03:33:51 +0300 |
commit | e2edbe37ea47eef9366a0d9d6b38228cdfec015a (patch) | |
tree | 500423cd451203cc500f9e97be99b5b30fa8f991 /xmpp/handlers.go | |
parent | 501c1a7daa44843b1c43502167750bbb3465555d (diff) |
gofmt
Diffstat (limited to 'xmpp/handlers.go')
-rw-r--r-- | xmpp/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/handlers.go b/xmpp/handlers.go index 1d8f2bd..7c671d9 100644 --- a/xmpp/handlers.go +++ b/xmpp/handlers.go @@ -474,7 +474,7 @@ func makeVCardPayload(typ byte, id, fn, photo, nickname, given, family, tel, inf Node: NodeVCard4, List: []stanza.Item{ stanza.Item{ - Id: id, + Id: id, Any: &stanza.Node{ XMLName: xml.Name{Local: "vcard"}, Attrs: []xml.Attr{ |