diff -r a1d2fa3be516 -r 8250d6be8c02 pidgin/plugins/disco/xmppdisco.h --- a/pidgin/plugins/disco/xmppdisco.h Mon Sep 16 23:02:23 2013 +0530 +++ b/pidgin/plugins/disco/xmppdisco.h Tue Sep 17 12:21:15 2013 +0530 @@ -32,6 +32,9 @@ #define NS_MUC "http://jabber.org/protocol/muc" #define NS_REGISTER "jabber:iq:register" +#define PLUGIN_ID "gtk-xmppdisco" +#define PLUGIN_DOMAIN (g_quark_from_static_string(PLUGIN_ID)) + #include "plugins.h" extern PurplePlugin *my_plugin;