UNPKG
@xmpp/tls
Version:
latest (0.13.3)
0.13.3
0.13.1
0.13.0
0.12.1
0.12.0
0.11.0
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.4
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
XMPP TLS for JavaScript
github.com/xmppjs/xmpp.js/tree/main/packages/tls
@xmpp/tls
/
index.js
8 lines
(5 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
const
ConnectionTLS
=
require
(
"./lib/Connection"
);
module
.
exports
=
function
tls
(
{ entity }
) { entity.
transports
.
push
(
ConnectionTLS
); };