Move main entry point in jcl.runner

darcs-hash:20071112171733-86b55-017d1391c88e8ed7e097c2696d2b8beafef79436.gz
This commit is contained in:
David Rousselie
2007-11-12 18:17:33 +01:00
parent a1f715115b
commit 882f61d812
3 changed files with 25 additions and 52 deletions

7
README
View File

@@ -4,10 +4,3 @@ 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)