jingle-ibb/ibb.c
changeset 58 daafe5b8a48d
parent 55 bc0281fee13d
child 60 05184a1846d1
equal deleted inserted replaced
57:23df37238a3a 58:daafe5b8a48d
    42 
    42 
    43 const gchar *deps[] = { "jingle", NULL };
    43 const gchar *deps[] = { "jingle", NULL };
    44 
    44 
    45 JingleTransportFuncs funcs = {jingle_ibb_check, NULL};
    45 JingleTransportFuncs funcs = {jingle_ibb_check, NULL};
    46 
    46 
    47 module_info_t info_jingle_filetransfer = {
    47 module_info_t  info_jingle_inbandbytestream = {
    48   .branch          = MCABBER_BRANCH,
    48   .branch          = MCABBER_BRANCH,
    49   .api             = MCABBER_API_VERSION,
    49   .api             = MCABBER_API_VERSION,
    50   .version         = PROJECT_VERSION,
    50   .version         = PROJECT_VERSION,
    51   .description     = "Jingle In Band Bytestream (XEP-0261)\n",
    51   .description     = "Jingle In Band Bytestream (XEP-0261)\n",
    52   .requires        = deps,
    52   .requires        = deps,