mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 04:07:07 +00:00
10 lines
412 B
Go
10 lines
412 B
Go
//go:build !signal_legacy
|
|
|
|
package libsignal
|
|
|
|
// ProtocolV4Supported reports whether this build links a library capable
|
|
// of modern OMEMO (protocol v4, shared by OMEMO 1/urn:xmpp:omemo:1 and
|
|
// OMEMO 2/urn:xmpp:omemo:2), as opposed to only legacy/siacs OMEMO
|
|
// (protocol v3). Callers should check this before advertising or
|
|
// negotiating anything beyond the legacy namespace.
|
|
const ProtocolV4Supported = true
|