Property
HaslContext:allow-clear-text
unstable since: 1.0
Description [src]
Determines where or not mechanisms that depend on transport layer encryption like TLS are allowed to be used on a non-TLS connection.
If HaslContext:tls is FALSE, then these mechanisms, like
the PLAIN mechanism will only be attempted if this property is TRUE.
| Type: | gboolean |
| Available since: | 1.0 |
| Default value | FALSE |
| Getter method | hasl_context_get_allow_clear_text() |
| Setter method | hasl_context_set_allow_clear_text() |