<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,7 +24,7 @@ OptionParser.new do |opts|
   opts.parse!(ARGV)
 end
 
-cl = Client.new(jid, false)
+cl = Client.new(jid)
 cl.connect
 cl.auth(password)
 exit = false</diff>
      <filename>data/doc/xmpp4r/examples/advanced/getonline.rb</filename>
    </modified>
    <modified>
      <diff>@@ -16,10 +16,10 @@ pwto = 'z'
 BOTHOLD = &quot;Hi, you are subscribed to my presence. I just changed my JID. The new one is #{jidto.strip}. You might want to update your roster. Thank you, and sorry for the inconvenience !&quot;
 BOTHNEW = &quot;Hi, you are subscribed to the presence of my previous JID : #{jidfrom.strip}. I just changed my JID, and this is the new one. You might want to update your roster. Thank you, and sorry for the inconvenience !&quot;
 
-clfrom = Client.new(jidfrom, false)
+clfrom = Client.new(jidfrom)
 clfrom.connect
 clfrom.auth(pwfrom)
-clto = Client.new(jidto, false)
+clto = Client.new(jidto)
 clto.connect
 clto.auth(pwto)
 #clfrom.send(Presence.new)</diff>
      <filename>data/doc/xmpp4r/examples/advanced/migrate.rb</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ if to.nil?
   puts &quot;No receiver specified. See jabbersend -h&quot;
 end
 
-cl = Client.new(myJID, false)
+cl = Client.new(myJID)
 cl.connect
 cl.auth(myPassword)
 body = STDIN.readlines.join</diff>
      <filename>data/doc/xmpp4r/examples/basic/jabbersend.rb</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,7 @@ end
 
 body = IO::read(filename).chomp
 
-cl = Client.new(jid, false)
+cl = Client.new(jid)
 cl.connect
 cl.auth(password)
 exit = false</diff>
      <filename>data/doc/xmpp4r/examples/basic/mass_sender.rb</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,7 @@ OptionParser.new do |opts|
   opts.parse!(ARGV)
 end
 
-cl = Client.new(jid, false)
+cl = Client.new(jid)
 cl.connect
 cl.auth(password)
 cl.send(Iq.new_rosterget)</diff>
      <filename>data/doc/xmpp4r/examples/basic/roster.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1183de62e1d1783dea251fa556bbd15b633d3b21</id>
    </parent>
  </parents>
  <author>
    <name>Glenn Rempe</name>
    <email>glenn@rempe.us</email>
  </author>
  <url>http://github.com/ln/xmpp4r/commit/af915e5671e4a26dd339977032e995b160ef33a4</url>
  <id>af915e5671e4a26dd339977032e995b160ef33a4</id>
  <committed-date>2008-06-21T18:04:43-07:00</committed-date>
  <authored-date>2008-06-21T18:04:43-07:00</authored-date>
  <message>Client#new no longer accepts a boolean threaded param.</message>
  <tree>87d4400f3c9c3ec0cba30f85686789e5bed16c74</tree>
  <committer>
    <name>Glenn Rempe</name>
    <email>glenn@rempe.us</email>
  </committer>
</commit>
