[JDEV] Strange server behaviour
DJ Adams
dj.adams at pobox.com
Thu Jun 28 17:00:25 CDT 2001
On Thu, Jun 28, 2001 at 06:28:29PM +0200, Gerard BUNEL wrote:
> Hello,
>
> I need some help on server side development.
> I've writen a module in replacement to the standard mod_presence
> The objective of this module is to route presence messages to a service
> wich is writen in Java
> using jabberbeans and the CONNECT mode.
>
> So I wrote function to route some mesages
>
> void route_packet(mapi m) {
> xmlnode node = xmlnode_dup(m->packet->x);
> node = xmlnode_wrap(node, "route");
> xmlnode_put_attrib(node, "to", packet_to);
> deliver(dpacket_new(node), m->si->i);
> }
Hi
What's 'packet_to'?
dj
More information about the JDev
mailing list