diff mcabber/src/xmpp.c @ 1615:171ae5a258fa

Add dummy vcard IQ handler
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 22:02:06 +0200
parents 816fb624801d
children 4c7104ec5f3b
line wrap: on
line diff
--- a/mcabber/src/xmpp.c	Sun Oct 11 21:37:02 2009 +0200
+++ b/mcabber/src/xmpp.c	Sun Oct 11 22:02:06 2009 +0200
@@ -83,6 +83,7 @@
   {NS_DISCO_INFO, &handle_iq_disco_info},
   {NS_DISCO_ITEMS,&handle_iq_disco_items},
   {NS_COMMANDS,   &handle_iq_commands},
+  {NS_VCARD,      &handle_iq_vcard},
   {NULL, NULL}
 };