Which .java files(code) process the core logic of wildfire? : ) expecting

Hi all friends,

I am a beginer. I want to know which .java files(code) process the core

logic of wildfire server?

example:

After the server receives this packet:

which object will be notified to process logic . and which object notify?

expect.


Yundeng.

Hey Yundeng,

Check out the org.jivesoftware.wildfire.net.SocketReader class. You may want to look at the #process(Element doc) method to follow the flow.

Regards,

– Gato

hi Gato

thanks for your help.

: )

–YundengCao