2004-08-04 22:41  snakeru

	* xmpp/__init__.py:

	IBB is fixed and worth inclusion.

2004-08-04 22:39  snakeru

	* xmpp/__init__.py:

	IBB stuff is fixed and worth inclusion.

2004-08-04 22:30  snakeru

	* xmpp/: __init__.py, features.py, protocol.py:

	Stable 0.1 will not include browser and new DataForm class.

2004-08-04 21:42  snakeru

	* README.py:

	There IS another documentation already.

2004-08-04 21:35  snakeru

	* xmpp/: client.py, filetransfer.py:

	Fixed and tested IBB. Added usual debugging stuff to it.

2004-08-04 21:32  snakeru

	* xmpp/dispatcher.py:

	Bugfix: typeless stanzas were processed several times sometimes.

2004-08-04 21:26  snakeru

	* doc/basic.html:

	Corrections to text donated by Mike Albon.

2004-07-26 17:00  snakeru

	* xmpp/simplexml.py:

	Bugfix: nodebuilder was tracing on the first node.

2004-07-26 02:38  mikealbon

	* irc-transport/irc.py:

	Bug fixes in XHTML generator

2004-07-23 16:34  snakeru

	* xmpp/protocol.py:

	Added getQueryChildren method. WARNING: it behaves gust like getQueryPayload before. And the getQueryPayload is now different!

2004-07-23 16:31  snakeru

	* xmpp/simplexml.py:

	Made getPayload to return both CDATA and child nodes just like setPayload uses.

2004-07-23 16:27  snakeru

	* xmpp/simplexml.py:

	Fixed bug in CDATA handling code. The data will not be shifted between tags anymore.

2004-07-12 23:20  snakeru

	* xmpp/: features.py, protocol.py:

	DataForm class re-implemented to conform JEP-0004 more closely.

2004-07-11 23:32  snakeru

	* xmpp/protocol.py:

	Added support for multiple values.
	Bugfix: label is an option's property - not DataField's.

2004-07-11 23:01  snakeru

	* xmpp/protocol.py:

	Added import of ustr function from simplexml module.
	Bugfix: jid comparsion made less vulnerable to type mismatches.
	Added JID.__hash__ method.

2004-07-11 23:00  snakeru

	* xmpp/browser.py:

	Added support for several hosts on one connection.
	Argument Handler in setDiscoHandler converted to lowercase.

2004-07-05 19:52  mikealbon

	* irc-transport/irc.py:

	Typos and other small fixes

2004-07-05 15:19  mikealbon

	* irc-transport/irc.py:

	Changed ban handling code to not generate an exception when the removed item not in list. Also new error code '468' added for Undernet Bad username support.

2004-06-30 07:30  snakeru

	* xmpp/browser.py:

	Added support for nodes like "http://jabber.org/protocol/commands".

2004-06-28 22:58  snakeru

	* xmpp/protocol.py:

	Added DataField class in preparation to DataForm rewrite.

2004-06-28 15:55  snakeru

	* xmpp/roster.py:

	Added raising NodeProcessed exception to mark already processed iq and presences.

2004-06-28 12:00  mikealbon

	* irc-transport/irc.py:

	Minor Fixes

2004-06-28 10:34  snakeru

	* README.py:

	xmpp module imported to local namespace.
	Added examples of sending ASCII and national messages.

2004-06-28 09:38  snakeru

	* xmpp/simplexml.py:

	Added Node.has_attr

2004-06-27 23:10  snakeru

	* xmpp/dispatcher.py:

	Bugfix: the returnStanzaHandler must not return error stanzas.

2004-06-27 22:24  snakeru

	* xmpp/: __init__.py, browser.py:

	Browser module tested, fixed and included into library structure.

2004-06-27 20:00  snakeru

	* xmpp/browser.py:

	Hand-crafted and logically debugged the heart - _traversePath. Now need to check other methods.

