fix example

This commit is contained in:
Specode
2013-10-21 03:07:59 +00:00
parent c88c22763a
commit ba140e5eb7
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package main
import (
"github.com/mattn/go-xmpp"
"github.com/mattn/go-gtk/gtk"
"github.com/mattn/go-xmpp"
"log"
"os"
"strings"
@@ -67,7 +67,7 @@ func main() {
os.Exit(0)
}
talk, err := xmpp.NewClient("talk.google.com:443", username_, password_)
talk, err := xmpp.NewClient("talk.google.com:443", username_, password_, false)
if err != nil {
log.Fatal(err)
}