<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,7 @@ service :jabber do |data, payload|
   im.accept_subscriptions = true
 
   #Split multiple addresses into array, removing duplicates
-  recipients  = data['user'].split(',').uniq
+  recipients  = data['user'].split(',').uniq.collect(&amp;:strip)
 
   #Send message to each member in array (Limit to 25 members to prevent overloading something, if this is not and issue, just remove the [0..24] from recipients 
   recipients[0..24].each do |recipient|</diff>
      <filename>services/jabber.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d00e3ccca44a4cfdf27130ba7e5fa7a1d371642b</id>
    </parent>
  </parents>
  <author>
    <name>Andy Shen</name>
    <email>andy@shenie.info</email>
  </author>
  <url>http://github.com/pjhyett/github-services/commit/fa888e4201c69f0da8f8b561cd8438751223c92c</url>
  <id>fa888e4201c69f0da8f8b561cd8438751223c92c</id>
  <committed-date>2009-11-12T06:31:45-08:00</committed-date>
  <authored-date>2009-11-07T20:43:58-08:00</authored-date>
  <message>strip spaces in jabber addresses</message>
  <tree>f119a56e6510d8089537e6f8510978bbe65dec48</tree>
  <committer>
    <name>PJ Hyett</name>
    <email>pjhyett@gmail.com</email>
  </committer>
</commit>
