func Init() { C.init_xmpp_library() clients = make(map[int]*Client) }
func Init() { C.init_xmpp_library() clients = make(map[string]*Client) }