NAME
Wubot::Plugin::XMPP - send and receive messages over XMPP
VERSION
version 0.2.004
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::Guide::MultipleBots.