| 335 if((jih = g_hash_table_lookup(iq_handlers, xmlns))) { |
335 if((jih = g_hash_table_lookup(iq_handlers, xmlns))) { |
| 336 jih(js, packet); |
336 jih(js, packet); |
| 337 return; |
337 return; |
| 338 } |
338 } |
| 339 } |
339 } |
| |
340 |
| |
341 if (xmlnode_get_child_with_namespace(packet, "session", "http://www.google.com/session")) { |
| |
342 jabber_google_session_parse(js, packet); |
| |
343 return; |
| |
344 } |
| 340 |
345 |
| 341 if(xmlnode_get_child_with_namespace(packet, "si", "http://jabber.org/protocol/si")) { |
346 if(xmlnode_get_child_with_namespace(packet, "si", "http://jabber.org/protocol/si")) { |
| 342 jabber_si_parse(js, packet); |
347 jabber_si_parse(js, packet); |
| 343 return; |
348 return; |
| 344 } |
349 } |