UNPKG

junction

Version:

Essential XMPP middleware for Node.js.

11 lines (10 loc) 179 B
/** * Send stanza. * * Response stanzas prepared by Junction are extended with this function. * * @api public */ exports.send = function() { this.connection.send(this); }