[JDEV] mod_mymod.c

Rodolphe Duge de Bernonville rod at idealx.com
Fri Dec 8 08:40:54 CST 2000


Oops  !
little mistake : 
  return value : r_DONE, r_PASS, .... see jabberd.h


> 
>     xmlnode_free(msg);
>     return r_DONE;
> }
> 
> this would put the msg xmlnode you ve built  to your database.
> 
> If you want to notify user for it you may try
> to send him a message (no idea if it will work ...)
> 
> your_function_in_your_instance__whatever_you_want_to_do_but_maybe_it_is_what_you_need(instance
> id, dpacket dp, void *arg))
> {
>     ...  
>    return r_DONE;
> }




More information about the JDev mailing list