mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-17 03:25:33 +00:00
Update vendored modules.
This commit is contained in:
parent
ead44ef99d
commit
3e57ec3603
4
vendor/github.com/xmppo/go-xmpp/xmpp.go
generated
vendored
4
vendor/github.com/xmppo/go-xmpp/xmpp.go
generated
vendored
@ -975,9 +975,9 @@ func (c *Client) startStream(o *Options, domain string) (*streamFeatures, error)
|
||||
}
|
||||
|
||||
_, err := fmt.Fprintf(c.stanzaWriter, "<?xml version='1.0'?>"+
|
||||
"<stream:stream to='%s' xmlns='%s'"+
|
||||
"<stream:stream from='%s' to='%s' xmlns='%s'"+
|
||||
" xmlns:stream='%s' version='1.0'>\n",
|
||||
xmlEscape(domain), nsClient, nsStream)
|
||||
xmlEscape(o.User), xmlEscape(domain), nsClient, nsStream)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user