[Pidgin] #5324: Duplicate account detection logic is faulty

Pidgin trac at pidgin.im
Wed Mar 26 20:11:54 EDT 2008


#5324: Duplicate account detection logic is faulty
-------------------+--------------------------------------------------------
Reporter:  morph   |       Owner:  datallah       
    Type:  defect  |      Status:  new            
Priority:  minor   |   Component:  winpidgin (gtk)
 Version:  2.4.0   |    Keywords:                 
 Pending:  0       |  
-------------------+--------------------------------------------------------
 Duplicate account detection (see Ticket #2833) was added in 2.1.1, but the
 fix causes problems for users with two or more similar but not identical
 accounts.

 An example is below. The first account for morph at mydomain.com is on a
 corporate Jabber server hosted inhouse.

 Mydomain.com is hosted at Google Apps For My Domain (see
 http://www.google.com/a/help/intl/en/business/applications.html).  The
 config for that user on Google Apps For My Domain to use GoogleTalk is
 shown second.

 Pidgin prevents the user from adding the second account with the message
 'Unable to save account. An account already exists with the specified
 criteria'.

 <account>
                 <protocol>prpl-jabber</protocol>
                 <name>morph at mydomain.com/Office</name>
                 <password>blah</password>
                 <settings>
                         <setting name='connect_server'
 type='string'>corpjabber.mydomain.com</setting>
                 </settings>

 <account>
                 <protocol>prpl-jabber</protocol>
                 <name>morph at mydomain.com/Google</name>
                 <password>foo</password>

                 <settings>
                 <setting name="connect_server"
 type="string">talk.google.com</setting>

                 </settings>
                 </account>

-- 
Ticket URL: <http://developer.pidgin.im/ticket/5324>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list