Message.setProperty has deprecated, does it has substitute?

Dear developers,

I’m developing a mobile im app using smack, and I encountered a problem:

when I send a message(using Chat.send), I want to set some property in my message,

and I noticed the early version of smack has the method Message.setProperty,

but it has been deprecated in current version v4.2.0.

So my question is: How can I set a property with my Message?

Any help would be appreciated!!

JivePropertiesManager (Smack 4.2.0 API)

1 Like

Thanks a lot. It helps me very much!