<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>3f3be60d0369da9a15a6554c1675eb9f22777057</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/35d9d828263400a61b80b2dc6e02c909edf1a6b7</url>
    <id>35d9d828263400a61b80b2dc6e02c909edf1a6b7</id>
    <committed-date>2009-04-20T19:37:06-07:00</committed-date>
    <authored-date>2009-04-20T19:37:06-07:00</authored-date>
    <message>Workaround for bug related to jabber servers that send an xmlns in their iq elements and a bug in Apple's NSXML

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@82 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>4a98656fbe305f4964acd855370e140b6328ec45</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4c747fcfdb4e907fe32a59799617e5d36c092d9</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/3f3be60d0369da9a15a6554c1675eb9f22777057</url>
    <id>3f3be60d0369da9a15a6554c1675eb9f22777057</id>
    <committed-date>2009-03-25T12:13:13-07:00</committed-date>
    <authored-date>2009-03-25T12:13:13-07:00</authored-date>
    <message>Bug fix for problems created by servers sending presence elements before sending the roster.  XMPPClient now stores any premature presence elements until the roster arrives and it can process them.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@80 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>631379cfbf797cf6e38ec5d64361571545c7d6d4</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2605486dc222709c1d3e3824964ab65667e2c221</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/b4c747fcfdb4e907fe32a59799617e5d36c092d9</url>
    <id>b4c747fcfdb4e907fe32a59799617e5d36c092d9</id>
    <committed-date>2009-03-25T12:07:25-07:00</committed-date>
    <authored-date>2009-03-25T12:07:25-07:00</authored-date>
    <message>Merging latest changes from AsyncSocket project (just some code cleanup)

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@79 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>1e755a7f6fff0914d080956fb2544c0e4bac7379</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1788589c6c99935f568a1d984387546d1c9c4e7b</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/2605486dc222709c1d3e3824964ab65667e2c221</url>
    <id>2605486dc222709c1d3e3824964ab65667e2c221</id>
    <committed-date>2009-03-23T09:36:32-07:00</committed-date>
    <authored-date>2009-03-23T09:36:32-07:00</authored-date>
    <message>Oops - forgot to include the changes to the Xcode project, which includes the new XMPPPing classes.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@78 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>403c7f0a64f276a780f1a5f55d2884522687d837</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d5fcd1304b7340cd529eb1268d80b67e8e52267</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/1788589c6c99935f568a1d984387546d1c9c4e7b</url>
    <id>1788589c6c99935f568a1d984387546d1c9c4e7b</id>
    <committed-date>2009-03-23T09:35:34-07:00</committed-date>
    <authored-date>2009-03-23T09:35:34-07:00</authored-date>
    <message>Adding partial support for XEP-0199: XMPP Ping

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@77 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>bb75c1a35b669b4cdf9794e5393012733f0002a0</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>92228d5b0cfba66f01f5489a31e9de37b06644bf</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/5d5fcd1304b7340cd529eb1268d80b67e8e52267</url>
    <id>5d5fcd1304b7340cd529eb1268d80b67e8e52267</id>
    <committed-date>2009-03-23T09:34:25-07:00</committed-date>
    <authored-date>2009-03-23T09:34:25-07:00</authored-date>
    <message>Adding methods &quot;toStr&quot; and &quot;fromStr&quot; to XMPPElement.  This allows one to directly retrieve the string values of the &quot;to&quot; and &quot;from&quot; fields of an element without having to create the XMPPJID object.  Helpful when creating responses and such.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@76 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>7a54581c8f44326ee905898f2f00bdc03f84d924</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>49a53d712cb50d86ffe7bee2ba129efc723a2a26</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/92228d5b0cfba66f01f5489a31e9de37b06644bf</url>
    <id>92228d5b0cfba66f01f5489a31e9de37b06644bf</id>
    <committed-date>2009-03-20T11:12:58-07:00</committed-date>
    <authored-date>2009-03-20T11:12:58-07:00</authored-date>
    <message>Bug fix for those sending their own custom presence packets in the onDidAuthenticate delegate method.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@75 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>29f21711d4b30db105420dddcfe57eafd2ff8500</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c230356005f556cb69611816620918a28297ada3</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/49a53d712cb50d86ffe7bee2ba129efc723a2a26</url>
    <id>49a53d712cb50d86ffe7bee2ba129efc723a2a26</id>
    <committed-date>2009-03-08T21:52:08-07:00</committed-date>
    <authored-date>2009-03-08T21:52:08-07:00</authored-date>
    <message>Improving compatibility with several different jabber servers (read: bug fixes).  Also some minor improvements to help with future support for anonymous authentication.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@74 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>b436fd8c28d5760afa0a63132a528189f70fea1f</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6970a8dad5f8d4fbecce6a258faec593bf112b00</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/c230356005f556cb69611816620918a28297ada3</url>
    <id>c230356005f556cb69611816620918a28297ada3</id>
    <committed-date>2009-03-04T12:50:09-08:00</committed-date>
    <authored-date>2009-03-04T12:50:09-08:00</authored-date>
    <message>Merging latest changes from AsyncSocket project.
