Update examples

This commit is contained in:
Mickael Remond
2019-10-29 14:39:58 +01:00
parent 2f8ec7b36f
commit ef2c0b465e
3 changed files with 52 additions and 3 deletions

View File

@@ -94,7 +94,9 @@ import (
func main() {
config := xmpp.Config{
Address: "localhost:5222",
TransportConfiguration: xmpp.TransportConfiguration{
Address: "localhost:5222",
},
Jid: "test@localhost",
Credential: xmpp.Password("Test"),
StreamLogger: os.Stdout,