Mercurial > pidgin
diff libpurple/protocols/myspace/myspace.h @ 17315:d9aaccef8721
Send typing notifications (tested).
Added msim_send_bm() to send a generic buddy message, used by msim_send_im()
and msim_send_typing().
| author | Jeffrey Connelly <jaconnel@calpoly.edu> |
|---|---|
| date | Tue, 12 Jun 2007 03:40:38 +0000 |
| parents | 7a0061f4845d |
| children | 2aff11bb5e72 |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h Mon Jun 11 06:17:16 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.h Tue Jun 12 03:40:38 2007 +0000 @@ -157,6 +157,7 @@ int msim_send_im(PurpleConnection *gc, const char *who, const char *message, PurpleMessageFlags flags); +gboolean msim_send_bm(MsimSession *session, gchar *who, gchar *text, int type); void msim_send_im_cb(MsimSession *session, MsimMessage *userinfo, gpointer data); int msim_incoming_im(MsimSession *session, MsimMessage *msg);
