Lines Matching refs:stanza
55 * A function called when an IQ stanza is received.
56 * @param {string} stanza The IQ stanza.
59 this.onIq_ = function(stanza) {};
111 * Sends an IQ stanza.
113 * @param {string} stanza An IQ stanza.
116 remoting.Wcs.prototype.sendIq = function(stanza) {
117 this.wcsIqClient_.sendIq(stanza);
121 * Sets the function called when an IQ stanza is received.
123 * @param {function(string): void} onIq The function called when an IQ stanza