xmpp.js
xmpp.js copied to clipboard
XEPs and RFCs support page with version
It is possible to have a XEPs and RFCs support page with version (XEP-XXXX v1.2)?
Examples:
- https://github.com/UWPX/UWPX-Client/blob/master/README.md
- https://github.com/telldus/xmppjs-client-plugins/blob/master/README.md
- https://github.com/ortuman/jackal/blob/master/README.md
- https://profanity-im.github.io/xeps.html
- https://metronome.im/supported-xeps-list
- https://dev.gajim.org/gajim/gajim/wikis/help/GajimXEPSupport
- https://github.com/jappix/jappix/blob/master/PROTOCOL.md
I think this is a must.
When/if someone starts working on such page then we have started som work on a couple XEPs: https://github.com/telldus/xmppjs-client-plugins
@mickeprag: Whaouuuuuuuuuu! <3 Have you seen with xmppjs team (@astro, @chris-rock, @dodo, @ggozad, @hyperlink, @lloydwatkin, @sonnyp) to integrate?
If you are ready to add a real SCRAM-SHA support: https://github.com/xmppjs/xmpp.js/issues/620
Yeah we had suggested to do that before as well under the xmppjs org if @sonnyp agrees. Here's some we did: https://github.com/Crypho/xmpp-plugins
Nice @ggozad, hope good changes from @sonnyp soon :)
Of course, I'm open to have a list of community plugins/XEPs to README.md Feel free to send a PR.
Regarding hosting/maintaining them under the xmpp.js organization unfortunately I don't think the project is quite ready. There are a few things to figure out such as APIs/conventions/level of abstraction, TypeScript?, documentation, modules, ...
I'm quite busy ATM but I'll try move things forward by the end of the year.
@mickeprag cool stuff :+1:
WIP https://github.com/xmppjs/xmpp.js/blob/master/protocols.md
Feel free to PR (third party should be in a separate section)
@sonnyp is it still "WIP" or is completed and reflects the current state of xmpp.js? If so it would be great to link it directly in the readme :)
Thanks!