Separate chats for different resources, also enable multiple resouces in the roster
Bug #150360 reported by
sander
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
In Progress
|
Medium
|
buzzdee |
Bug Description
When you receive chat messages from the same contact but from different resources of this contact, separate chat windows/tabs should be opened for both resources.
Changed in coccinella: | |
assignee: | nobody → matsben |
importance: | Undecided → Medium |
Changed in coccinella: | |
milestone: | none → 0.96.18 |
assignee: | Mats (matsben) → buzzdee (sebastia) |
status: | Confirmed → In Progress |
summary: |
- Separate chats for different resources + Separate chats for different resources, also enable multiple resouces in + the roster |
Changed in coccinella: | |
milestone: | 0.96.18 → 0.96.20 |
Changed in coccinella: | |
milestone: | 0.96.20 → 0.96.22 |
To post a comment you must log in.
What does XMPP say about this? It seems that if we allow multi threads per JID we also get separate tabs if there is a thread attribute:
# Shall we allow multiple chast threads (and dialogs) per JID? dPerJID 0
variable allowMultiThrea
# We must follow the thread... adPerJID} {
# There are several cases to deal with: Have thread page, have dialog?
if {[info exists argsA(-thread)] && $allowMultiThre
set threadID $argsA(-thread)
set chattoken [GetTokenFrom chat threadid $threadID]
Will put the allowMultiThrea dPerJID in config()