Skip to content

Commit

Permalink
Merge fd99a3c into 21a798c
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik committed Sep 22, 2017
2 parents 21a798c + fd99a3c commit 208d755
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/modules/mod_caps.md
@@ -0,0 +1,12 @@
# Entity Capabilities Module

## Purpose
This module provides a presence-based mechanism
for exchanging information about entity capabilities
as defined in [XEP-0115](https://xmpp.org/extensions/xep-0115.html).
It requests and caches Entity Capabilities from clients.

## Configuration
This module expects two optional arguments that apply to [cache tab](https://github.com/processone/cache_tab):
* cache_size (default: 1000) - the size of a cache_tab (the amount of entries) holding the information about capabilities of each user.
* cache_life_time (default: 86) - time (in seconds) after which entries will be removed

0 comments on commit 208d755

Please sign in to comment.