Plugin: How to read Smack Message Properties in OpenFire?

Hi,

I don’t know if it is a good way to do it,

  • I have a communication between Smack and an OpenFire Plugin.

  • Smack send “admin” message to my OpenFire plugin with custom properties

  • My plugin read all message and “forge” virtual user message (from / to)

My issue is I don’t know how to read Message properties ?

  • It seems really simple to put properties in Smack

  • It seems really complicated to read them in OpenFire plugin. The XML is there put parsing it seems painfull.

Is there convenient / utility method ?

Regards

I’ve same question. How read properties tag message from plugin openfire ?

thanks