Opened 10 years ago
Last modified 10 years ago
#9347 new defect
Pidgin displays only one MUC component
Reported by: | spike411 | Owned by: | deryni |
---|---|---|---|
Milestone: | Component: | XMPP | |
Version: | 2.5.6 | Keywords: | |
Cc: |
Description
When an XMPP service provides more than one component conference/text identity, Pidgin seems to present user with only one in simple input field.
I propose to display them in a combo-box.
Also, from my experince, it displays the last conference component it sees, so e.g. Jabbim (jabber.cz, jabbim.com etc.) users see ‘msn.netlab.cz’ when they want to Join a Chat or display Room List, which is not usually what they want.
Attachments (1)
Change History (5)
Changed 10 years ago by spike411
comment:1 Changed 10 years ago by bernmeister
comment:2 Changed 10 years ago by spike411
I've created this ticket after discussing this issue with deryni (IIRC) on #pidgin first.
comment:3 Changed 10 years ago by deryni
There's nothing we can do to better support actually having multiple conference servers (at least currently, the dialogs aren't set up for dropdown lists) but we can use the first server presented instead of the last.
comment:4 Changed 10 years ago by deryni@…
(In 1332a55a83e096d17b3cf9a8cb82f0595039e4fa):
Reverse the list of conference servers we find so that the first one in the
disco result is the one we present to the user in the Join a Chat and Room
List dialogs.
Refs #9347
Maybe jump onto #pidgin on IRC and discuss this with the developers...see if it's then worthwhile writing a patch or at least moving this to something like Patches Welcome.