The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Wubot::Plugin::XMPP - send and receive messages over XMPP

VERSION

version 0.2_002

SYNOPSIS

  ~/wubot/config/plugins/XMPP/myhost.yaml

  ---
  account: wubot-myhost@server
  host: localhost
  port: 5222
  password: supersecret
  directory: /home/dude/wubot/notify
  user: wubot-otherhost@server/myhost
  delay: 5

DESCRIPTION

Sends and receive messages between wubot instances over XMPP.

For more information, see Wubot::Guides::MultipleBOts.