1@subheading gsasl_client_support_p
2@anchor{gsasl_client_support_p}
3@deftypefun {int} {gsasl_client_support_p} (Gsasl * @var{ctx}, const char * @var{name})
4@var{ctx}: libgsasl handle.
5
6@var{name}: name of SASL mechanism.
7
8Decide whether there is client-side support for a specified
9mechanism.
10
11Return value: Returns 1 if the libgsasl client supports the named
12mechanism, otherwise 0.
13@end deftypefun
14
15@subheading gsasl_server_support_p
16@anchor{gsasl_server_support_p}
17@deftypefun {int} {gsasl_server_support_p} (Gsasl * @var{ctx}, const char * @var{name})
18@var{ctx}: libgsasl handle.
19
20@var{name}: name of SASL mechanism.
21
22Decide whether there is server-side support for a specified
23mechanism.
24
25Return value: Returns 1 if the libgsasl server supports the named
26mechanism, otherwise 0.
27@end deftypefun
28
29