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

@@ -16,8 +16,7 @@ import (
func main() {
config := xmpp.Config{
TransportConfiguration: xmpp.TransportConfiguration{
// Address: "localhost:5222",
Address: "ws://127.0.0.1:5280/xmpp",
Address: "localhost:5222",
},
Jid: "test@localhost",
Credential: xmpp.Password("test"),