2001-12-04 12:22  mallum

	* ChangeLog, jabber.py, examples/pygtkjab.py: small fixes to X
	functionality. Yet more pygtkjab improvements

2001-11-20 00:15  mallum

	* jabber.py: component improvements

2001-11-19 18:30  mallum

	* jabber.py, examples/pygtkjab.py: improved error handling slighly,
	added a timeout to sendAndRecieves

2001-11-14 00:07  mallum

	* jabber.py, examples/pygtkjab.py, examples/test_client.py:
	improvements to pygtk, bug squashed in test client too

2001-11-10 23:06  mallum

	* CREDITS, jabber.py, examples/mailchecker.py: Added CREDITS and
	submitted mailchecker.py component

2001-11-09 10:37  mallum

	* jabber.py, examples/pygtkjab.py: iq error bug fixed ( thx brian )
	, pygtk client improvements

2001-11-07 14:07  mallum

	* jabber.py, xmlstream.py, examples/offline.xpm,
	examples/online.xpm, examples/pending.xpm, examples/pygtkjab.py:
	Imporved pygtk client, minor bug fixes to core and component stuff

2001-10-28 01:09  mallum

	* jabber.py, examples/pygtkjab.py: pygtk client much improved. bug
	fixes to jabber.py, mainly roster class

2001-10-16 22:22  mallum

	* examples/: pygtkjab.py, pyqtjab.py: added Arrons pyqt client,
	started work on improving the pygtk client

2001-10-04 00:09  mallum

	* jabber.py, xmlstream.py, docs/index.html: More Small Class
	changes

2001-10-04 00:08  mallum

	* examples/pygtkjab.py: pygtk client fixes for new Class structure

2001-09-24 18:56  mallum

	* jabber.py: More work on a Component class

2001-09-22 01:29  mallum

	* examples/test_client.py, ChangeLog, README, jabber.py,
	xmlstream.py, docs/index.html: re-jigged xmlstream.py classes.
	Renamed jabber.connection ( to Client ). Sketched out a
	jabber.Connection class

2001-09-09 20:58  mallum

	* MANIFEST, README, setup.py, xmlstream.py: Improved README and
	setup.py

2001-09-08 18:09  mallum

	* jabber.py, xmlstream.py, examples/jrpc.py, examples/pygtkjab.py,
	examples/test_client.py: More documenting...

2001-08-29 16:52  mallum

	* ChangeLog, Changelog, Jabber.py, XMLStream.py, jabber.py,
	setup.py, xmlstream.py, docs/index.html, examples/jrpc.py,
	examples/pygtkjab.py, examples/test_client.py: more documentation
	added, better diconnection handling, renaming to lower case of
	modules

2001-08-28 16:23  mallum

	* Jabber.py, docs/howto.tex: began adding documentation

2001-08-27 22:36  mallum

	* Jabber.py, examples/README: Added 'x' tag methods to the protocol
	object, added DJ's suggestion that buildreply keeps the message
	type

2001-08-27 00:53  mallum

	* Changelog, Jabber.py, MANIFEST, XMLStream.py, pygtkjab.py,
	examples/README, examples/jrpc.py, examples/pygtkjab.py,
	examples/test_client.py: Added Changelog, removed dependancie for
	clients to include XMLStream

2001-08-27 00:06  mallum

	* Jabber.py, XMLStream.py, test_client.py, examples/jrpc.py,
	examples/test_client.py: Added XMLStreamNodeBuilder, payload
	methods for iq objects, new jrpc.py example, added examples
	directory

2001-08-25 20:03  mallum

	* Jabber.py, XMLStream.py: added some methods to ease the edition
	of XMLRPC packets

2001-08-14 22:41  mallum

	* XMLStream.py, pygtkjab.py: added a disconnected callback, began
	to sort out gtk app

2001-08-11 15:23  mallum

	* README, setup.py, test_client.py: 0.1 release

2001-08-08 22:14  mallum

	* Jabber.py, test_client.py: more roster improvemnts

2001-07-31 23:29  mallum

	* Jabber.py, test_client.py: Roster class added, JID handling
	improved

2001-07-31 17:03  mallum

	* Jabber.py, pygtkjab.py: added begginings of Roster class

2001-07-26 23:39  mallum

	* Jabber.py, pygtkjab.py: Added initial logon dialog - stilllots to
	do

2001-07-25 00:35  mallum

	* Jabber.py, pygtkjab.py: added dialogs to pygtk client

2001-07-23 23:27  mallum

	* pygtkjab.py: more pygtk work

2001-07-23 21:22  mallum

	* pygtkjab.py: pygtk client reqrite

2001-07-20 16:38  mallum

	* Jabber.py, pygtkjab.py: nothing specfial

2001-07-16 18:49  mallum

	* Jabber.py, pygtkjab.py: more gui client improvements

2001-07-13 18:26  mallum

	* pygtkjab.py, test_client.py: added begginnings of ipaq pygtk
	client

2001-07-13 00:04  mallum

	* Jabber.py, XMLStream.py, test_client.py: JID class created

2001-07-11 17:04  mallum

	* Jabber.py, XMLStream.py, test_client.py: test_client imporved

2001-07-09 17:02  mallum

	* Jabber.py: auth bug fixed, cleaning up

2001-07-06 18:01  mallum

	* Jabber.py, XMLStream.py, test_client.py: improved loggin,

2001-07-05 20:01  mallum

	* Jabber.py, XMLStream.py, test_client.py: 
	more tidying up

2001-07-04 19:33  uid30517

	* Jabber.py, XMLStream.py: added sha auth stuff - thanks DJ

2001-07-04 11:35  uid30517

	* Jabber.py, XMLStream.py: more XMLnodeyness

2001-07-04 00:23  mallum

	* Jabber.py, XMLStream.py: improved object structure - niow all
	protocol types use nodes

2001-07-03 23:01  mallum

	* Jabber.py, XMLStream.py, test_client.py: made more use of nodes
	;)

2001-06-29 18:07  mallum

	* Jabber.py, XMLStream.py, test_client.py: fixed a couple of small
	bugs, started to add some exceptions in ( play around with
	basically )

2001-06-27 18:50  mallum

	* XMLStream.py, Jabber.py, MANIFEST, README, setup.py,
	test_client.py: Initial revision

2001-06-27 18:50  mallum

	* XMLStream.py, Jabber.py, MANIFEST, README, setup.py,
	test_client.py: intial import

