Update README example after API change

This commit is contained in:
Mickael Remond 2019-06-29 14:58:59 +02:00
parent d90cc239ae
commit 409d563eec
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -54,7 +54,7 @@ func main() {
Address: "localhost:5222", Address: "localhost:5222",
Jid: "test@localhost", Jid: "test@localhost",
Password: "test", Password: "test",
PacketLogger: os.Stdout, StreamLogger: os.Stdout,
Insecure: true, Insecure: true,
} }