Merge pull request #1278 from linkmauve/xep-0402

XEP-0402: Replace arbitrary max items with 'max'
This commit is contained in:
Kevin Smith 2023-12-11 16:54:22 +00:00 committed by GitHub
commit 1fb77553c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -29,6 +29,12 @@
<discuss>standards</discuss>
&dcridland;
&jcbrand;
<revision>
<version>1.1.4</version>
<date>2023-04-02</date>
<initials>egp</initials>
<remark><p>Recommend setting pubsub#max_items to 'max' instead of some arbitrary large number</p></remark>
</revision>
<revision>
<version>1.1.3</version>
<date>2021-12-27</date>
@ -270,7 +276,7 @@
<value>true</value>
</field>
<field var='pubsub#max_items'>
<value>10000</value>
<value>max</value>
</field>
<field var='pubsub#send_last_published_item'>
<value>never</value>
@ -317,7 +323,7 @@
<value>true</value>
</field>
<field var='pubsub#max_items'>
<value>10000</value>
<value>max</value>
</field>
<field var='pubsub#send_last_published_item'>
<value>never</value>