Mercurial > pidgin
view libfaim/aim_logoff.c @ 1257:0f7b837d88d2
[gaim-migrate @ 1267]
A jabber plugin. You need to make PLUGIN_LIBS='-lxode -ljabber', probably -DHAVE_CONFIG_H in there too. Oh yeah, you need libxode and libjabber installed, but that was implied already. Don't use this, it doesn't work well.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 14 Dec 2000 06:54:26 +0000 |
parents | 9d258a0aa560 |
children |
line wrap: on
line source
/* * aim_logoff.c * * */ #include <faim/aim.h> /* * aim_logoff() * * Closes -ALL- open connections. * */ int aim_logoff(struct aim_session_t *sess) { aim_connrst(sess); /* in case we want to connect again */ return 0; }