2004-06-27 17:30  snakeru

	* xmpp/: dispatcher.py, features.py, filetransfer.py, protocol.py:


	NodeProcessed mechaniks fixed:
	    class moved to protocol module.
	    try: except: block fixed to catch all needed exceptions.
	Default handler mechanics fixed.
	returnStanzaHandler moved from features to dispatcher. It will be default handler in 0.2.
	Dispatcher.UnregisterHandler fixed.

2004-06-27 17:03  snakeru

	* xmpp/protocol.py:

	Iq.buildReply made to appropriate set the queryNS value.
	Error text message now included in error body tag for compartibility with
	    older protocol.

2004-06-26 12:26  snakeru

	* xmpp/dispatcher.py:

	Bugfix: already dispatched node must not be changed anymore by NodeBuilder.

2004-06-26 12:24  snakeru

	* xmpp/client.py:

	Bugfix: TLS failed to restart after disconnect.

2004-06-26 12:20  snakeru

	* xmpp/roster.py:

	Namespace declarations moved to protocol module.
	Protocol module imported to the local namespace.
	Bugfix: item deletion required Node class in local namespace.

2004-06-26 08:42  snakeru

	* xmpp/: auth.py, client.py, dispatcher.py, features.py,
	  filetransfer.py, protocol.py, transports.py:

	All namespaces declarations moved to protocol module.
	Introduced politics of direct protocol module importing.

2004-06-26 08:14  snakeru

	* xmpp/__init__.py:

	Added direct import from protocol module.

2004-06-24 21:34  snakeru

	* debian/: changelog, python2.1-xmpp.docs, python2.2-xmpp.docs,
	  python2.3-xmpp.docs, rules:

	Sync with rc3-1.proposed version.

2004-06-24 06:28  snakeru

	* debian/: changelog, control, python2.1-xmpp.postinst,
	  python2.1-xmpp.prerm, python2.2-xmpp.postinst,
	  python2.2-xmpp.prerm, python2.3-xmpp.postinst,
	  python2.3-xmpp.prerm, rules:

	Synced with rc2-2 Debian version.

2004-06-23 16:48  snakeru

	* xmpp/protocol.py:

	Added getQuerynode and setQuerynode methods.

2004-06-20 22:36  snakeru

	* doc/index.html:

	Hope that Mike will never see it. I am so ashamed...

2004-06-20 22:30  snakeru

	* doc/: advanced.html, expert.html:

	Empty file.

2004-06-20 22:29  snakeru

	* doc/basic.html:

	Unformatted but finished at the first look.

2004-06-20 22:28  snakeru

	* doc/index.html:

	Added links to documentation and Mike Albon's IRC transport.

2004-06-20 22:16  snakeru

	* xmpp/simplexml.py:

	Bugfix: use &quot; to not corrupt XML on some attribute values.

2004-06-20 13:45  snakeru

	* doc/examples/xsend.py:

	Example script that is used in "simple" doc.

2004-06-20 12:39  snakeru

	* README:

	First documentation appeared.
	Added notice about official Debian's packages.

2004-06-19 18:41  mikealbon

	* irc-transport/irc.py:

	Channel redirect support.

2004-06-18 11:07  mikealbon

	* irc-transport/irc.py:

	Fixes for registration on python2.1, uses codecs.lookup() now.

2004-06-18 07:40  snakeru

	* doc/basic.html:

	Some more bits.

2004-06-18 07:02  snakeru

	* doc/basic.html:

	Started attempt to write a docs for library.

2004-06-17 19:57  snakeru

	* xmpp/protocol.py:

	Bugfix: tag.getError() will not issue a traceback anymore if there is no error (thanks to sneakin).

2004-06-17 19:13  snakeru

	* xmpp/simplexml.py:

	Bugfix: bits like xml:lang='en' was processed incorrectly.
	  ** This is a very crude hack. I must think more on this.

2004-06-16 18:11  snakeru

	* irc-transport/xmpp-irc:

	VEEERY preliminary (but working) version of init.d script.

