xmppo / go-xmpp

Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)
https://golang.org/
BSD 3-Clause "New" or "Revised" License
533 stars 167 forks source link

Implement OpenPGP xep-0027 #113

Closed VictorNine closed 5 hours ago

VictorNine commented 5 years ago

Implement OpenPGP (xep-0027) to allow encrypted messages. More info can be found here https://xmpp.org/extensions/xep-0027.html

I have a working proof of concept. I'll try to publish a PR if time allows.

mdosch commented 2 years ago

I think nowadays XEP-0373/XEP-0374 should be implemented rather than the old PGP XEP. I just implemented experimental OpenPGP support for go-sendxmpp (not yet in a release) by using gopenpgp.

mdosch commented 5 hours ago

Closing this as XEP-0027 is obsolete.