<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,7 +28,14 @@ whenever you push to the repository with the hook.
 
 You can also deploy by literally pushing a button in Pushr's web-interface.
 
-Currently it logs the output into a file and updates status for configured Twitter account. You can setup more notifiers in &lt;tt&gt;config.yml&lt;/tt&gt; file. See example one at http://github.com/karmi/pushr_notifiers/blob/master/irc.rb, fork and enhance.
+Pushr logs the Capistrano output into a file and updates status for configured Twitter account.
+
+You can setup more notifiers in &lt;tt&gt;config.yml&lt;/tt&gt; file. Currently these are provided in a separate repo (http://github.com/karmi/pushr_notifiers):
+
+* IRC         (http://github.com/karmi/pushr_notifiers/blob/master/irc.rb)
+* XMPP/Jabber (http://github.com/karmi/pushr_notifiers/blob/master/jabber.rb)
+
+You can easily add more notifiers: they are modeled after Ingerity notifiers (http://integrityapp.com/notifiers), so it would be very easy to adapt them.
 
 
 == Want to try it out?</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -11,13 +11,17 @@ path:  ~
 # * Capistrano command (defaults to `cap deploy:migrations` if not set)
 cap_command: ~
 
-# * Setup notifications
+# * Setup notifications (http://github.com/karmi/pushr_notifiers)
 # notifiers_path: &quot;../somewhere/else&quot; # Set this if your notifiers are not in ../pushr_notifiers
 notifiers:
   # You'll probably want to protect the updates for this Twitter account :)
   - twitter:
      username: ~
      password: ~
-  # IRC is also possible, see http://github.com/karmi/pushr_notifiers/blob/master/irc.rb
+  # For IRC see http://github.com/karmi/pushr_notifiers/blob/master/irc.rb
   # - irc:
   #      uri: 'irc://irc.freenode.net:6667/test'
+  # For XMPP see http://github.com/karmi/pushr_notifiers/blob/master/jabber.rb
+  # - jabber:
+  #      username: ~
+  #      password: ~</diff>
      <filename>config.example.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f7688c6c8e9aa235f90fadb5bfbeeecd6e3a70d8</id>
    </parent>
  </parents>
  <author>
    <name>Karel Minarik</name>
    <email>karmi@karmi.cz</email>
  </author>
  <url>http://github.com/karmi/pushr/commit/73c0d0659d2dedec3ade3158ed17554cda10dd6c</url>
  <id>73c0d0659d2dedec3ade3158ed17554cda10dd6c</id>
  <committed-date>2009-01-29T10:21:30-08:00</committed-date>
  <authored-date>2009-01-29T10:21:30-08:00</authored-date>
  <message>Add example Jabber config and put info about new IRC and XMPP notifiers for Pushr into README</message>
  <tree>2c1ca1dc96a7815e2f3c3b4379651788170dcda2</tree>
  <committer>
    <name>Karel Minarik</name>
    <email>karmi@karmi.cz</email>
  </committer>
</commit>
