mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-10-27 06:45:34 -07:00
Update examples
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user