comparison libpurple/protocols/jabber/jabber.h @ 28893:96ba7fd24177

jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
author Paul Aurich <paul@darkrain42.org>
date Fri, 06 Nov 2009 09:13:28 +0000
parents cfcdf15459a5
children 13e668ef158d
comparison
equal deleted inserted replaced
28892:cfcdf15459a5 28893:96ba7fd24177
78 78
79 #define JABBER_DEFAULT_REQUIRE_TLS TRUE 79 #define JABBER_DEFAULT_REQUIRE_TLS TRUE
80 80
81 /* Index into attention_types list */ 81 /* Index into attention_types list */
82 #define JABBER_BUZZ 0 82 #define JABBER_BUZZ 0
83
84 extern PurplePlugin *jabber_plugin;
85 83
86 typedef enum { 84 typedef enum {
87 JABBER_STREAM_OFFLINE, 85 JABBER_STREAM_OFFLINE,
88 JABBER_STREAM_CONNECTING, 86 JABBER_STREAM_CONNECTING,
89 JABBER_STREAM_INITIALIZING, 87 JABBER_STREAM_INITIALIZING,
382 380
383 void jabber_register_commands(void); 381 void jabber_register_commands(void);
384 void jabber_unregister_commands(void); 382 void jabber_unregister_commands(void);
385 383
386 void jabber_init_plugin(PurplePlugin *plugin); 384 void jabber_init_plugin(PurplePlugin *plugin);
387 void jabber_uninit_plugin(void); 385 void jabber_uninit_plugin(PurplePlugin *plugin);
388 386
389 #endif /* PURPLE_JABBER_H_ */ 387 #endif /* PURPLE_JABBER_H_ */