comparison libpurple/protocols/msn/notification.h @ 30657:e30865b62859

Initial support for msnp16, based on patch by Masca. References #8247.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 01 Dec 2009 22:13:30 +0000
parents c384d62009c0
children 4c8bd8efacb8
comparison
equal deleted inserted replaced
28688:dbd030780f75 30657:e30865b62859
80 gboolean msn_notification_connect(MsnNotification *notification, 80 gboolean msn_notification_connect(MsnNotification *notification,
81 const char *host, int port); 81 const char *host, int port);
82 void msn_notification_disconnect(MsnNotification *notification); 82 void msn_notification_disconnect(MsnNotification *notification);
83 void msn_notification_dump_contact(MsnSession *session); 83 void msn_notification_dump_contact(MsnSession *session);
84 84
85 void msn_notification_send_uux(MsnSession *session, const char *payload);
86
87 void msn_notification_send_uux_endpointdata(MsnSession *session);
88
89 void msn_notification_send_uux_private_endpointdata(MsnSession *session);
90
85 /** 91 /**
86 * Closes a notification. 92 * Closes a notification.
87 * 93 *
88 * It's first closed, and then disconnected. 94 * It's first closed, and then disconnected.
89 * 95 *