2004-06-10 14:27  mikealbon

	* irc-transport/irc.py:

	Update to make user based character set selection work in both directions.

2004-06-03 17:25  snakeru

	* xmpp/: protocol.py, roster.py:

	Fixed bug with "@" and "/" characters in the resource string.

2004-06-03 16:38  snakeru

	* xmpp/simplexml.py:

	Bugfix: addChild now set's child.parent properly.

2004-06-03 16:13  mikealbon

	* irc-transport/irc.py:

	Initial registration support. Presence and user subscriptions are not yet supported. 8bit nicknames are supported but currently not per server.

2004-05-28 22:08  snakeru

	* README:

	Some unimportant corrections.

2004-05-28 22:02  snakeru

	* README:

	Added "normal" README.

2004-05-28 21:34  snakeru

	* debian/: changelog, control, python2.1-xmpp.docs,
	  python2.2-xmpp.docs, python2.3-xmpp.docs:

	Sync with Debian's versions.

2004-05-26 15:44  mikealbon

	* irc-transport/irc.py:

	Bugfix: Nick change now works from XMPP side.

2004-05-26 11:15  mikealbon

	* irc-transport/irc.py:

	Bug fix for clients sending whitespace in message subject tags.

2004-05-25 14:46  snakeru

	* xmpp/roster.py:

	getRoster , getItem methods added

2004-05-25 14:46  snakeru

	* xmpp/client.py:

	getRoster method added.

2004-05-20 23:33  mikealbon

	* irc-transport/README.txt:

	Inital Import

2004-05-20 15:56  snakeru

	* xmpp/protocol.py:

	Fixed backtrace on unhandled condition case.

2004-05-20 14:35  mikealbon

	* irc-transport/IRC-Transport-Howtouse.html:

	Inital import of user documentation.

2004-05-20 14:34  mikealbon

	* irc-transport/irclib.py.diff:

	Fixed Diff to reflect current use and all cases.

2004-05-20 11:09  snakeru

	* xmpp/: client.py, debug.py:

	Bugfix: debug_flags was in "debug" module namespace instead of being Debug class attribute.

2004-05-18 15:48  mikealbon

	* irc-transport/irc.py:

	Removed string version of namespaces and used library equivelent. Also added muc#owner form prototype, not finished.

2004-05-17 23:25  snakeru

	* xmpp/protocol.py:

	JID.__ne__ method added.

2004-05-17 17:30  snakeru

	* xmpp/client.py:

	DeregisterDisconnectHandler renamed to UnregisterDisconnectHandler.

2004-05-17 16:02  mikealbon

	* irc-transport/irc.py:

	socket handling on jabber disconnect and autoreconnect was not handled correctly.

2004-05-17 14:49  snakeru

	* irc-transport/irc.py:

	Removed string module use in honour of string's builtin methods.
	Optimized several conditions for speed.

2004-05-17 14:35  snakeru

	* irc-transport/irc.py:

	Errors processing changed to xmpp's native (IM-XMPP style).
	Removed all "xmpp.protocol." strings since this namespace already merged with local.

2004-05-17 13:32  snakeru

	* xmpp/__init__.py:

	Added NS_XXX importing into module's namespace.

2004-05-15 00:17  mikealbon

	* irc-transport/irc.py:

	Guarding to subject setting. Check permission locally.

2004-05-14 17:46  mikealbon

	* irc-transport/irc.py:

	New channel mode handler, hopefully better than the last. Paves way to local checking for changing topic etc.

2004-05-14 15:19  mikealbon

	* irc-transport/irc.py:

	Preliminary support for Membership list editing, also kicking, giving and removing Chanop and voice privileges.

2004-05-14 09:40  snakeru

	* xmpp/roster.py:

	Added getItems, keys and __getitem__ methods (limited mapping interface).
	Bugfix: setItem used incorrect XML.
	Self contact corrected to have all (though dummy) parameters.

