Hi,

Thanks for the answer, the Jabberd API will be very helpful !
My main question is (in fact) : when the server loads a module, which
function(s) does it call on that module. I suppose there must be some sort
of Module API :-)

I watched at the different modules and saw they all have a function with a 
  mreturn myfunction (jsmi si)
prototype. That function registers functions (using the js_mapi_register or
js_mapi_session) which have a protype like :  
  mreturn myhandlingfunction (mapi m, void *arg)

Is that all I need to know to write a new module ?

I'll make some tests with a do-nothing modules, and why not write a
Module-mini-HOWTO if I managed to write a working module :-)


St�phane RIVIERE 


From: Benoit Orihuela <[EMAIL PROTECTED]>
Date: Tue, 19 Jun 2001 12:11:57 +0200
To: [EMAIL PROTECTED]
Subject: Re: [JDEV] Doc on MIO API for Transport dev available?
Reply-To: [EMAIL PROTECTED]

Hi,


> http://www.saint-andre.com/jabber/docs/mio.html ) is no more valid :-(
> Has this doc been moved on the docs.jabber.org site ?
the MIO API is described here :
http://docs.jabber.org/server/html/jabberd.html

> Does any other doc for 1.4 transport development exist ?
to my knowledge, there is no specific documentation for transport
development. (by "transport", i mean aim-t, icq-t, ...)

regards,

Benoit.

-- 
Benoit Orihuela         
IDEALX S.A.S.

------------------------------------------
email : [EMAIL PROTECTED]
t�l : (0)3.20.60.83.01

Equipe Grands Projets
Direction Recherche & D�veloppement
ATOS ORIGIN Activit� Multim�dia
http://www.atosorigin.com 
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to