<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>a506a856bbf0f5ccf9c5e781e638df812346107b</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/37466c529b7ecf79e1a395c027d9b41335621737</url>
    <id>37466c529b7ecf79e1a395c027d9b41335621737</id>
    <committed-date>2009-09-16T00:49:24-07:00</committed-date>
    <authored-date>2009-09-16T00:49:24-07:00</authored-date>
    <message>Pubsub: fix namespace for purge_items_from

Received from lfcipriani on github.com:
--------------------
Hi Lucas,

I found a simple but annoying bug on pubsub support of xmpp4r, I think
that
isn't worthy to clone and send a push request to you. So, here it is:

On method purge_items_from of service_helper.rb

      def purge_items_from(node)
        iq = basic_pubsub_query(:set)
        purge = REXML::Element.new('purge')
        purge.attributes['node'] = node
        iq.pubsub.add(purge)
        @stream.send_with_id(iq)
      end

The call to method basic_pubsub_query(:set) should be
basic_pubsub_query(:set, true), because the namespace of this command is
pubsub#owner.

That's it. Thanks for this really useful gem.
--------------------</message>
    <tree>8bcd45c76009c9573dc941399348d78db4a10a45</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>defbf9bb0f8674a1de9d1b82bb111b801f6c6503</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/a506a856bbf0f5ccf9c5e781e638df812346107b</url>
    <id>a506a856bbf0f5ccf9c5e781e638df812346107b</id>
    <committed-date>2009-07-11T01:28:09-07:00</committed-date>
    <authored-date>2009-07-11T01:28:09-07:00</authored-date>
    <message>Added a release checklist</message>
    <tree>7cf256d4affcb453ef94a09c12867a7561e83196</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>be2aa823bc4a0adc611f2eedc621c64310edcdb4</id>
      </parent>
    </parents>
    <author>
      <name>Erick Johnson</name>
      <email>erick@junctionnetworks.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/defbf9bb0f8674a1de9d1b82bb111b801f6c6503</url>
    <id>defbf9bb0f8674a1de9d1b82bb111b801f6c6503</id>
    <committed-date>2009-07-02T15:09:33-07:00</committed-date>
    <authored-date>2009-07-02T15:09:33-07:00</authored-date>
    <message>fixed a test/entity_time/tc_responder to expect a value in the local timezone</message>
    <tree>55eb9d56417094fa7e7cde4c7367db17496a45f0</tree>
    <committer>
      <name>Erick Johnson</name>
      <email>erick@junctionnetworks.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d4c8b4077ca19ac9d10afe09b47c8b1b50d6ebd7</id>
      </parent>
    </parents>
    <author>
      <name>Erick Johnson</name>
      <email>erick@junctionnetworks.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/be2aa823bc4a0adc611f2eedc621c64310edcdb4</url>
    <id>be2aa823bc4a0adc611f2eedc621c64310edcdb4</id>
    <committed-date>2009-07-01T16:47:55-07:00</committed-date>
    <authored-date>2009-07-01T16:47:55-07:00</authored-date>
    <message>added support for XEP 202 entity time: http://xmpp.org/extensions/xep-0202.html

