1SASL_IDLE(3) Cyrus SASL SASL_IDLE(3)
2
3
4
6 sasl_idle - Cyrus SASL documentation
7
9 #include <sasl/sasl.h>
10
11 int sasl_idle( sasl_conn_t *conn)
12
14 int sasl_idle(sasl_conn_t *conn)
15 sasl_idle() may be called during an idle period to allow the
16 SASL library or any mechanisms to perform any necessary precal‐
17 culation.
18
19 Parameters
20
21 • conn – may be NULL to do precalculation prior to a con‐
22 nection taking place.
23
25 Returns 1 if action was taken, 0 if no action was taken.
26
28 RFC 4422,:saslman:sasl(3)
29
31 The Cyrus Team
32
34 1993-2016, The Cyrus Team
35
36
37
38
392.1.28 February 18, 2022 SASL_IDLE(3)