Versions in this module Expand all Collapse all v0 v0.3.1 Jul 18, 2016 Changes in this version + const LogDebug + const LogError + const LogInfo + const REPLY_DENY + const REPLY_OK + const REPLY_UNREACHABLE + const TYPE_SEND_IQ + const TYPE_SEND_MESSAGE + var Addr = "127.0.0.1:5347" + var ChanAction = make(chan string) + var Debug = true + var JidStr = "" + var Secret = "" + var SoftVersion = "" + var WaitIqMessages = make(map[string]*Client) + var WaitMessageAnswers = make(map[string]*Client) + func Run() + func TransactionID() string + type Client struct + ChanReply chan string + Domain string + IdMap string + JID string + Method string + Transaction string + TypeSend string + func (client *Client) QueryClient()