Also removing xcode user settings from svn.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@71 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>d1a702a9a629e5f5f6bfa187d8d22b0600da399f</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45110158c92aed5229a6c9bc7ec5d2baa3d73250</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/6970a8dad5f8d4fbecce6a258faec593bf112b00</url>
    <id>6970a8dad5f8d4fbecce6a258faec593bf112b00</id>
    <committed-date>2009-02-27T11:01:27-08:00</committed-date>
    <authored-date>2009-02-27T11:01:27-08:00</authored-date>
    <message>Merging latest changes from KissXML project

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@70 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>7ec719583ffc3e824805ec71a93567eb1fc81588</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dc83f41576f5739bea931404d3b1f1cbf433dae8</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/45110158c92aed5229a6c9bc7ec5d2baa3d73250</url>
    <id>45110158c92aed5229a6c9bc7ec5d2baa3d73250</id>
    <committed-date>2009-02-26T14:42:03-08:00</committed-date>
    <authored-date>2009-02-26T14:42:03-08:00</authored-date>
    <message>Merging latest changes from KissXML project

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@69 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>3fcd1e2844b9e71bf891d8eca1ac27a786d8ca00</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4778a17fd8bdc4679b59299566e721c3300d87a8</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/dc83f41576f5739bea931404d3b1f1cbf433dae8</url>
    <id>dc83f41576f5739bea931404d3b1f1cbf433dae8</id>
    <committed-date>2009-02-19T16:03:10-08:00</committed-date>
    <authored-date>2009-02-19T16:03:10-08:00</authored-date>
    <message>Previously XMPP framework considered presence elements with a priority of zero to be from bots (non-humans).  But this was troublesome because there are many xmpp clients out there that don't send a priority in their presence elements.  So this has been changed to only consider negative priorities to be from bots.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@68 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>bada4af7b2f66f706837ffddb11d5dd70f1aca20</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff62b656fb95e5d6ae192f679825cc8bf9a03378</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/4778a17fd8bdc4679b59299566e721c3300d87a8</url>
    <id>4778a17fd8bdc4679b59299566e721c3300d87a8</id>
    <committed-date>2009-02-19T16:00:49-08:00</committed-date>
    <authored-date>2009-02-19T16:00:49-08:00</authored-date>
    <message>Adding ability to get a sorted list of all available resources, possibly including resources for our own account.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@67 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>bf47fa2fad76b2f5108e0ebee74030148532ac3b</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>54079f5e3e470175da3d123b3085cf579ced027f</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/ff62b656fb95e5d6ae192f679825cc8bf9a03378</url>
    <id>ff62b656fb95e5d6ae192f679825cc8bf9a03378</id>
    <committed-date>2009-01-18T10:39:56-08:00</committed-date>
    <authored-date>2009-01-18T10:39:56-08:00</authored-date>
    <message>Merging latest changes from AsyncSocket project

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@66 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>76a5d1518020b88bf3897cba760ef78ef6155fb5</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4de1bc2e286def53609f7264b98387cb3927fd96</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/54079f5e3e470175da3d123b3085cf579ced027f</url>
    <id>54079f5e3e470175da3d123b3085cf579ced027f</id>
    <committed-date>2008-11-29T21:54:56-08:00</committed-date>
    <authored-date>2008-11-29T21:54:56-08:00</authored-date>
    <message>Merging latest changes from AsyncSocket project.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@64 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>053da2c0a5ffdf6df43884be02b9fb78b77d0963</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>93014cb78534275ae66f3b2227c6509d7b52274e</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/4de1bc2e286def53609f7264b98387cb3927fd96</url>
    <id>4de1bc2e286def53609f7264b98387cb3927fd96</id>
    <committed-date>2008-11-29T18:50:09-08:00</committed-date>
    <authored-date>2008-11-29T18:50:09-08:00</authored-date>
    <message>Merging latest changes from AsyncSocket project.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@63 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>4e70fcd352b25e4ff8b8eeff7ccbdbb0ba551a82</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8660849374c0ea940c6e55d06207e8da346f8502</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/93014cb78534275ae66f3b2227c6509d7b52274e</url>
    <id>93014cb78534275ae66f3b2227c6509d7b52274e</id>
    <committed-date>2008-11-25T14:36:05-08:00</committed-date>
    <authored-date>2008-11-25T14:36:05-08:00</authored-date>
    <message>Merging latest changes from SSCrypto project.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@62 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>e5b3f1120f74333dc7e6016426cb07e52a9a237d</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f10d4dab333ca586e0661d35e7d73e4d5de0a82b</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/8660849374c0ea940c6e55d06207e8da346f8502</url>
    <id>8660849374c0ea940c6e55d06207e8da346f8502</id>
    <committed-date>2008-11-25T13:35:35-08:00</committed-date>
    <authored-date>2008-11-25T13:35:35-08:00</authored-date>
    <message>Upgrading libidn from version 1.9 to version 1.11

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@61 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>a0e6fec654e8716842567a2df1e8dc771809e0f1</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6181f7de97c1fc48fda0dc16f0fb9cf5fe6079ec</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/f10d4dab333ca586e0661d35e7d73e4d5de0a82b</url>
    <id>f10d4dab333ca586e0661d35e7d73e4d5de0a82b</id>
    <committed-date>2008-11-25T12:16:37-08:00</committed-date>
    <authored-date>2008-11-25T12:16:37-08:00</authored-date>
    <message>Project now has 3 targets:
