1.2
===
  - Added disco support (for jabberd2 and for direct access to what is in the
    DB.
  - Upgraded to Net::Jabber 2.0.
  - Added boot.sh from Matthias Rauch.
  - Added INSTALL and README from Will Kamishlian.

1.1
===
  - Added support for jabberd 2.0.  This requires a bug fix in
    Net::Jabber v1.30.

1.0
===
  - Updated x:data from jid to jid-single.
  - Updated x:data to include Call for Experience changes.
  - Fixed x:data support for the new <desc/> tag.
  - Simplified the logic greatly.  Using the new Net::Jabber::Component::
    Execute loop to handle the connection.
  - Switched over to the new IQ Namespace callbacks.
  - Added in the new jabber:x:data forms support.
  - Optimized the database for faster lookups.

0.8
===
  - Fixed bug with accept and exec.

0.7
===
  - Converted from a Transport to a component.  Hope this works.

0.6
===
  - Fixed bug where a ' in a field would cause a bad mySQL command.
  - Moved Net::Jabber version requirement to 1.0015 due to bug fix for the
    iq:search namespace support.

0.5
===
  - Changed calls from *ErrorType to *ErrorCode for reporting errors.
  - Added support for the <registered/> tag in the iq:register namespace.
    Moved Net::Jabber version requirement to 1.0012.

0.4
===
  - Fixed mysql query for multiple fields.
  - Added limit to number of results returned.
  - Added sorting of the results by last name.

0.3
===
  - Removed Name field.
  - Added code to populate the fileds when you do a register.
