jingle-ibb/ibb.c
changeset 141 8bc73e965a07
parent 133 361d8577ebd1
child 148 cb40539b88b7
equal deleted inserted replaced
140:bbc50e69f5ad 141:8bc73e965a07
    68   .init      = init,
    68   .init      = init,
    69   .end       = end,
    69   .end       = end,
    70   .info      = info
    70   .info      = info
    71 };
    71 };
    72 
    72 
    73 module_info_t  info_jingle_inbandbytestream = {
    73 module_info_t  info_jingle_ibb = {
    74   .branch          = MCABBER_BRANCH,
    74   .branch          = MCABBER_BRANCH,
    75   .api             = MCABBER_API_VERSION,
    75   .api             = MCABBER_API_VERSION,
    76   .version         = PROJECT_VERSION,
    76   .version         = PROJECT_VERSION,
    77   .description     = "Jingle In Band Bytestream (XEP-0261)\n",
    77   .description     = "Jingle In Band Bytestream (XEP-0261)\n",
    78   .requires        = deps,
    78   .requires        = deps,