<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -52,19 +52,20 @@ class Time
   end
 end
 
-MUC = 'c3d2@conference.jabber.ccc.de'
+MUC = 'c3d2@muc.hq.c3d2.de'
 
+Readline::completion_proc = lambda { |*a| [] }
 nick = nil
 while nick.to_s == ''
   nick = Readline::readline('Your nick: ')
 end
-cl = Jabber::Client.new(Jabber::JID.new('collector', 'jabber.ccc.de', nick))
+cl = Jabber::Client.new(&quot;#{nick}@anonxmpp.hq.c3d2.de/ssh chat@ssh.hq.c3d2.de&quot;)
 Jabber::Version::SimpleResponder.new(cl, 'Astro\'s LittleMUC', '0.0',
                                      &quot;XMPP4R-#{Jabber::XMPP4R_VERSION} on Ruby-#{RUBY_VERSION}&quot;)
 puts &quot;#{Color::Yellow}Connecting...#{Color::Reset}&quot;
 cl.connect
 puts &quot;#{Color::Yellow}Authenticating...#{Color::Reset}&quot;
-cl.auth '***'
+cl.auth_anonymous
 puts &quot;#{Color::Green}Joining room #{Color::Yellow}#{MUC}#{Color::Reset}&quot;
 muc = Jabber::MUC::SimpleMUCClient.new(cl)
 muc.on_message { |time,nick,text|</diff>
      <filename>littlemuc.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7290e2d5c4fddf90241edd371359cb32a9449ca3</id>
    </parent>
  </parents>
  <author>
    <name>Astro</name>
    <email>astro@spaceboyz.net</email>
  </author>
  <url>http://github.com/astro/jerry/commit/027bc9f431035d82e1358bb13ece1eafb8960e71</url>
  <id>027bc9f431035d82e1358bb13ece1eafb8960e71</id>
  <committed-date>2009-06-14T08:29:09-07:00</committed-date>
  <authored-date>2009-06-14T08:29:09-07:00</authored-date>
  <message>littlemuc as running at chat@ssh.hq.c3d2.de</message>
  <tree>3ffdb9804dd972d247e710308dbe1dbd2933dcac</tree>
  <committer>
    <name>Astro</name>
    <email>astro@spaceboyz.net</email>
  </committer>
</commit>
