Method
HaslContextdone
since: 0.4
Declaration [src]
void
hasl_context_done (
HaslContext* ctx
)
Description [src]
Sets the context to done and resets it.
This should be called after after you’re done with the context, but might want to use it again later to negotiate SASL again.
An example of this is when services on IRC go down and come back up. After your initial login, we would mark the context as done so that you can reuse it when they come back. Of course marking it as done after that negotiation as well.
Available since: 0.4