comparison libpurple/protocols/jabber/libxmpp.c @ 20149:be2538a92099

Comment a partial implementation of the libpurple attention API for XMPP. The implemented functions in the prpl_info struct are not yet used, and requires further testing.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 23 Sep 2007 20:30:57 +0000
parents 7baa2bc64226
children 56cec2b6ff98
comparison
equal deleted inserted replaced
20148:e86f136e880e 20149:be2538a92099
111 jabber_offline_message, /* offline_message */ 111 jabber_offline_message, /* offline_message */
112 NULL, /* whiteboard_prpl_ops */ 112 NULL, /* whiteboard_prpl_ops */
113 jabber_prpl_send_raw, /* send_raw */ 113 jabber_prpl_send_raw, /* send_raw */
114 jabber_roomlist_room_serialize, /* roomlist_room_serialize */ 114 jabber_roomlist_room_serialize, /* roomlist_room_serialize */
115 jabber_unregister_account, /* unregister_user */ 115 jabber_unregister_account, /* unregister_user */
116 jabber_attention_types, /* attention_types */
117 jabber_send_attention, /* send_attention */
116 118
117 /* padding */ 119 /* padding */
118 NULL,
119 NULL,
120 NULL 120 NULL
121 }; 121 };
122 122
123 static gboolean load_plugin(PurplePlugin *plugin) 123 static gboolean load_plugin(PurplePlugin *plugin)
124 { 124 {