5.2.23
09/22/2023

[#179] Impossible to change MessageSession's resource
Summary Impossible to change MessageSession's resource
Queue gloox
Queue Version SVN
Type Bug
State Unconfirmed
Priority 2. Medium
Owners
Requester euroelessar (at) ya (dot) ru
Created 05/02/2010 (4891 days ago)
Due
Updated
Assigned
Resolved

History
05/02/2010 07:39:32 AM euroelessar (at) ya (dot) ru Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Impossible to change MessageSession's resource
Queue ⇒ gloox
Reply to this comment
Situation: I'm talking with some MUC participant named "Jack", than he 
changes his nickname to "SuperJack". It's obvious, that I should 
continue to talk with him at the same thread, so I have to change 
MessageSession's jid to new one. But it has only public method, named 
"resetResource", which is not suitable here. The correct one, named 
"setResource" is declared private, so I can't use it.

How is it possible to solve this problem? May be "setResource" method 
should be public?