RestComm / sbc

Restcomm Session Border Controller
http://www.restcomm.com/
22 stars 27 forks source link

SIPMutableMessage : message.getProperty("content"); is used everywhere #17

Closed deruelle closed 8 years ago

deruelle commented 8 years ago

Check if it would make sense to get rid of the Properties and just encapsulate the message or at least hide the "content" and just do a get to get the message as the Properties doesn't seem to be use in any other way than to access the "content" property anyway.

ocarriles commented 8 years ago

Removed Property instance and wrap Message content via getter and setter fix #17 @deruelle

deruelle commented 8 years ago

Thanks @ocarriles. If done with commits please do a pull request

ocarriles commented 8 years ago

Done