2001-03-27  Julian Missig  <julian@jabber.org>
	
	* include/jabberoo.hh: getError and getErrorCode are now part of jabberoo::Packet instead of jabberoo::Message
	* src/jabberoo-message.cc: same
	* src/jabberoo-packet.cc: same
	* src/sha.c: (shahash): Patch from Josh Huber <huber@alum.wpi.edu> to fix big endian problems

2001-03-21  Julian Missig  <julian@jabber.org>

	* include/jabberoo.hh: setThread for messages
	* src/jabberoo-message.cc: same

2001-03-18  Julian Missig  <julian@jabber.org>

	* include/jabberoo.hh: getErrorCode() for messages
	* src/jabberoo-message.cc: same

2001-03-14  Julian Missig  <julian@jabber.org>

	* src/jabberoo-session.cc: Don't send initial <presence/> - leave that up to the client.

2001-03-13  Brandon  <brandon@aspect.net>

	* expat/Makefile.am: changed to make builddir work
	* src/Makefile.am: same
	* test/Makefile.am: not sure, probably something to do with same

2001-03-12  Julian Missig  <julian@jabber.org>

	* test/Makefile.am: Patch from Fabien Ninoles to make builddir/srcdir work properly

2001-03-05  Julian Missig  <julian@jabber.org>

	* src/jabberoo-session.cc: The display of iq:time is more how I like it now ;)

2001-02-27  Brandon  <brandon@aspect.net>

	* src/jabberoo-session.cc: Fixed bug in jabber:iq:time so it now returns
	the correct timezone and local time.  

2001-02-26  Julian Missig  <julian@jabber.org>

	* include/jabberoo.hh: Merged in mass's findExact function which 
	returns the presence for a specific resource.
	* src/jabberoo-presencedb.cc: same

2001-02-19  Brandon  <brandon@aspect.net>

	* src/jabberoo-session.cc: now reply to jabber:iq:time

2001-02-17  Brandon  <brandon@aspect.net>

	* src/jabberoo-presencedb.cc: fixed bug in presenceDB::available

2001-02-14  Brandon  <brandon@aspect.net>
	* src/jabberoo-presencedb.cc: Fixed a bug in presencedb::find not throwing an
	InvalidJID exception under certain circumstances when no presence was found. 

02-15-2000	DizzyD <dave@jabber.org>
	* DOM is now functionally complete. All that's missing at this point is copy operators and the query implementation

	* TagStream(used to be Parser) object is working great. No memory leaks that i can find. Only thing that bothers me is
	the fact that it delete the entire document after you close the session...this might need to be adjusted later.

02-13-2000 	DizzyD <dave@jabber.org>

	* Got domtester building (on linux) and have started testing basic
	functionality of the DOM. It looks like I'll need a wrapper class
	for the iterators that can keep track of begin/end stuff..I'm not
	so sure how to handle that since I've got different types of iterators
	for maps and lists...templates are prolly the key

	* Got basic build system in place (I think). FWIW all the libs
	build and don't complain.
