From: Alexey N. <sn...@pe...> - 2005-01-04 19:01:19
|
I'm now re-working some internal data representation in xmpppy library. The most visible changes will be (1) inaccessibility (in the old way) of transport classes and (2) total transition from using Client class as container to using Session class as container. I.e. 1) you will not be able to access tcp/ssl socket directly: client.TCPsocket reference will not work anymore 2) if you will need to access some sesion parameters that were stored in client instance you should use session class instance instead. Though I suppose that for most projects the changes should be completely transparent or in the failure case just the search and replace job. This will be the last serious changes in the 0.2 branch. -- Respectfully Alexey Nezhdanov |