problem getting status of buddies?
frederico schardong
frede.sch at gmail.com
Fri May 7 06:52:13 EDT 2010
Hi all,
I have send a nullclient.c to sandeep, my nullclient show all the
contacts and permit that you type with someone just typing buddy
e-mail and after the message to he. The problem with this nullclient.c
is here:
PurpleBlistNode *node;
PurpleBuddy *buddy;
PurpleConversation *gconv;
PurpleConvIm *im;
for(node = purple_blist_get_root(); node; node =
purple_blist_node_next(node, FALSE))
{
if(PURPLE_BLIST_NODE_IS_BUDDY(node) &&
PURPLE_BUDDY_IS_ONLINE((PurpleBuddy *)node))
{
The PURPLE_BUDDY_IS_ONLINE((PurpleBuddy *)node) just return the
buddies that are in a cellphone. What I'm doing wrong?
2010/5/7 sandeep <sandeep at konstantinfo.com>:
> On Thursday 06 May 2010 19:57:16 Sadrul Habib Chowdhury wrote:
>> devel at pidgin.im
>
> --
>
> Hello,
>
> We are new to libpurple C client...
> How we send IM to buddies?
>
> I think.. we have to create a text file to read message from and send to
> buddy.
> I got nullclient.c but there is problem with online /offline buddies.
>
> What we have to add in nullclient.c to...
>
> 1. Send IM to specific buddy
> 2. To get list of offline / online buddies
>
> Regards,
> Sandeep Verma
> _______________________________________________
> Devel mailing list
> Devel at pidgin.im
> http://pidgin.im/cgi-bin/mailman/listinfo/devel
>
>
--
Thanks,
Frederico Schardong,
SOLIS - Open source solutions
www.solis.coop.br
Linux registered user #500582
More information about the Devel
mailing list