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

XEP-0115: Entity capabilities

Open jcbrand opened this issue 11 years ago • 1 comments

As asked for by @greenlunar (in #123):

  • Please add caps (capabilities) and https://conversejs.org/ to caps in </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

jcbrand avatar Jul 15 '14 06:07 jcbrand

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.

devurandom avatar Feb 16 '16 15:02 devurandom