<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 repo-name:
   subdomain: chattastic
+  ssl: true
   username: campfire-user@foo.com
   password: p00p
   room: &quot;My Awesome Room&quot;</diff>
      <filename>config.yml.example</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@ class GithubCampfire
   
   def connect(repo)
     credentials = REPOS[repo]
-    campfire = Tinder::Campfire.new(credentials['subdomain'])
+    campfire = Tinder::Campfire.new(credentials['subdomain'], :ssl =&gt; credentials['ssl'] || false)
     campfire.login(credentials['username'], credentials['password'])
     return campfire.find_room_by_name(credentials['room'])
   end</diff>
      <filename>github-campfire.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>266eb7e9f38e0dc5f61c4090563a621a9dfcebd0</id>
    </parent>
  </parents>
  <author>
    <name>Matt Pelletier</name>
    <email>matt@eastmedia.com</email>
  </author>
  <url>http://github.com/jnewland/github-campfire/commit/f65d1b9e4aa55948da76fb098f1b9a47a876cb8b</url>
  <id>f65d1b9e4aa55948da76fb098f1b9a47a876cb8b</id>
  <committed-date>2008-04-02T12:03:09-07:00</committed-date>
  <authored-date>2008-04-02T12:03:09-07:00</authored-date>
  <message>* Add config param for Campfire with SSL (defaults to false)</message>
  <tree>5936ea63a15f47c05e796c0effcc7996c4f4eb83</tree>
  <committer>
    <name>Matt Pelletier</name>
    <email>matt@eastmedia.com</email>
  </committer>
</commit>
