diff src/protocols/novell/nmuser.h @ 9268:54fb1f466953

[gaim-migrate @ 10069] " - Added keepalive support - Improved handling of character sets in RTF (improves intl interoperability between Gaim and the Windows/XPLAT Messenger clients)." --Mike Stoddard of Novell committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 12 Jun 2004 15:13:29 +0000
parents 6663ad2386d9
children d77537e8bfe5
line wrap: on
line diff
--- a/src/protocols/novell/nmuser.h	Sat Jun 12 00:00:01 2004 +0000
+++ b/src/protocols/novell/nmuser.h	Sat Jun 12 15:13:29 2004 +0000
@@ -124,6 +124,9 @@
 	 */
 	gpointer client_data;
 
+	/* Have the privacy lists been synched yet */
+	gboolean privacy_synched;
+
 };
 
 #define	NM_STATUS_UNKNOWN			0
@@ -559,6 +562,18 @@
 							nm_response_cb callback, gpointer data);
 
 /**
+ *	Send a ping to the server
+ *
+ *  @param	user			The logged in User
+ *	@param	callback		Function to call when we get the response from the server
+ *  @param	data			User defined data
+ *
+ *	@return	NM_OK if successfully sent, error otherwise
+ */
+NMERR_T
+nm_send_keepalive(NMUser *user, nm_response_cb callback, gpointer data);
+
+/**
  *	Reads a response/event from the server and processes it.
  *
  *  @param	user	The logged in User