UNPKG
tephra
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.14
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
An event-driven RADIUS server micro-framework
github.com/io-digital/tephra
io-digital/tephra
tephra
/
src
/
accounting_respond.js
19 lines
(17 loc)
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module
.
exports
=
function
accounting_respond
(
decoded, rinfo, attributes, vendor_attributes, on_responded
) {
this
.
respond
(
'acct'
, decoded,
'Accounting-Response'
, rinfo, attributes, vendor_attributes, on_responded ||
function
(
) {} ) }