converse.js
converse.js copied to clipboard
XEP-0115: Entity capabilities
As asked for by @greenlunar (in #123):
- Please add
caps(capabilities) andhttps://conversejs.org/tocapsin</presence>. So developers and others would know where to reach to you. See robbiehanson/XMPPFramework/issues/262. Edit: See also XMPPCapabilities.h (line 47).
http://xmpp.org/extensions/xep-0115.html
This is e.g. required to support XEP-0166 (Jingle), and thus needed for #447. Several other XEPs also use this mechanism to determine what features their peers support.