comparison mcabber/mcabber/xmpp_iq.h @ 1701:44e023ad99ed

Add dummy handler for roster manipulation IQ responses This clears up the "Unhandled IQ" messages, only errors should displayed now.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 Feb 2010 19:13:33 +0100
parents 41c26b7d2890
children e6d355e50d7a
comparison
equal deleted inserted replaced
1700:87dd0a8f1a9c 1701:44e023ad99ed
1 #ifndef __MCABBER_XMPP_IQ_H__ 1 #ifndef __MCABBER_XMPP_IQ_H__
2 #define __MCABBER_XMPP_IQ_H__ 1 2 #define __MCABBER_XMPP_IQ_H__ 1
3 3
4 LmHandlerResult handle_iq_dummy(LmMessageHandler *h,
5 LmConnection *c,
6 LmMessage *m, gpointer ud);
4 LmHandlerResult handle_iq_commands(LmMessageHandler *h, 7 LmHandlerResult handle_iq_commands(LmMessageHandler *h,
5 LmConnection *c, 8 LmConnection *c,
6 LmMessage *m, gpointer ud); 9 LmMessage *m, gpointer ud);
7 LmHandlerResult handle_iq_disco_items(LmMessageHandler *h, 10 LmHandlerResult handle_iq_disco_items(LmMessageHandler *h,
8 LmConnection *c, 11 LmConnection *c,