Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.04 KB

xmpp.md

File metadata and controls

40 lines (32 loc) · 1.04 KB
title description published date tags editor dateCreated
xmpp
true
2022-12-03 03:46:48 UTC
dependencies
markdown
2022-09-18 05:27:05 UTC

Notifiers > XMPP

XMPP is a part of the notifier plugin system. {.is-success}

This plugin sends messages via XMPP, has been tested on Windows 7/64 so far, sending messages to Google Hangouts recipients.

Preparations

Includes/PluginRequiresPip{.include}

Configuration

Option Type Description Default
sender email Sender's JID. Required
password text Sender's password. Required
recipients email Recipients JID. Can also be a list. Required

Examples show a specifc scenario usage of the notify plugin. See its wiki for a more detailed usage exaplantion. {.is-warning}

notify:
  entries:
    via:
      - xmpp:
          sender: [email protected]
          password: mypassword
          recipients: [email protected]