Skip to content

Commit cb1e223

Browse files
committedMay 7, 2019
Security providers configuration
Signed-off-by: Daniele Ricci <daniele@casaricci.it>
1 parent 288f8f7 commit cb1e223

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎data/init.properties.in.dist

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ sess-man/plugins-conf/kontalk\:jabber\:iq\:register/dummy-sender=123456
3232
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/security[s]=throttling-ip,throttling-phone,throttling-prefix
3333

3434
# IP-based throttling: delay in seconds
35-
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling/ip/delay[I]=60
35+
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling-ip.delay[I]=30
3636
# IP-based throttling: max attempts before triggering throttling
37-
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling/ip/trigger-attempts[I]=3
37+
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling-ip.trigger-attempts[I]=3
3838

3939
# phone-based throttling: delay in seconds
40-
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling/phone/delay[I]=60
40+
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling-phone.delay[I]=30
4141
# phone-based throttling: max attempts before triggering throttling
42-
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling/phone/trigger-attempts[I]=3
42+
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling-phone.trigger-attempts[I]=3
4343

4444
# prefix-based throttling: delay in seconds
45-
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling/prefix/delay[I]=60
45+
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling-prefix.delay[I]=30
4646
# prefix-based throttling: max attempts before triggering throttling
47-
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling/prefix/trigger-attempts[I]=3
47+
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling-prefix.trigger-attempts[I]=3
4848
# prefix-based throttling: most significant digits to consider (excluding the plus sign)
49-
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling/prefix/length[I]=6
49+
sess-man/plugins-conf/kontalk\:jabber\:iq\:register/throttling-prefix.length[I]=6
5050

5151
# Endpoints configuration
5252
# All endpoints must declare a clientCertCA pointing to a valid certificate chain file

0 commit comments

Comments
 (0)
Please sign in to comment.