First import

create base structure with a first unit test

darcs-hash:20060809201849-86b55-11969bedd39c27882a6b467c7360ac31fef9b6be.gz
This commit is contained in:
David Rousselie
2006-08-09 22:18:49 +02:00
commit 8e524449cf
15 changed files with 1275 additions and 0 deletions

13
README Normal file
View File

@@ -0,0 +1,13 @@
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)