xmpp.go
changeset 41 c8c9e6a7e6c9
parent 38 2839fece923e
child 42 f6bb47ca12f2
--- 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)