bonfire-xmpp / bonfire

A modern XMPP client
GNU General Public License v2.0
4 stars 0 forks source link

XEP-0115 Entity Capabilities #53

Open misterupkeep opened 3 years ago

misterupkeep commented 3 years ago

XEP-0115 makes supporting clients (and servers) generate a unique hash for their disco caps. That way, we can save on bandwidth by caching per ID, as well as stopping 'disco floods' as same-version clients with the same hash share the same caps.

Also, look into our entity cap data