Correct case and plural

This commit is contained in:
Andrew Ruthven 2024-01-19 00:43:53 +13:00 committed by Andrew Ruthven
parent fa1b9ae353
commit 0ec4fb4dc5

View File

@ -824,10 +824,10 @@ $c->admin_email = 'calendar-admin@example.com';
/*
* This enable XMPP PubSub push notifications to clients that request them.
* N.B. this will publish urls for ALL updates and does NOT restrict
* subscription permissions on the jabber server! That means anyone with
* N.B. this will publish URLs for ALL updates and does NOT restrict
* subscription permissions on the Jabber server! That means anyone with
* read access to the pubsub tree of your jabber server can watch for updates,
* they will only see URL's to the updated entries not the calendar data.
* they will only see URLs to the updated entries not the calendar data.
*
* Only tested with ejabberd 2.0.x
*/