| 455 g_list_free(jbr->caps.exts); |
455 g_list_free(jbr->caps.exts); |
| 456 } |
456 } |
| 457 |
457 |
| 458 jbr->caps.info = info; |
458 jbr->caps.info = info; |
| 459 jbr->caps.exts = exts; |
459 jbr->caps.exts = exts; |
| |
460 |
| |
461 purple_prpl_got_media_caps( |
| |
462 purple_connection_get_account(userdata->js->gc), |
| |
463 userdata->from); |
| 460 |
464 |
| 461 if (info == NULL) |
465 if (info == NULL) |
| 462 goto out; |
466 goto out; |
| 463 |
467 |
| 464 if (!jbr->commands_fetched && jabber_resource_has_capability(jbr, "http://jabber.org/protocol/commands")) { |
468 if (!jbr->commands_fetched && jabber_resource_has_capability(jbr, "http://jabber.org/protocol/commands")) { |