xmpp.js icon indicating copy to clipboard operation
xmpp.js copied to clipboard

XEPs and RFCs support page with version

Open Neustradamus opened this issue 6 years ago • 7 comments

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

Neustradamus avatar Mar 19 '18 23:03 Neustradamus

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 avatar Sep 05 '19 08:09 mickeprag

@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

Neustradamus avatar Sep 05 '19 08:09 Neustradamus

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

ggozad avatar Sep 05 '19 09:09 ggozad

Nice @ggozad, hope good changes from @sonnyp soon :)

Neustradamus avatar Sep 05 '19 11:09 Neustradamus

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:

sonnyp avatar Sep 06 '19 13:09 sonnyp

WIP https://github.com/xmppjs/xmpp.js/blob/master/protocols.md

Feel free to PR (third party should be in a separate section)

sonnyp avatar Nov 23 '19 16:11 sonnyp

@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!

FlorianLudwig avatar May 12 '20 15:05 FlorianLudwig