diff src/protocols/msn/session.h @ 7590:3a48ade4f510

[gaim-migrate @ 8208] The MSNSLP stuff pretty much works. I have it disabled in this commit just in case, but I should have the rest done tonight. Also, client IDs are now sent (which was part of the problem), as are the MSNObjects (the other half of the problem). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 22 Nov 2003 00:47:24 +0000
parents ff9127038a5a
children ea2d07ad05a9
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Fri Nov 21 18:12:55 2003 +0000
+++ b/src/protocols/msn/session.h	Sat Nov 22 00:47:24 2003 +0000
@@ -35,6 +35,7 @@
 {
 	GaimAccount *account;
 	MsnUser *user;
+	char *away_state;
 
 	int protocol_ver;
 
@@ -150,6 +151,14 @@
 MsnSwitchBoard *msn_session_open_switchboard(MsnSession *session);
 
 /**
+ * Changes the status of the user.
+ *
+ * @param session The MSN session.
+ * @param state   The new state.
+ */
+gboolean msn_session_change_status(MsnSession *session, const char *state);
+
+/**
  * Finds a switch with the given passport.
  *
  * @param session  The MSN session.