pidgin/plugins/disco/xmppdisco.h

branch
soc.2013.gobjectification.plugins
changeset 36754
8250d6be8c02
parent 36637
9b0109ae118d
child 37005
702a601fc2ca
--- 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;
 

mercurial