comparison libpurple/protocols/msn/notification.h @ 32488:760fd1f86a54

Send circle authentication on the notification server on MSNP18.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 03 Feb 2012 06:04:05 +0000
parents 23be655cc688
children 9af8ed674a69
comparison
equal deleted inserted replaced
32487:ab9025b46134 32488:760fd1f86a54
106 void msn_notification_send_uun(MsnSession *session, 106 void msn_notification_send_uun(MsnSession *session,
107 const char *user, 107 const char *user,
108 MsnUnifiedNotificationType type, 108 MsnUnifiedNotificationType type,
109 const char *payload); 109 const char *payload);
110 110
111 void msn_notification_send_circle_auth(MsnSession *session, const char *ticket);
112
111 /** 113 /**
112 * Closes a notification. 114 * Closes a notification.
113 * 115 *
114 * It's first closed, and then disconnected. 116 * It's first closed, and then disconnected.
115 * 117 *