This commit is contained in:
cx uname 2013-01-29 23:55:12 +04:00
parent 148649e632
commit 709f506058
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
func main() {
Conn, err := xmpp.Dial("xmpp.ru:5222", "hypnotoad", "xmpp.ru", "password", "ic", nil)
Conn, err := xmpp.Dial("xmpp.ru:5222", "hypnotoad", "xmpp.ru", "password", "gsend", nil)
if err != nil {
println(err)
return