UNPKG
junction
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Essential XMPP middleware for Node.js.
jaredhanson/junction
junction
/
lib
/
junction
/
stanza.js
11 lines
(10 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Send stanza. * * Response stanzas prepared by Junction are extended with this function. * *
@api
public
*/
exports
.
send
=
function
(
) {
this
.
connection
.
send
(
this
); }