4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-28 19:39:24 +00:00

Update vendor/github.com/mattn/go-xmpp

This commit is contained in:
Wim
2017-11-08 23:04:23 +01:00
parent 4fc48b5aa4
commit 639f9cf966
3 changed files with 8 additions and 5 deletions

View File

@ -90,7 +90,8 @@ func (c *Client) JoinProtectedMUC(jid, nick string, password string, history_typ
case NoHistory:
return fmt.Fprintf(c.conn, "<presence to='%s/%s'>\n" +
"<x xmlns='%s'>\n" +
"<password>%s</password>\n"+
"<password>%s</password>" +
"</x>\n" +
"</presence>",
xmlEscape(jid), xmlEscape(nick), nsMUC, xmlEscape(password))
case CharHistory: