NAME

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

VERSION

version 0.3.3

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 App::Wubot::Guide::MultipleBots.

SUBROUTINES/METHODS

check( $inputs )

The standard monitor check() method.