Skip to content

Commit 23f3904

Browse files
committed
Deployed ef5a96228 to latest with MkDocs 1.6.1 and mike 2.2.0
1 parent 4c7c3a3 commit 23f3904

6 files changed

Lines changed: 479 additions & 448 deletions

File tree

latest/graphql-api/admin-graphql-doc.html

Lines changed: 175 additions & 170 deletions
Large diffs are not rendered by default.

latest/graphql-api/user-graphql-doc.html

Lines changed: 113 additions & 118 deletions
Large diffs are not rendered by default.

latest/modules/mod_pubsub/index.html

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3285,6 +3285,17 @@
32853285
</span>
32863286
</a>
32873287

3288+
</li>
3289+
3290+
<li class="md-nav__item">
3291+
<a href="#modulesmod_pubsubmax_items_per_node" class="md-nav__link">
3292+
<span class="md-ellipsis">
3293+
3294+
modules.mod_pubsub.max_items_per_node
3295+
3296+
</span>
3297+
</a>
3298+
32883299
</li>
32893300

32903301
<li class="md-nav__item">
@@ -5571,6 +5582,17 @@
55715582
</span>
55725583
</a>
55735584

5585+
</li>
5586+
5587+
<li class="md-nav__item">
5588+
<a href="#modulesmod_pubsubmax_items_per_node" class="md-nav__link">
5589+
<span class="md-ellipsis">
5590+
5591+
modules.mod_pubsub.max_items_per_node
5592+
5593+
</span>
5594+
</a>
5595+
55745596
</li>
55755597

55765598
<li class="md-nav__item">
@@ -5649,7 +5671,7 @@ <h3 id="node-configuration-options">Node configuration options<a class="headerli
56495671
<p><code>mod_pubsub</code> supports the following node configuration and publish options:</p>
56505672
<ul>
56515673
<li><a href="https://xmpp.org/extensions/xep-0060.html#accessmodels"><code>pubsub#access_model</code></a>: controls who can access a node. Supported values are <code>open</code> and <code>presence</code>.</li>
5652-
<li><code>pubsub#max_items</code>: controls how many published items are stored for later retrieval. It defaults to <code>max</code>, which stores all published items. A non-negative integer limits stored items for the node; when the limit is exceeded, the oldest stored item is removed. <code>0</code> allows publish notifications but does not persist items for later retrieval.</li>
5674+
<li><code>pubsub#max_items</code>: controls how many published items are stored for later retrieval. It defaults to <code>max</code>, which stores all published items up to the server-wide <a href="#modulesmod_pubsubmax_items_per_node"><code>max_items_per_node</code></a> limit. A non-negative integer limits stored items for the node; when the limit is exceeded, the oldest stored item is removed. <code>0</code> allows publish notifications but does not persist items for later retrieval.</li>
56535675
</ul>
56545676
<h3 id="known-omissions-and-limitations">Known omissions and limitations<a class="headerlink" href="#known-omissions-and-limitations" title="Permanent link">&para;</a></h3>
56555677
<p><code>mod_pubsub</code> is intended to grow over time, but it does not implement the full XEP-0060 feature set yet.
@@ -5669,6 +5691,15 @@ <h3 id="modulesmod_pubsubbackend"><code>modules.mod_pubsub.backend</code><a clas
56695691
</ul>
56705692
<p>Database backend used to store PEP nodes, subscriptions, and items.
56715693
The <code>rdbms</code> backend requires a <code>default</code> RDBMS connection pool in <a href="../../configuration/outgoing-connections/#rdbms-options"><code>outgoing_pools</code></a>.</p>
5694+
<h3 id="modulesmod_pubsubmax_items_per_node"><code>modules.mod_pubsub.max_items_per_node</code><a class="headerlink" href="#modulesmod_pubsubmax_items_per_node" title="Permanent link">&para;</a></h3>
5695+
<ul>
5696+
<li><strong>Syntax:</strong> non-negative integer or <code>"infinity"</code></li>
5697+
<li><strong>Default:</strong> <code>"infinity"</code></li>
5698+
<li><strong>Example:</strong> <code>max_items_per_node = 1000</code></li>
5699+
</ul>
5700+
<p>Maximum number of items stored in a node.
5701+
The effective limit is the lower of this value and <code>pubsub#max_items</code>.
5702+
If you reduce this limit, excess items for each already existing node are removed when it is next configured or receives a published item.</p>
56725703
<h3 id="modulesmod_pubsubiqdisctype"><code>modules.mod_pubsub.iqdisc.type</code><a class="headerlink" href="#modulesmod_pubsubiqdisctype" title="Permanent link">&para;</a></h3>
56735704
<ul>
56745705
<li><strong>Syntax:</strong> string, one of <code>"one_queue"</code>, <code>"no_queue"</code>, <code>"queues"</code>, <code>"parallel"</code></li>

latest/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)