2004-05-13 15:18  mikealbon

	* irc-transport/irc.py:

	Fixed a problem with 'Nosuchchannel'

2004-05-12 18:48  mikealbon

	* irc-transport/irc.py:

	Changes to the API relating to type becoming typ.

2004-05-12 16:53  mikealbon

	* irc-transport/irclib.py.diff:

	A non-reversed version.

2004-05-12 16:45  mikealbon

	* irc-transport/irclib.py.diff:

	Diff against python-irclib 0.4.1-1 package to make socket disconnection handling work in error cases.

2004-05-11 18:02  mikealbon

	* irc-transport/irc.py:

	Added config file option for character set. All messages are encoded in that format, UTF-8 inbound is detected.

2004-05-11 17:42  mikealbon

	* irc-transport/irc.py:

	Minor fixes

2004-05-05 10:34  snakeru

	* xmpp/: auth.py, client.py:

	Removed "#!/usr/bin/python" headers to please lintian.

2004-05-05 10:33  snakeru

	* debian/control:

	Changed debian-policy version to please the lintian.

2004-05-04 17:11  mikealbon

	* irc-transport/irc.py:

	Initial mode change support from IRC network.

2004-05-04 16:07  mikealbon

	* irc-transport/irc.py:

	Removed all traces of splitting the event.source() and used irclib's functions instead.

2004-05-04 15:27  mikealbon

	* irc-transport/irc.py:

	Numerous fixes. Migration away from using local functions to those provided in the library. Single threaded instead of 3 threads. UTF-8 encoding for output to
	ircserver.

2004-05-04 12:28  snakeru

	* xmpp/: auth.py, client.py, dispatcher.py, features.py,
	  protocol.py:

	Changed all "type" in functions arguments to "typ" .
	    WARNING: VERY INCOMPARTIBLE CHANGES! This is one more step away from jabberpy API.

2004-05-04 12:03  snakeru

	* debian/changelog:

	Fix: next version will be -rc1 not -pre6.

2004-05-04 12:02  snakeru

	* debian/changelog:

	Updated to 0.1-pre6.

2004-05-04 11:58  snakeru

	* xmpp/filetransfer.py:

	Very preliminary. It worked recently but poorly and may be broken already.

2004-05-04 11:54  snakeru

	* xmpp/: features.py, protocol.py:

	Protocol.Error syntax changed. WARNING: incompartible changes.

2004-05-03 20:57  snakeru

	* xmpp/: features.py, protocol.py:

	Error nodes creating and setting made more (I hope) intuitive. WARNING: uncompartible changes.

2004-05-03 09:33  snakeru

	* xmpp/protocol.py:

	Python 2.1 compartibility in Protocol.__init__.
	Bugfix: Protocol element properties is child's namespaces - w/o dependency of parent node namespace.

2004-05-03 09:29  snakeru

	* xmpp/simplexml.py:

	Bugfix: preserve namespace when cloning node.
	Bugfix: fixed traceback in NodeBuilder on non-Node object upgrading.

2004-05-02 22:23  snakeru

	* xmpp/: auth.py, client.py, dispatcher.py, roster.py,
	  transports.py:

	Implemented common plugins framework.

2004-04-29 23:21  snakeru

	* xmpp/simplexml.py:

	Node cloning improved. Full cloning mode introduced.
	NodeBuilder can now take initial node as the base for building.

2004-04-29 23:14  snakeru

	* xmpp/protocol.py:

	Message.buildReply and Iq.buildReply introduced.

2004-04-29 23:10  snakeru

	* xmpp/dispatcher.py:

	Events introduced.
	Cycle (null) handlers introduced.

2004-04-29 23:06  snakeru

	* xmpp/client.py:

	Default resource name "xmpppy" now used only when auth with non-xmpp compliant
	    jabberd server. In the other cases it uses server-provided resource name.

