[JDEV] C++ interface to jabberd

Ben Schumacher ben-jdev at blahr.com
Wed Nov 14 17:54:04 CST 2001


Alex-

If you're just interested in writing some sort of external component for
Jabber (transport or whatever), you might want to check out the libraries
for building external components at http://jabber.tigris.org/.

Basically these libraries allow you to rapidly build external
components without having to deal with a lot of lower level protocol
implementation and XML parsign. It will NOT however (AFAIK) allow you to 
create .so's that can be dynamically loaded into the Jabber server, but
this saves you from potential problems caused by your component causing
segfaults that bring down the entire server.

Hope this helps.

Ben

On 15 Nov 2001, alex_ wrote:
> 
>  Hello,
> 
>  what about C++ interface to jabberd? Or can I use
>  C++ to write own transports?
> 
>  BTW, I've already tried to do it using dirty tricks and partially successed, 
>  but throwing exceptions causes SIGSEGV ;)
> 
> -- 
>  Regards, Alex_
> 
>  http://arabella.unis-ru.com/~alex_/
>                                                 
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 




More information about the JDev mailing list