mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 15:16:21 +00:00
Added OTR supported versions in initial start query message
This commit is contained in:
@@ -32,6 +32,12 @@ otrlib_policy(void)
|
||||
return OTRL_POLICY_ALLOW_V1 | OTRL_POLICY_ALLOW_V2 | OTRL_POLICY_ALLOW_V3;
|
||||
}
|
||||
|
||||
char *
|
||||
otrlib_start_query(void)
|
||||
{
|
||||
return "?OTR?v23?";
|
||||
}
|
||||
|
||||
static const char*
|
||||
cb_otr_error_message(void *opdata, ConnContext *context,
|
||||
OtrlErrorCode err_code)
|
||||
|
||||
Reference in New Issue
Block a user