2004-04-29 22:53  snakeru

	* xmpp/protocol.py:

	DataForm now can use prototype node for initialisation (as other protocol elements).
	DataForm: workaround for broken jabberd1.4 added to handle double <password/> tag.
	DataForm mapping methods added.

2004-04-29 22:46  snakeru

	* xmpp/features.py:

	'jid' replaced by 'host' in registration methods.
	Documentation added to registration methods.
	BugTypo: 'res' instead of 'resp'
	Bugfix: DataForm doesn't take nodename as parameter.

2004-04-26 23:27  snakeru

	* xmpp/ietf-docs/: draft-ietf-xmpp-core.html,
	  draft-ietf-xmpp-im.html:

	Update to current upstream version.

2004-04-25 09:12  snakeru

	* xmpp/: auth.py, client.py, dispatcher.py, features.py,
	  simplexml.py, transports.py:

	Date extended in license text.

2004-04-25 09:07  snakeru

	* xmpp/protocol.py:

	Date extended in license text.
	Empty <text/> node removed from error stanza.

2004-04-18 13:12  snakeru

	* xmpp/dispatcher.py:

	Added "default handler" mechanizm.
	"Process" function documented.

2004-04-18 13:09  snakeru

	* xmpp/features.py:

	returnStanzaHandler added.

2004-04-18 13:06  snakeru

	* xmpp/protocol.py:

	Added translation of error codes to error conditions.
	Default error condition changed to <undefined-condition/>

2004-04-18 10:24  snakeru

	* xmpp/protocol.py:

	XMPP-Core stanza and stream level errors support added.

2004-04-18 08:36  snakeru

	* xmpp/: auth.py, features.py, protocol.py:

	Function "resultNode" replaced by "isResultNode".
	Function "errorNode" replaced by "isErrorNode".

2004-03-25 19:25  snakeru

	* xmpp/: dispatcher.py, protocol.py:

	Changed dispatching policy: check for ALL child namespaces - not for only first <query/> in Iq stanza.

2004-03-25 19:24  snakeru

	* xmpp/client.py:

	Cleanup: import of features no more needed.

2004-03-25 19:21  snakeru

	* README.py:

	Bugfix: Handlers must be registered AFTER authorization.

2004-03-11 08:49  snakeru

	* xmpp/simplexml.py:

	All character data is now *STORED* in utf-8 not only printed.
	Bugfix: fancy output was incorrect on data output of child nodes.