* added entity time element and responder
* basic tests for entity time</message>
    <tree>0bf0bdb3f638323c95ca74463a1a9ab45fa04efa</tree>
    <committer>
      <name>Erick Johnson</name>
      <email>erick@junctionnetworks.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e00717e5104f8add59eb70af1046a982d5ee96fc</id>
      </parent>
      <parent>
        <id>fd4433b3d70e8a9547c5e462594aeb2a5d2259b4</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/d4c8b4077ca19ac9d10afe09b47c8b1b50d6ebd7</url>
    <id>d4c8b4077ca19ac9d10afe09b47c8b1b50d6ebd7</id>
    <committed-date>2009-06-19T08:42:22-07:00</committed-date>
    <authored-date>2009-06-19T08:42:22-07:00</authored-date>
    <message>Merge commit 'junction/master'</message>
    <tree>9b6983c727cbdd2f461b6d040a6b83f1d2b02687</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>685b1de4d72972a23359c9afce57d9707dd3d8b4</id>
      </parent>
    </parents>
    <author>
      <name>Brian Cully</name>
      <email>bjc@kublai.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/fd4433b3d70e8a9547c5e462594aeb2a5d2259b4</url>
    <id>fd4433b3d70e8a9547c5e462594aeb2a5d2259b4</id>
    <committed-date>2009-06-19T08:06:22-07:00</committed-date>
    <authored-date>2009-06-19T08:06:22-07:00</authored-date>
    <message>Don't start the whitespace keepalive thread if @keepalive_interval is nil.</message>
    <tree>ff9d1622b9fdf22a494517118bee4aee0ab0dd00</tree>
    <committer>
      <name>Brian Cully</name>
      <email>bjc@kublai.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>342bf8cecfc0eda0037e30cea800e981e0c51494</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/e00717e5104f8add59eb70af1046a982d5ee96fc</url>
    <id>e00717e5104f8add59eb70af1046a982d5ee96fc</id>
    <committed-date>2009-06-15T03:58:44-07:00</committed-date>
    <authored-date>2009-06-15T03:58:44-07:00</authored-date>
    <message>Update website for 0.5</message>
    <tree>e8118fea8e8a480ae8bf4ec591db841ae6b6f1fc</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>94ec1bf4df2d522ed485dc1596aee88f5b6f24f4</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/342bf8cecfc0eda0037e30cea800e981e0c51494</url>
    <id>342bf8cecfc0eda0037e30cea800e981e0c51494</id>
    <committed-date>2009-06-15T03:47:01-07:00</committed-date>
    <authored-date>2009-06-15T03:47:01-07:00</authored-date>
    <message>Release version 0.5</message>
    <tree>99980ac71e0f51c7a5d3d675a764b7f270963084</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b09992feacda5f92710e9015169818546372e38e</id>
      </parent>
      <parent>
        <id>4f56b09b487c953648d70b0478d7171918c61edc</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/94ec1bf4df2d522ed485dc1596aee88f5b6f24f4</url>
    <id>94ec1bf4df2d522ed485dc1596aee88f5b6f24f4</id>
    <committed-date>2009-06-01T06:19:33-07:00</committed-date>
    <authored-date>2009-06-01T06:19:33-07:00</authored-date>
    <message>Merge commit 'mojodna/user-location'</message>
    <tree>0a7fd9380ccf3be6438ee68ea0be3e0e6e802ade</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ee3286b3ecc521b1383599dea9c30468d7182bd0</id>
      </parent>
    </parents>
    <author>
      <name>Seth Fitzsimmons</name>
      <email>seth@mojodna.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/b09992feacda5f92710e9015169818546372e38e</url>
    <id>b09992feacda5f92710e9015169818546372e38e</id>
    <committed-date>2009-05-28T14:24:58-07:00</committed-date>
    <authored-date>2008-11-29T09:12:10-08:00</authored-date>
    <message>support for XEP-0235 (OAuth)

