9e28468b81b687a4029580f88f61220945cf8d7f
make associated tests pass SQLObject multi-thread access ***END OF DESCRIPTION*** Place the long patch description above the ***END OF DESCRIPTION*** marker. The first line of this file will be the patch name. This patch contains the following changes: M ./run_tests.py -1 +6 M ./src/jcl/jabber/component.py -30 +70 M ./src/jcl/jabber/feeder.py -5 +11 M ./src/jcl/model/account.py +6 M ./tests/jcl/jabber/test_component.py -19 +62 M ./tests/jcl/jabber/test_feeder.py -7 +45 darcs-hash:20061009172608-86b55-804b8910c5ff19414a4f016289d3f03fb73866f9.gz
Jabber Component Library ======================== Present a higher level component framework for developing Jabber component. Here is the class the implement to create a new Jabber component (be sure to override every methods) : - a class inheriting from JabberComponent - a Feeder (inheriting from Feeder) - a Sender (inheriting from Sender)
Description
Languages
Python
99.8%
Makefile
0.1%