wcc-xmpp-notificator
This adds XMPP/Jabber support to wcc encapsuled in a separate gem.
Note: This notificator does not need to have an (and even not supports establishing some) authorization/subscription to talk to the recipients jabber accounts.
What you need to add to your conf.yml:
conf:
  [...]
  # jid is the address wcc will talk from
  xmpp:
    jid: [email protected]/wcc
    password: s3cr3t
recipients:
  [...]
  - me:
    [...]
    # address to be notified via Jabber
    - xmpp: [email protected]