diff libpurple/protocols/jabber/jabber.h @ 26952:92565c8e1e3a

Add jabber signals for IQ, Message, and Presence stanzas. Lightly tested (it doesn't crash [Prove me wrong!]) and as you'll note, I refer to documentation that doesn't yet exist.
author Paul Aurich <paul@darkrain42.org>
date Tue, 12 May 2009 05:49:34 +0000
parents 1dfa009f6db5
children 65fadd6977b4 5afee99de904
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Mon May 11 22:05:00 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Tue May 12 05:49:34 2009 +0000
@@ -75,6 +75,8 @@
 /* Index into attention_types list */
 #define JABBER_BUZZ 0
 
+PurplePlugin *jabber_plugin;
+
 typedef enum {
 	JABBER_STREAM_OFFLINE,
 	JABBER_STREAM_CONNECTING,