anotherim-desktop/libdino/src/entity/encryption.vala
2021-04-09 22:23:13 +02:00

11 lines
131 B
Vala

namespace Dino.Entities {
public enum Encryption {
NONE,
PGP,
OMEMO,
DTLS_SRTP,
SRTP,
}
}