simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
300 stars 90 forks source link

Add support for capabilities (XEP-0115) #14

Closed Daniel15 closed 11 years ago

Daniel15 commented 11 years ago

See http://xmpp.org/extensions/xep-0115.html

nilclass commented 11 years ago

+1 to merge.

Daniel15 commented 11 years ago

I extended this idea quite a bit for Junction:

https://github.com/Daniel15/junction-caps/blob/master/lib/middleware/capabilities.js https://github.com/Daniel15/junction-caps/blob/master/lib/middleware/capabilitiesParser.js

Should be pretty easy to port to simple-xmpp so maybe I'll try port it at some time.

silverbucket commented 11 years ago

Hi @Daniel15 just in case you don't get the issue I created, wanted to post to this pull request that we ran into an error in your patch. issue #29