slidge_whatsapp.config

Config contains plugin-specific configuration for WhatsApp, and is loaded automatically by the core configuration framework.

Attributes

Module Contents

slidge_whatsapp.config.DB_PATH: pathlib.Path | None[source]
slidge_whatsapp.config.DB_PATH__DOC = 'The path to the database used for the WhatsApp plugin. Default to...[source]
slidge_whatsapp.config.DB_PARAMS = '?_foreign_keys=true'[source]
slidge_whatsapp.config.DB_PARAMS__DOC = 'Additional parameters to pass to database connection string'[source]
slidge_whatsapp.config.ALWAYS_SYNC_ROSTER = False[source]
slidge_whatsapp.config.ALWAYS_SYNC_ROSTER__DOC = 'Whether or not to perform a full sync of the WhatsApp roster on startup'[source]
slidge_whatsapp.config.ADD_GROUP_PARTICIPANTS_TO_ROSTER = True[source]
slidge_whatsapp.config.ADD_GROUP_PARTICIPANTS_TO_ROSTER__DOC = 'Whether or not group participants will be added to the XMPP roster'[source]