aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-09-24 21:25:06 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-09-24 21:25:06 +0200
commit8e5e2e9a0ef549c94afc8041dc7d99358f51c9bd (patch)
tree66345fc8d13a8b9403dd09f3dc42b44618336ce6 /protocols/jabber/jabber.h
parentcfbb3a6e5e11a8d2d162d80958d6ce997104e9d3 (diff)
Handling of incoming authorization requests, manual block/allow. (Doesn't
seem to be completely like how it works on other IM networks.)
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index 7a2c7783..f05c1c55 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -91,6 +91,7 @@ void jabber_cache_packet( struct gaim_connection *gc, struct xt_node *node );
struct xt_node *jabber_packet_from_cache( struct gaim_connection *gc, char *id );
const struct jabber_away_state *jabber_away_state_by_code( char *code );
const struct jabber_away_state *jabber_away_state_by_name( char *name );
+void jabber_buddy_ask( struct gaim_connection *gc, char *handle );
extern const struct jabber_away_state jabber_away_state_list[];