PacketListener(s)?

Hi all,

I wonder how use PacketListener to handle different kind of packets (iq, presence, message…etc):

Do I have to register only one PacketListener using complexe AND filters or do I have to use serveral PacketListeners with dedicated filters for differents packet types?

thx

e07

It is really up to you how you would like to use it. It is whatever makes sense in the context of your program, in other words it is extremely flexible.

Thanks,

Alex

Ok, thx for reply…

e07