Mercurial > pidgin
changeset 13297:ec4e72c12863
[gaim-migrate @ 15663]
GG supports offline messages.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 16 Feb 2006 02:01:59 +0000 |
parents | 263c2db78f77 |
children | 43b3415ce342 |
files | src/protocols/gg/gg.c |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/gg/gg.c Thu Feb 16 02:00:25 2006 +0000 +++ b/src/protocols/gg/gg.c Thu Feb 16 02:01:59 2006 +0000 @@ -1864,6 +1864,13 @@ } /* }}} */ +/* static gboolean ggp_offline message(const GaimBuddy *buddy) {{{ */ +static gboolean ggp_offline message(const GaimBuddy *buddy) +{ + return TRUE; +} +/* }}} */ + /* prpl_info setup {{{ */ static GaimPluginProtocolInfo prpl_info = { @@ -1925,7 +1932,7 @@ NULL, /* can_receive_file */ NULL, /* send_file */ NULL, /* new_xfer */ - NULL, /* offline_message */ + ggp_offline_message, /* offline_message */ NULL, /* whiteboard_prpl_ops */ }; /* }}} */