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 |
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Impossible to change MessageSession's resource
Queue ⇒ gloox
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?