Fixed
Details
Details
Assignee
Florian Schmaus
Florian SchmausReporter
Florian Schmaus
Florian SchmausLabels
Components
Fix versions
Affects versions
Priority
Created February 23, 2015 at 10:04 AM
Updated March 29, 2015 at 10:42 AM
Resolved March 29, 2015 at 10:01 AM
See http://stackoverflow.com/questions/13929394/unable-to-change-presence-status-of-my-user-with-smack where a users modifies the Presence instances returned by Roster. Since those are not clones (and not immutable), those modifications are done directly on the internal state of Roster and persistent.
Roster should return copied presences instead (at least until Smack has immutable stanzas, which appears to not happening anytime soon).