<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 GiraffeSoft Inc.
+Copyright (c) 2008 James Golick, GiraffeSoft Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the &quot;Software&quot;), to</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,37 @@
+= ActionMessager
+
+ActionMessager is dead simple IM notifications for your app.
+
+== Get It
+  
+    $ sudo gem install action_messager
+    
+    ... or get the source ...
+    
+    $ git clone git@github.com:giraffesoft/action_messager.git
+    
+== Usage
+
+ActionMessager works just like ActionMailer. All you have to do start sending IM notifications to your users is subclass ActionMessager::Base; then, create a method that sets an array of recipients, and returns the message you'd like to send:
+
+  class JabberNotifier &lt; ActionMessager::Base
+    def friendship_request(friendship_request)
+      @recipients = friendship_request.receiver.jabber_contact
+      
+      &quot;You have received a friendship request from #{friendship_request.sender.name}! Click here to accept or decline: #{friendship_request.url}&quot;
+    end
+  end
+  
+Then, wherever you'd like to send the notification:
+
+  JabberNotifier.deliver_friendship_request(friendship_request)
+  
+That's it!
+
+== Credits
+
+ActionMessager was created, and is maintained by {James Golick}[http://jamesgolick.com].
+
+== License
+
+ActionMessager is Copyright (c) 2008 James Golick, GiraffeSoft, Inc. It is released under the {MIT License}[http://en.wikipedia.org/wiki/MIT_License]</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bbd39107900bcbbc1d827eccea0117994994b58f</id>
    </parent>
  </parents>
  <author>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </author>
  <url>http://github.com/jamesgolick/action_messager/commit/2c094ffb8bd7ec6f9985fc204886d2a8ce5f8f96</url>
  <id>2c094ffb8bd7ec6f9985fc204886d2a8ce5f8f96</id>
  <committed-date>2008-04-06T12:56:58-07:00</committed-date>
  <authored-date>2008-04-06T12:56:58-07:00</authored-date>
  <message>add a readme</message>
  <tree>300a9cb62304b0b0a73fdc33e5d4d3d4ce0c360d</tree>
  <committer>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </committer>
</commit>
