[JDEV] Question regarding jabberd
Dov Katz
Dov.Katz at morganstanley.com
Wed Jan 8 14:01:51 CST 2003
If I wanted to take jabberd and add a tag which cc's all presence and
messages to a server component, please let me know if what I'm planning
on doing makes sense:
(this is all for 1.4.2)
I want to make a <src>/jabberd/base/base_carboncopy.c
Then put a <carboncopy>some_jid_or_internal_component_id</carboncopy>
high up in the sessions service, so it sees everything.
<service id="sessions">
<host><jabberd:cmdline flag="h">localhost</jabberd:cmdline></host>
<carboncopy>mycomponent.localhost</carboncopy>
.....
In base_carboncopy.c I want to do this: (this is the part I'd like some
advice on:
result base_forward_deliver(instance id, dpacket p, void* arg){
if my packet is a message, or presence
copy it, wrap in route tag, and deliver to component which is
defined in the config.
}
Any advice?
Thanks
-Dov
--
This communication is intended for the addressee(s) and may contain
confidential and legally privileged information. We do not waive
confidentiality or privilege by mistransmission. If you have received
this communication in error, any use, dissemination, printing or copying
is strictly prohibited; please destroy all electronic and paper copies
and notify the sender immediately.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20030108/19056823/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Dov.Katz.vcf
Type: text/x-vcard
Size: 338 bytes
Desc: Card for Dov Katz
URL: <https://www.jabber.org/jdev/attachments/20030108/19056823/attachment-0002.vcf>
More information about the JDev
mailing list