Transparently signs PubSub requests using OAuth properties passed
to Jabber::PubSub::OAuthServiceHelper#initialize.</message>
    <tree>8d5d0e09382919a572d2c18274f98f35533b72e8</tree>
    <committer>
      <name>Seth Fitzsimmons</name>
      <email>seth@mojodna.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ee3286b3ecc521b1383599dea9c30468d7182bd0</id>
      </parent>
    </parents>
    <author>
      <name>Seth Fitzsimmons</name>
      <email>seth@mojodna.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/4f56b09b487c953648d70b0478d7171918c61edc</url>
    <id>4f56b09b487c953648d70b0478d7171918c61edc</id>
    <committed-date>2009-05-28T13:34:47-07:00</committed-date>
    <authored-date>2008-11-25T16:49:44-08:00</authored-date>
    <message>helpers for User Location (XEP-0080)</message>
    <tree>cda84edaec9f15231424410c9bc77474976e604e</tree>
    <committer>
      <name>Seth Fitzsimmons</name>
      <email>seth@mojodna.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>777515c217d432b7a81d36320da969a2fc84cdb2</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/ee3286b3ecc521b1383599dea9c30468d7182bd0</url>
    <id>ee3286b3ecc521b1383599dea9c30468d7182bd0</id>
    <committed-date>2009-05-22T01:03:53-07:00</committed-date>
    <authored-date>2009-05-22T01:03:53-07:00</authored-date>
    <message>SASL fix: strip whitespace around keys in challenge

