[Pidgin] #5411: Not seeing body text for Google Talk messages

Pidgin trac at pidgin.im
Thu Apr 3 15:45:36 EDT 2008


#5411: Not seeing body text for Google Talk messages
--------------------------+-------------------------------------------------
  Reporter:  dgwarwick    |       Owner:  seanegan
      Type:  defect       |      Status:  new     
  Priority:  minor        |   Milestone:          
 Component:  Google Talk  |     Version:  2.4.1   
Resolution:               |    Keywords:          
   Pending:  0            |  
--------------------------+-------------------------------------------------
Comment (by deryni):

 In libpurple/protocols/jabber/message.c in the jabber_message_parse
 function in the "for(child = packet->child; ...)" loop right after
 "if(child->type != XMLNODE_TYPE_TAG) continue;" add
 'purple_debug(PURPLE_DEBUG_INFO, "ticket5411", "child->name = %s, xmlns =
 %s\n", child->name, xmlns);' then compile and install that and get another
 debug log of this happening. Assuming I got that right that should print
 out debug information lines for every message stanza that comes in and
 should print out the name of the child tags and the xml namespace
 associated with those tags. I'm curious what xmlns is for the body tags
 for which you don't see the message.

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


More information about the Tracker mailing list