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

NAME

App::MadEye::Plugin::Notify::XMPP - notify with XMPP

SYNOPSIS

  - module: Notify::XMPP
    config:
      jid: example@gmail.com
      password: YOUR PASSWORD
      host: talk.google.com
      cutoff_length: 1000
      tls: 1
      recipients:
        - example@gmail.com

SCHEMA

    type: map
    mapping:
        port:
            type: int
            required: no
        jid:
            type: str
            required: yes
        password:
            required: yes
            type: str
        host:
            required: no
            type: str
        cutoff_length:
            required: yes
            type: int
        recipients:
            type: any
            required: yes
        tls:
            type: int
            required: no

AUTHOR

Tokuhiro Matsuno

THANKS TO

hirose31++ # a lot of code stolen from http://d.hatena.ne.jp/hirose31/20060817/1155821365

SEE ALSO

App::MadEye, Net::XMPP