Application Development Suggestion

Dear All,

I am using Wildfire as base platform to development a plugin which will read call detail recording(CRD) information PBX via serial port and broadcast CDR data to custom client. Since I don’'t well understand the architecture of Wildfire, I hope anyone give me suggestions to set me in a right track.

Thanks in advance for your suggestions!

Keleen

Hey Keleen,

It is hard to give some pointers when we have so little information about your requirements. If all you need to do is send presence updates or any other type of packets to clients based on some event then you may want to look at:

  1. The plugin development guide[/url]

  2. The org.jivesoftware.wildfire.PacketRouter to learn how to route packets. You will need to execute this XMPPServer.getInstance().getPacketRouter()[/code] to get the packet router to use for sending packets.

Hope that helps.

Regards,

– Gato