Additional attribute in Message

How I Can add my additional attribute in Message, as like in example:

<message … some attribute… >

Some Text

1

</message

We have successfully added extra xml information to the message stanza.

It routes through Openfire correctly and stores offline also. I believe this is valid especially if you add in your own xmlns.

What client are you using to send the messages?

Client based on smack API

Please read the documentation! See Packet Properties for an easy way and Packet Extensions for a more customizable possibility.

Hi,

Is there a way to read these custom attributes from OpenFire plugins ? is there a PropertiesPacketExension ? Or things like that ?