<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Trypticon: Action Messenger 0.2.0</title>
    <link>http://trypticon.org/articles/2007/03/23/action-messenger-0-2-0</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>If it ain't broke, break it.</description>
    <item>
      <title>Action Messenger 0.2.0</title>
      <description>&lt;p&gt;Today&amp;#8217;s new version of &lt;a href="http://trypticon.org/software/actionmessenger/"&gt;Action Messenger&lt;/a&gt; makes things slightly easier to read when sending messages:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;def prod(user)
  recipient user.jid
  subject   'Prod'
  body      'You told me to give you a prod when I updated...'
end
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You can send to multiple recipients too, just add them like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;def spam
  recipients User.find_all.map { |u| u.jid }
  subject    'Buy chunky bacon'
  body       'Do I have a deal for you!'
end
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;These changes have been in trunk for some time, however someone recently made me aware that the documentation doesn&amp;#8217;t describe basic things like where the config file should be.  This has been properly documented now, and hence the new version being pushed out.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Mar 2007 20:04:00 +1100</pubDate>
      <guid isPermaLink="false">urn:uuid:390f7155-8edb-49de-9c2c-60068a08bc97</guid>
      <author>Trejkaz</author>
      <link>http://trypticon.org/articles/2007/03/23/action-messenger-0-2-0</link>
      <category>actionmessenger</category>
      <category>jabber</category>
      <category>software</category>
      <category>rails</category>
      <category>ruby</category>
    </item>
  </channel>
</rss>
