go-xmpp
go-xmpp copied to clipboard
Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)
Hi! I've recently realized that in 42wim/matterbridge#209 I promised to file a bug upstream (here) but never did. I'm not too sure of the details of what's going on, but...
- implement User Search https://xmpp.org/extensions/xep-0055.xml - implement In band registration, change password, and remove account https://xmpp.org/extensions/xep-0077.html
Just to make requests in conventional way. In my case it is disco#info to MUC.
https://xmpp.org/extensions/xep-0055.html
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.
In this PR, I added a Prefix for ID generation, since some applications use prefix in ID for some logics. Also I added a Markable flag to the Chat struct,...
It would be nice to add support for upload files using this xep: https://xmpp.org/extensions/xep-0363.html Basically consists in upload the file to the xmpp server and share de url link. Some...
FYI https://github.com/mattermost/xml-roundtrip-validator/blob/master/advisories/unstable-attributes.md https://github.com/mattermost/xml-roundtrip-validator/blob/master/advisories/unstable-directives.md https://github.com/mattermost/xml-roundtrip-validator/blob/master/advisories/unstable-elements.md
If this library is intended to be developed by various developers, a better documentation (both comments in the source and external text files) should be developed. Perhaps a raw txt...
http://xmpp.org/extensions/xep-0045.html