diff --git a/xmpp.go b/xmpp.go index e2a2b46..78517b4 100644 --- a/xmpp.go +++ b/xmpp.go @@ -566,7 +566,7 @@ func (c *Client) startStream(o *Options, domain string) (*streamFeatures, error) } _, err := fmt.Fprintf(c.conn, "\n"+ - "\n", xmlEscape(domain), nsClient, nsStream) if err != nil {