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:
3
vendor/github.com/mattn/go-xmpp/xmpp_muc.go
generated
vendored
3
vendor/github.com/mattn/go-xmpp/xmpp_muc.go
generated
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user