--- a/libpurple/protocols/jabber/jabber.h Sun May 17 19:04:15 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.h Mon May 25 19:24:17 2009 +0000 @@ -75,7 +75,7 @@ /* Index into attention_types list */ #define JABBER_BUZZ 0 -PurplePlugin *jabber_plugin; +extern PurplePlugin *jabber_plugin; typedef enum { JABBER_STREAM_OFFLINE, @@ -245,7 +245,7 @@ /* A purple timeout tag for the keepalive */ int keepalive_timeout; - + PurpleSrvResponse *srv_rec; guint srv_rec_idx; guint max_srv_rec_idx; @@ -322,7 +322,7 @@ void jabber_add_feature(const gchar *namespace, JabberFeatureEnabled cb); /* cb may be NULL */ void jabber_remove_feature(const gchar *namespace); -/** Adds an identitiy to this jabber library instance. For list of valid values vistit the +/** Adds an identitiy to this jabber library instance. For list of valid values vistit the * webiste of the XMPP Registrar ( http://www.xmpp.org/registrar/disco-categories.html#client ). * @param category the category of the identity. * @param type the type of the identity.