This broke SASL DIGEST-MD5 with jabberd2.</message>
    <tree>dbc1328fb41317e029092c4e822a2ea92f1f0dbd</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bca8702e3ec7966b69846305bdf761953d342839</id>
      </parent>
      <parent>
        <id>685b1de4d72972a23359c9afce57d9707dd3d8b4</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/777515c217d432b7a81d36320da969a2fc84cdb2</url>
    <id>777515c217d432b7a81d36320da969a2fc84cdb2</id>
    <committed-date>2009-05-21T23:53:35-07:00</committed-date>
    <authored-date>2009-05-21T23:53:35-07:00</authored-date>
    <message>Merge commit 'junction/master'</message>
    <tree>c2457b50eb7471442718eb9584bb1a7323c119c1</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>39ddbeefcc4b7357dd67cbbbb3e4e62951e595a8</id>
      </parent>
    </parents>
    <author>
      <name>Erick Johnson</name>
      <email>erick@junctionnetworks.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/685b1de4d72972a23359c9afce57d9707dd3d8b4</url>
    <id>685b1de4d72972a23359c9afce57d9707dd3d8b4</id>
    <committed-date>2009-05-19T09:37:28-07:00</committed-date>
    <authored-date>2009-05-19T09:37:28-07:00</authored-date>
    <message>added a test to check for proper owner node configuration request, fixed pubsub/servicehelper to pass the test</message>
    <tree>e987ecd73b8056e5e993f8fda4cb3ad62bf25271</tree>
    <committer>
      <name>Erick Johnson</name>
      <email>erick@junctionnetworks.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f00385be339ab0beaff39fc06591a446916c7976</id>
      </parent>
      <parent>
        <id>f783ef2d03e7b02304238ec9c497f04ed199336f</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/bca8702e3ec7966b69846305bdf761953d342839</url>
    <id>bca8702e3ec7966b69846305bdf761953d342839</id>
    <committed-date>2009-05-18T11:44:23-07:00</committed-date>
    <authored-date>2009-05-18T11:44:23-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/ln/xmpp4r</message>
    <tree>cec1b23c772913d4f5b55c80951803be7710a45d</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d41f836bfa928afd09509f26af091aa4322a06c4</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/f00385be339ab0beaff39fc06591a446916c7976</url>
    <id>f00385be339ab0beaff39fc06591a446916c7976</id>
    <committed-date>2009-05-18T11:42:37-07:00</committed-date>
    <authored-date>2009-05-18T11:42:37-07:00</authored-date>
    <message>Fix reliable connection to not peg CPU with do-nothing loop in reconnection_thread</message>
    <tree>4ccd8b071ce5d0de8ff3b0fb0fc6ef6d2c49f854</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f783ef2d03e7b02304238ec9c497f04ed199336f</id>
      </parent>
    </parents>
    <author>
      <name>Erick Johnson</name>
      <email>erick@junctionnetworks.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/39ddbeefcc4b7357dd67cbbbb3e4e62951e595a8</url>
    <id>39ddbeefcc4b7357dd67cbbbb3e4e62951e595a8</id>
    <committed-date>2009-05-18T11:24:39-07:00</committed-date>
    <authored-date>2009-05-18T11:24:39-07:00</authored-date>
    <message>added test to check that array values in a NodeConfig are converted to multiple xdata field values</message>
    <tree>3a4ea374ffefe235d6ddef7eb76248c0324ea110</tree>
    <committer>
      <name>Erick Johnson</name>
      <email>erick@junctionnetworks.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5000f7e4a8ba18ee2919ec561def5f38f731465c</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/f783ef2d03e7b02304238ec9c497f04ed199336f</url>
    <id>f783ef2d03e7b02304238ec9c497f04ed199336f</id>
    <committed-date>2009-05-04T23:14:22-07:00</committed-date>
    <authored-date>2009-05-04T23:14:22-07:00</authored-date>
    <message>added some notes to CHANGELOG</message>
    <tree>dad5b756d545e05a61ad08caec4d51e6f4de36d5</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a489366cb5bc2203a3921b11964c2a9680a190fa</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/5000f7e4a8ba18ee2919ec561def5f38f731465c</url>
    <id>5000f7e4a8ba18ee2919ec561def5f38f731465c</id>
    <committed-date>2009-05-04T22:55:29-07:00</committed-date>
    <authored-date>2009-05-04T22:55:29-07:00</authored-date>
    <message>Added Jacob to README.rdoc</message>
    <tree>0319ecc4d6ebe2606244682495f6c195033c0752</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cf01bb278da53d11d991317889d9094b437b4ca8</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/a489366cb5bc2203a3921b11964c2a9680a190fa</url>
    <id>a489366cb5bc2203a3921b11964c2a9680a190fa</id>
    <committed-date>2009-05-04T22:54:04-07:00</committed-date>
    <authored-date>2009-05-04T22:54:04-07:00</authored-date>
    <message>all tests should now pass with ruby 1.9</message>
    <tree>a4f8fecdb8fa22858bd7f4de2c45ad209fa1cbe4</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d41f836bfa928afd09509f26af091aa4322a06c4</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/cf01bb278da53d11d991317889d9094b437b4ca8</url>
    <id>cf01bb278da53d11d991317889d9094b437b4ca8</id>
    <committed-date>2009-05-04T22:53:27-07:00</committed-date>
    <authored-date>2009-05-04T22:53:27-07:00</authored-date>
    <message>rename CTDebug to  to avoid warnings</message>
    <tree>b5cd0a49f4c0118e7869f50afda121a8d3a0cad6</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>21f70c6861c197ced27a9a2924cd2e459f08c1e5</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/d41f836bfa928afd09509f26af091aa4322a06c4</url>
    <id>d41f836bfa928afd09509f26af091aa4322a06c4</id>
    <committed-date>2009-04-27T08:18:39-07:00</committed-date>
    <authored-date>2009-04-27T08:18:39-07:00</authored-date>
    <message>socket mocking test fix</message>
    <tree>ffafbde9ed20853b3a605fd7ac3a23ba8ef79573</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>376f198d6d5fd70aa134bb5e154cf6a00f60c523</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/21f70c6861c197ced27a9a2924cd2e459f08c1e5</url>
    <id>21f70c6861c197ced27a9a2924cd2e459f08c1e5</id>
    <committed-date>2009-04-27T07:55:56-07:00</committed-date>
    <authored-date>2009-04-27T07:55:56-07:00</authored-date>
    <message>dont create connection object in listener until 'start', ensure that listener can be stoped and started any number of times, change mocker accordingly</message>
    <tree>ff7f4639750e6b6e8c077482664533d56cae671f</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d0e9c37b873c157f55cdfa99064fa98b9803655c</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/376f198d6d5fd70aa134bb5e154cf6a00f60c523</url>
    <id>376f198d6d5fd70aa134bb5e154cf6a00f60c523</id>
    <committed-date>2009-04-24T13:40:44-07:00</committed-date>
    <authored-date>2009-04-24T13:40:44-07:00</authored-date>
    <message>listener_mocker needs to store mock_clients and tracker_of_callers at class level to work across mocked listeners</message>
    <tree>5d8b842830042130ec3355ff15df6a2519604783</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0e09e137aee935b316245f1caf425b1db89cb4e3</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/d0e9c37b873c157f55cdfa99064fa98b9803655c</url>
    <id>d0e9c37b873c157f55cdfa99064fa98b9803655c</id>
    <committed-date>2009-04-24T13:22:49-07:00</committed-date>
    <authored-date>2009-04-24T13:22:49-07:00</authored-date>
    <message>updated gemspec</message>
    <tree>57329fa38043416aa91b33b6b0724be021c4d200</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab876cee5d0b998dacf997561646f26b748a8029</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/0e09e137aee935b316245f1caf425b1db89cb4e3</url>
    <id>0e09e137aee935b316245f1caf425b1db89cb4e3</id>
    <committed-date>2009-04-24T13:21:19-07:00</committed-date>
    <authored-date>2009-04-24T13:21:19-07:00</authored-date>
    <message>move listener_mocker into lib where it can be accessed by tests outside the gem</message>
    <tree>b6e75707255e67f6f6acbabe02933481d4535844</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7a9fe14a9685f219629155ab468e81d8ae382301</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/ab876cee5d0b998dacf997561646f26b748a8029</url>
    <id>ab876cee5d0b998dacf997561646f26b748a8029</id>
    <committed-date>2009-04-24T12:33:07-07:00</committed-date>
    <authored-date>2009-04-24T12:33:07-07:00</authored-date>
    <message>reliably re-send messages if disconnected mid-send and reconnect succeeds</message>
    <tree>ba29e986760b56309d00f0525e2a688bf9661c63</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f319b16158d5e09c18b84451fed6a2837599cbe</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/7a9fe14a9685f219629155ab468e81d8ae382301</url>
    <id>7a9fe14a9685f219629155ab468e81d8ae382301</id>
    <committed-date>2009-04-24T08:21:27-07:00</committed-date>
    <authored-date>2009-04-24T08:21:27-07:00</authored-date>
    <message>update gemspec</message>
    <tree>75ee90c553c04ec03732d74b6b1242848ca46962</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dffe3bd5033b12e1842299b5ce5763cc0dc5b1d2</id>
      </parent>
      <parent>
        <id>4c6de0332ed1bd5be6c8ac3a7629c69e13edd666</id>
      </parent>
    </parents>
    <author>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/5f319b16158d5e09c18b84451fed6a2837599cbe</url>
    <id>5f319b16158d5e09c18b84451fed6a2837599cbe</id>
    <committed-date>2009-04-24T08:18:51-07:00</committed-date>
    <authored-date>2009-04-24T08:18:51-07:00</authored-date>
    <message>rebase changes from master</message>
    <tree>7251fbfda0809d3c10fabdc959cdfb0098574e4a</tree>
    <committer>
      <name>Jacob Burkhart</name>
      <email>jacob@brontes3d.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>919ef469759702421dfd88abb3ee1ebc30e77c1d</id>
      </parent>
    </parents>
    <author>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </author>
    <url>http://github.com/ln/xmpp4r/commit/4c6de0332ed1bd5be6c8ac3a7629c69e13edd666</url>
    <id>4c6de0332ed1bd5be6c8ac3a7629c69e13edd666</id>
    <committed-date>2009-03-19T04:22:20-07:00</committed-date>
    <authored-date>2009-03-19T04:22:20-07:00</authored-date>
    <message>tc_stream.rb: fixed all threading issues</message>
    <tree>54ce93f7095f44b4e2e9d6a162edf4fdd9974818</tree>
    <committer>
      <name>Lucas Nussbaum</name>
      <email>lucas@lucas-nussbaum.net</email>
    </committer>
  </commit>
</commits>
