diff options
author | nia <nia@pkgsrc.org> | 2018-09-19 20:44:36 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-09-19 20:44:36 +0000 |
commit | 835b2a51fa9dd464613871f911841f01cea518e4 (patch) | |
tree | 818c989fe1e27118cb7ef844638165637a89911c /chat/Makefile | |
parent | 07370f1d8718c25b8cbcc35826ef6d0e104f97e7 (diff) | |
download | pkgsrc-835b2a51fa9dd464613871f911841f01cea518e4.tar.gz |
chat/gajim-plugin-omemo: Import version 2.6.1
OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client
end-to-end encryption. It is an open standard based on a Double Ratchet
and PEP which can be freely used and implemented by anyone. The protocol
has been audited by a third party.
This package contains the OMEMO plugin for Gajim.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index db168a8f14a..88c20cfb2a2 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.204 2018/09/19 20:39:52 nia Exp $ +# $NetBSD: Makefile,v 1.205 2018/09/19 20:44:36 nia Exp $ # COMMENT= Communication programs @@ -28,6 +28,7 @@ SUBDIR+= farstream SUBDIR+= finch SUBDIR+= fisg SUBDIR+= gajim +SUBDIR+= gajim-plugin-omemo SUBDIR+= gale SUBDIR+= gg2 SUBDIR+= gloox |