Mercurial > pidgin
diff src/protocols/msn/user.h @ 19824:a8d00b8dae40
[gaim-migrate @ 17040]
send OIM middle version.
Now can send to server,
but need to encode the friend name to MIME format
committed by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
| author | Ma Yuan <mayuan2006@gmail.com> |
|---|---|
| date | Sat, 26 Aug 2006 08:07:08 +0000 |
| parents | 2e078c892e0b |
| children | 3b971c87279d |
line wrap: on
line diff
--- a/src/protocols/msn/user.h Sat Aug 26 03:25:00 2006 +0000 +++ b/src/protocols/msn/user.h Sat Aug 26 08:07:08 2006 +0000 @@ -295,6 +295,12 @@ */ GHashTable *msn_user_get_client_caps(const MsnUser *user); +/** + * check to see if user is online + */ +gboolean +msn_user_is_online(GaimAccount *account, const char *name); + /*@}*/ #endif /* _MSN_USER_H_ */
