[Pidgin] #5086: no two xmpp accounts with same screenname/domain

Pidgin trac at pidgin.im
Tue Jan 6 12:51:29 EST 2009


#5086: no two xmpp accounts with same screenname/domain
--------------------+-------------------------------------------------------
 Reporter:  rjhall  |        Owner:  deryni
     Type:  defect  |       Status:  new   
Milestone:          |    Component:  XMPP  
  Version:  2.4.0   |   Resolution:        
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by wkeicher):

 Occasionally I've observed the following problem with the patch...

 -initiate chat from buddy list by double clicking name at domain to open new
 chat window
 -send message
 -receive chat from same buddy, and a new chat window is created from
 name at domain/resource

 my guess is message.c handle_chat might need to be tweaked.  Another
 avenue to pursue is to change the if condition in jabber_normalize to look
 something like this:

 {{{
 if(node && jid->resource && (js == NULL || jabber_chat_find(js, node,
 domain)))
 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/5086#comment:23>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list