| 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 21 * |
21 * |
| 22 */ |
22 */ |
| 23 |
23 |
| 24 #include "internal.h" |
24 #include "internal.h" |
| |
25 #include <purple.h> |
| |
26 |
| |
27 #include "gtkutils.h" |
| 25 #include "pidginplugininfo.h" |
28 #include "pidginplugininfo.h" |
| 26 #include "version.h" |
|
| 27 #include "protocol.h" |
|
| 28 #include "xmlnode.h" |
|
| 29 |
|
| 30 #include "gtkutils.h" |
|
| 31 |
29 |
| 32 #include <gdk/gdkkeysyms.h> |
30 #include <gdk/gdkkeysyms.h> |
| 33 |
31 |
| 34 #define PLUGIN_ID "gtk-xmpp" |
32 #define PLUGIN_ID "gtk-xmpp" |
| 35 #define PLUGIN_DOMAIN (g_quark_from_static_string(PLUGIN_ID)) |
33 #define PLUGIN_DOMAIN (g_quark_from_static_string(PLUGIN_ID)) |