jingle-ft/filetransfer.c
changeset 172 d33526eba590
parent 171 2729dfd1c085
equal deleted inserted replaced
171:2729dfd1c085 172:d33526eba590
   791 
   791 
   792 static void jingle_ft_init(void)
   792 static void jingle_ft_init(void)
   793 {
   793 {
   794   jingle_register_app(NS_JINGLE_APP_FT, &funcs, JINGLE_TRANSPORT_STREAMING);
   794   jingle_register_app(NS_JINGLE_APP_FT, &funcs, JINGLE_TRANSPORT_STREAMING);
   795   xmpp_add_feature(NS_JINGLE_APP_FT);
   795   xmpp_add_feature(NS_JINGLE_APP_FT);
   796   jft_cid = compl_new_category();
   796   jft_cid = compl_new_category(0);
   797   if (jft_cid) {
   797   if (jft_cid) {
   798     compl_add_category_word(jft_cid, "send");
   798     compl_add_category_word(jft_cid, "send");
   799     //compl_add_category_word(jft_cid, "request");
   799     //compl_add_category_word(jft_cid, "request");
   800     compl_add_category_word(jft_cid, "info");
   800     compl_add_category_word(jft_cid, "info");
   801     compl_add_category_word(jft_cid, "flush");
   801     compl_add_category_word(jft_cid, "flush");