diff -r 33e7f25f1fd2 -r c8c9e6a7e6c9 xmpp.go --- a/xmpp.go Sat Dec 31 12:11:02 2011 -0700 +++ b/xmpp.go Sun Jan 01 17:19:03 2012 -0700 @@ -125,6 +125,7 @@ extStanza = make(map[string] func(*xml.Name) interface{}) } extStanza[NsRoster] = newRosterQuery + extStanza[NsBind] = newBind // Start the unique id generator. go makeIds(idCh)