1) Build everything as a single app
2) Build a framework
3) Build an app that uses the framework

This means you can simply build the framework, and drop it in your app.
Thanks to Jens.Alfke for the patch.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@60 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>9545ba124cf71eeac00268b68332620f148cdf2c</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7370814459f32691fe01aff456864f6bd367d218</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/6181f7de97c1fc48fda0dc16f0fb9cf5fe6079ec</url>
    <id>6181f7de97c1fc48fda0dc16f0fb9cf5fe6079ec</id>
    <committed-date>2008-11-17T12:40:44-08:00</committed-date>
    <authored-date>2008-11-17T12:40:44-08:00</authored-date>
    <message>Applying patch from Jens Alfke regarding issue #6:
Configuration is now stored in user defaults so you don't have to re-type it everytime.  This also fixes a bug where the Sign In button wouldn't re-enable itself after a login failure, preventing you from retrying.  It also adds a missing #include that was preventing the file from building without warnings with -Wall enabled.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@59 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>57ce79a64e1a8e885c4e03e06856063fffbacfb8</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9bf15341c4b0da098933ba2f01df48b9bae895fa</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/7370814459f32691fe01aff456864f6bd367d218</url>
    <id>7370814459f32691fe01aff456864f6bd367d218</id>
    <committed-date>2008-11-13T03:52:48-08:00</committed-date>
    <authored-date>2008-11-13T03:52:48-08:00</authored-date>
    <message>Bug fix - userForJID method didn't work if the passed JID was for the logged in user.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@58 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>ad51b6cbbb1b2113acf771dc62335f7e61b5e35e</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>21a5e58d04df06c5add277e2280a4d50ec899cc6</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/9bf15341c4b0da098933ba2f01df48b9bae895fa</url>
    <id>9bf15341c4b0da098933ba2f01df48b9bae895fa</id>
    <committed-date>2008-11-13T02:28:54-08:00</committed-date>
    <authored-date>2008-11-13T02:28:54-08:00</authored-date>
    <message>Removed some debugging output.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@57 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>74d59c77f763529b1383c6807fdfcf278cf603da</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>47a231acca8557f60d430238fc834ece33cc0e4f</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/21a5e58d04df06c5add277e2280a4d50ec899cc6</url>
    <id>21a5e58d04df06c5add277e2280a4d50ec899cc6</id>
    <committed-date>2008-11-13T02:28:12-08:00</committed-date>
    <authored-date>2008-11-13T02:28:12-08:00</authored-date>
    <message>Added ability to get users and resources from JID's.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@56 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>74ffc2e370c568019821d6bc36769ac5ecf8fcd9</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5c30c401118d0234d4804270ca4d5cc7fb2b5141</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/47a231acca8557f60d430238fc834ece33cc0e4f</url>
    <id>47a231acca8557f60d430238fc834ece33cc0e4f</id>
    <committed-date>2008-11-10T12:04:30-08:00</committed-date>
    <authored-date>2008-11-10T12:04:30-08:00</authored-date>
    <message>Improving functionality of multicast delegate.  Now works more like the NSNotificationCenter.  Removing a delegate within a delegate callback no longer causes problems.  Adding a delegate during a delegate callback no longer results in an inappropriate call to that new delegate.  (Just like NSNotificationCenter, and multicast delegates in other languages.)

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@55 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>8c993d091b7c2f76c383990ad6881206dc50a2d5</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>406231079df3d4c582bc193bdc287107701fff4c</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/5c30c401118d0234d4804270ca4d5cc7fb2b5141</url>
    <id>5c30c401118d0234d4804270ca4d5cc7fb2b5141</id>
    <committed-date>2008-11-10T11:30:11-08:00</committed-date>
    <authored-date>2008-11-10T11:30:11-08:00</authored-date>
    <message>Merging latest changes from KissXML project.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@54 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>7ecf2b42de35fd6e41cabd03f894882aa46cc938</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fdc51ec3aebab271c3bbdcdf623f4d4d9d07a086</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/406231079df3d4c582bc193bdc287107701fff4c</url>
    <id>406231079df3d4c582bc193bdc287107701fff4c</id>
    <committed-date>2008-10-27T12:30:10-07:00</committed-date>
    <authored-date>2008-10-27T12:30:10-07:00</authored-date>
    <message>Merging latest changes from AsyncSocket project.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@53 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>ce39829a78b50b57b3607fcac7df1cedb1b2affc</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>307da7da6a868d40740f6634bc38bccdce66d1a1</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/fdc51ec3aebab271c3bbdcdf623f4d4d9d07a086</url>
    <id>fdc51ec3aebab271c3bbdcdf623f4d4d9d07a086</id>
    <committed-date>2008-10-24T14:20:53-07:00</committed-date>
    <authored-date>2008-10-24T14:20:53-07:00</authored-date>
    <message>Merging latest changes from KissXML project.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@52 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>b91068ee417a4f9cfbb5e5666abf9fbb88a8950f</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>78d5943b25d8830d2e5e4ac28e69f84427b42b1f</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/307da7da6a868d40740f6634bc38bccdce66d1a1</url>
    <id>307da7da6a868d40740f6634bc38bccdce66d1a1</id>
    <committed-date>2008-10-23T17:29:24-07:00</committed-date>
    <authored-date>2008-10-23T17:29:24-07:00</authored-date>
    <message>Merging latest changes from AsyncSocket project. Taking advantage of new pre-buffering feature in AsyncSocket.

