Results 108 comments of Martin

Can you check whether that's still the case? I have added filtering of invalid Unicode and symbols illegal in XML recently. Maybe that fixed this behavior.

As this issue is pretty old and there was no feedback I'll close this. Feel free to open a new issue if this is still an issue.

I agree with Sam and eleksir, therefore I'm going to close this.

I implemented http-upload myself, maybe you can re-use some of that stuff: https://salsa.debian.org/mdosch/go-sendxmpp/-/blob/master/httpupload.go

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](https://salsa.debian.org/mdosch/go-sendxmpp) (not yet in a release) by using [gopenpgp](https://github.com/ProtonMail/gopenpgp).

Closing this as XEP-0027 is obsolete.

@dkg I just uploaded an build of gosop that uses gopenpgp v3 alpha to experimental: ``` gosop version --extended gosop 2.0.0-alpha GopenPGP 3.0.0-alpha.3 Compiled using go1.22.6 ``` Although it identifies...