mcabber/src/xmpp_iq.c
changeset 1615 171ae5a258fa
parent 1604 351427ef0b4b
child 1637 e38300775548
equal deleted inserted replaced
1614:816fb624801d 1615:171ae5a258fa
   816   lm_message_unref(r);
   816   lm_message_unref(r);
   817   g_free(buf);
   817   g_free(buf);
   818   return LM_HANDLER_RESULT_REMOVE_MESSAGE;
   818   return LM_HANDLER_RESULT_REMOVE_MESSAGE;
   819 }
   819 }
   820 
   820 
       
   821 LmHandlerResult handle_iq_vcard(LmMessageHandler *h, LmConnection *c,
       
   822                                 LmMessage *m, gpointer ud)
       
   823 {
       
   824   send_iq_error(c, m, XMPP_ERROR_SERVICE_UNAVAILABLE);
       
   825   return LM_HANDLER_RESULT_REMOVE_MESSAGE;
       
   826 }
       
   827 
   821 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */
   828 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */