Strophe.caps.js is a plugin to provide XMPP Entity Capabilities ( XEP-0115 ).
connection.caps.add( "myfeature" );
connection.caps.remove( "myfeature" );
conncection.caps.pres( attrs );
- strophe.disco.js (by François de Metz)
- sha1.js
- write specs
- support service discovery data forms
- Markus Kohlhase
Strophe.caps.jsonly.js is a similar plugin as Strophe.CAPS.js but isn't developed in coffeescript. In order to prevent naming conflicts, it has been renamed to this.
It uses strophe.disco.js to add features etc.
See strophe.disco.js for more info.
- strophe.disco.js (by François de Metz)
- sha1.js