You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| jdbc.proxool.driver-class || ✓ | Database connection class |
69
67
| jdbc.user || ✓ | Database username |
70
68
| jdbc.password || ✓ | Database password |
71
69
| jdbc.proxool.maximum-connection-count || ✓ | Database connection pool size |
72
-
| jdbc.proxool.house-keeping-test-sql || ✓ | Database house keeping test |
73
70
| users.admin ||| Admin users (list of jids). Are sent all notifications and are able to see everything in **/firehose**|
74
71
| notifications.sendTo ||| List of JIDs to send event messages to |
75
72
| notifications.connected ||| Send event of component connecting to XMPP server |
@@ -83,6 +80,7 @@ Please see [the example configuration file](https://github.com/buddycloud/buddyc
83
80
| channel.configuration.[**posts** or **status** or **geo.next**, etc].description | %jid%'s status || Override default node description on the node type |
84
81
| discovery.dns.enabled | true || Allow DNS discovery of other channel servers |
85
82
| sync.purge-on-start | false || Purge remote data on server start |
83
+
| users.presence.persist | false || If **true** then user presence status is stored in the database rather than in memory |
86
84
87
85
## Additional content-type plugins
88
86
The buddycloud server supports validation of custom content types by means of a plugin system. By default the buddycloud server supports Atom content. Additional content types can be supported by creating an appropriate validator and packaging it as a plugin.
0 commit comments