diff 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
line wrap: on
line diff
--- a/libpurple/protocols/jabber/libxmpp.c	Tue Sep 18 01:08:46 2007 +0000
+++ b/libpurple/protocols/jabber/libxmpp.c	Sun Sep 23 20:30:57 2007 +0000
@@ -113,10 +113,10 @@
 	jabber_prpl_send_raw,			/* send_raw */
 	jabber_roomlist_room_serialize, /* roomlist_room_serialize */
 	jabber_unregister_account,		/* unregister_user */
+	jabber_attention_types,                 /* attention_types */
+	jabber_send_attention,                  /* send_attention */
 
 	/* padding */
-	NULL,
-	NULL,
 	NULL
 };