git-svn-id: http://xmppframework.googlecode.com/svn/trunk@51 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>3700e2e388f44da9cbd5357cd71b2324c6a01295</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ca75fb514596cab55936a1ecb84a696c4cc9dd7</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/78d5943b25d8830d2e5e4ac28e69f84427b42b1f</url>
    <id>78d5943b25d8830d2e5e4ac28e69f84427b42b1f</id>
    <committed-date>2008-10-21T03:42:22-07:00</committed-date>
    <authored-date>2008-10-21T03:42:22-07:00</authored-date>
    <message>Improving Tiger compatibility.


git-svn-id: http://xmppframework.googlecode.com/svn/trunk@50 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>6cdab4295b6b14fdd01b0da1c7829357c89e6a65</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>74153e9f45e73d5a787c19dd309d38074ffd1e81</id>
      </parent>
    </parents>
    <author>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </author>
    <url>http://github.com/tinycode/xmppframework/commit/7ca75fb514596cab55936a1ecb84a696c4cc9dd7</url>
    <id>7ca75fb514596cab55936a1ecb84a696c4cc9dd7</id>
    <committed-date>2008-10-21T02:32:06-07:00</committed-date>
    <authored-date>2008-10-21T02:32:06-07:00</authored-date>
    <message>Switching from pre-compiled SSCrypto framework, to simply including the source files.  This makes it easier to support multiple targets (Tiger, Leopard, iPhone) from a single code base.


git-svn-id: http://xmppframework.googlecode.com/svn/trunk@49 69bd8580-3047-0410-960a-a116b6c96ec9</message>
    <tree>ac532fc19403da0596cf90ccce550fb7eaabf025</tree>
    <committer>
      <name>deusty</name>
      <email>deusty@69bd8580-3047-0410-960a-a116b6c96ec9</email>
    </committer>
  </commit>
</commits>
