Smack performance problems

Hello!

I’ve got performance problems trying to implement some 'bridge" for XMPP messages - i.e. one PacketListener for MUC that receives a lot of messages (~1000 per second)

See CPU usage times from profiler in attach

Questions:

  1. Is it possible to use another parser? (I think Piccollo would be much faster for this purpose)

  2. Is it possible to receive text representation of incoming packets and parse them manually?

Thanks in advance for reply!