create base structure with a first unit test darcs-hash:20060809201849-86b55-11969bedd39c27882a6b467c7360ac31fef9b6be.gz
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
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)
|
|
|
|
|