2004-03-04 19:47  snakeru

	* irc-transport/irc.py:

	Several bugfixes. Do not know exactly what is what :(

2004-03-03 19:03  snakeru

	* doc/index.html:

	Web page xmpppy.sf.net

2004-03-03 15:00  snakeru

	* irc-transport/: irc.py, transport.ini:

	Initial import.

2004-02-29 11:37  snakeru

	* debian/rules:

	installation directory changes
	docs installation changes

2004-02-29 11:36  snakeru

	* debian/: python2.1-xmpp.dirs, python2.2-xmpp.dirs,
	  python2.3-xmpp.dirs:

	location changed to site-packages/xmpp

2004-02-28 14:05  snakeru

	* debian/: changelog, control, copyright, python2.1-xmpp.dirs,
	  python2.1-xmpp.docs, python2.1-xmpp.postinst,
	  python2.1-xmpp.prerm, python2.2-xmpp.dirs, python2.2-xmpp.docs,
	  python2.2-xmpp.postinst, python2.2-xmpp.prerm,
	  python2.3-xmpp.dirs, python2.3-xmpp.docs,
	  python2.3-xmpp.postinst, python2.3-xmpp.prerm, rules:

	Initial debianisation.

2004-02-28 13:55  snakeru

	* README.py:

	Self-explanatory python script.

2004-02-24 09:20  snakeru

	* xmpp/dispatcher.py:

	Added "NodeProcessed" mechanism to allow handlers stop further stanza processing.

2004-02-20 15:16  snakeru

	* xmpp/__init__.py:

	Added revision control comment line.

2004-02-14 13:16  snakeru

	* xmpp/: dispatcher.py, transports.py:

	Added experimental support for live reconnection.

2004-02-14 13:11  snakeru

	* xmpp/client.py:

	Bugfix: Client.connect doesn't always returned true when connection estabilished.
	Added experimental support for live reconnection.

2004-02-11 22:27  snakeru

	* xmpp/client.py:

	Made tests like isConnected()[4:] possible.

2004-02-11 22:24  snakeru

	* xmpp/: client.py, transports.py:

	Made isConnected return more meningful result (tcp|tls+old_auth|sasl)

2004-02-11 22:02  snakeru

	* xmpp/client.py:

	Added isConnected method.

2004-02-11 16:53  snakeru

	* xmpp/: auth.py, client.py, dispatcher.py, transports.py:

	Fix: Previous client.py commit broke jabberd2-compartible mechanisms.

2004-02-10 20:25  snakeru

	* xmpp/client.py:

	Bugfix: Component used 'client' string in debug output.
	Common stuff abstracted from Client and Component to CommonClient class.
	Client.connect and Component.connect methods merged to new method: CommonClient.connect.

2004-02-10 20:16  snakeru

	* xmpp/auth.py:

	Fixed error text saying that we can do only PLAIN authentication.

2004-02-09 11:05  snakeru

	* xmpp/: auth.py, client.py:

	connect() and auth() methods now returns result of operation.

2004-02-09 11:03  snakeru

	* xmpp/transports.py:

	PlugIn methods now returns results of connection.
	connect() method doesn't call 'disconnected' on failed connect.

2004-02-09 11:01  snakeru

	* xmpp/simplexml.py:

	Changes in "fancy" node output. Even more CDATA corruption ;)

2004-01-26 09:30  snakeru

	* xmpp/__init__.py:

	Simple import of all modules.

2004-01-26 09:25  snakeru

	* xmpp/client.py:

	Bugfix: non-sasl auth was not recognized.

2004-01-20 11:51  snakeru

	* xmpp/protocol.py:

	JID.getStripped now returns lower case JID (questionable change).
	DataForm now represents itself as <x xmlns='jabber:x:data'/> tag.

2004-01-20 11:49  snakeru

	* xmpp/client.py:

	Added (again) default port for component class.
	Disconnect method copied from client to component class.

2004-01-20 11:46  snakeru

	* xmpp/features.py:

	Bugfixes in privacy lists mangling stuff.

2004-01-15 12:58  snakeru

	* xmpp/transports.py:

	Maked early start of TLS when connecting to port 5223 possible.

2004-01-15 12:57  snakeru

	* xmpp/client.py:

	Bugfix: SASL authentication must be completed before resource binding.
	Added TLS early start when connecting to port 5223.

2004-01-12 11:35  snakeru

	* xmpp/client.py:

	Made TLS and SASL use more flexible to work with ejabberd server.

2004-01-12 11:32  snakeru

	* xmpp/auth.py:

	Added "any time" SASL auth status.

2004-01-12 11:31  snakeru

	* xmpp/simplexml.py:

	Added fancy XML formatting (indents and newlines).

2004-01-12 09:40  snakeru

	* xmpp/auth.py:

	Maked use of Dispatcher's features tag caching.
	Fixed issues with values quoting in ejabberd's challenge response.

2004-01-12 09:34  snakeru

	* xmpp/: dispatcher.py, transports.py:

	Maked dispatcher to cache features tag.

2004-01-10 10:35  snakeru

	* xmpp/protocol.py:

	Fixed case-handling in JIDs comparsions

2004-01-09 10:14  snakeru

	* xmpp/protocol.py:

	Added comparsion methods.

2004-01-08 21:10  snakeru

	* xmpp/auth.py:

	Maked use of resultNode and errorNode service functions.
	Added component:accept authentication.

2004-01-08 21:08  snakeru

	* xmpp/client.py:

	Bugfixes: replaced "m" with "self" in many cases in Client code.
	Bugfix: Fixed client TLS init to start only if server supports.
	Added Component code.
	Cleaned up tetsing stuff in the end of file.

2004-01-08 20:58  snakeru

	* xmpp/dispatcher.py:

	Changed WaitForResponse to always return received Node if it were really received.
	Maked send to stamp not only "ID" field on outgoung stanzas nor also a "from" filed.

2004-01-08 20:56  snakeru

	* xmpp/features.py:

	Maked use of errorNode and resultNode conditional functions.

2004-01-08 20:54  snakeru

	* xmpp/protocol.py:

	Two conditional service functions added: errorNode and resultNode.

2004-01-08 09:17  snakeru

	* xmpp/simplexml.py:

	payload again can be of non-[] non-() type.
	Optimised adding child node when child already ready.

2004-01-07 12:41  snakeru

	* xmpp/: features.py, protocol.py:

	Syntactic changes and bugfixes in protocol.DataForm.

2004-01-07 12:40  snakeru

	* xmpp/simplexml.py:

	Bugfix: tag.getTags were broken.

2003-12-15 18:04  snakeru

	* xmpp/auth.py:

	Fixed incompartibilityes with jabberd2 in MD5-DIGEST algorythm.

2003-12-14 22:32  snakeru

	* xmpp/: auth.py, browser.py, client.py, dispatcher.py,
	  features.py, protocol.py, roster.py, simplexml.py, transports.py:

	Tuned SASL (though it still not working), maked it to restart Dispatcher after auth.
	Added bind (though it also not working on my server).
	Added features import.
	Added jabber:x:data handling into protocol.
	Added roster control methods into roster.

2003-12-14 22:13  snakeru

	* xmpp/features.py:

	Service/agents discovery, [un]registration and password change, privacy lists handling.

2003-12-14 22:11  snakeru

	* xmpp/features.py:

	This file prevents main branch from adding the same file.

2003-12-14 21:49  snakeru

	* auth.py, client.py, debug.py, dispatcher.py, features.py,
	  protocol.py, roster.py, simplexml.py, transports.py:

	Mis-import.

2003-12-14 21:41  snakeru

	* xmpp/features.py:

	Initial revision

2003-12-14 21:41  snakeru

	* xmpp/: auth.py, client.py, dispatcher.py, features.py,
	  protocol.py, roster.py, simplexml.py:

	Added service discovery, [un]registration, privacy lists handling.

2003-12-14 20:49  snakeru

	* auth.py, client.py, debug.py, dispatcher.py, features.py,
	  protocol.py, roster.py, simplexml.py, transports.py:

	Added agents/service discovery, [un]registration, privacy lists handling.

2003-12-14 20:49  snakeru

	* auth.py, client.py, debug.py, dispatcher.py, features.py,
	  protocol.py, roster.py, simplexml.py, transports.py:

	Initial revision

2003-12-13 11:30  snakeru

	* xmpp/: auth.py, client.py, simplexml.py:

	Added and tested SASL PLAIN.
	Added and tested SASL DIGEST-MD5. Though it works only on test example from RFC2831 :(
	Added SASL test code to client.

2003-12-12 22:28  snakeru

	* xmpp/: auth.py, browser.py, client.py, debug.py, dispatcher.py,
	  protocol.py, roster.py, simplexml.py, transports.py,
	  ietf-docs/draft-ietf-xmpp-core.html,
	  ietf-docs/draft-ietf-xmpp-im.html:

	Initial revision

2003-12-12 22:28  snakeru

	* xmpp/: auth.py, browser.py, client.py, debug.py, dispatcher.py,
	  protocol.py, roster.py, simplexml.py, transports.py,
	  ietf-docs/draft-ietf-xmpp-core.html,
	  ietf-docs/draft-ietf-xmpp-im.html:

	Working items: roster, events mechanism, starttls, Non-SASL authorization.

