Unable to find BuddyTyping And BuddyTypingStopped in PurpleInterface.
sanket agarwal
snktagarwal at gmail.com
Wed Feb 25 11:28:39 EST 2009
Hi,
As all typing notifications are a IM specific thingy they will be found in
IM Conversation API.
I hope you are using the documentation, try to locate the functions you want
to use in *conversation.h* documentation. Look for *IM Conversation API*.
http://developer.pidgin.im/doxygen/dev/html/conversation_8h.html
Also if you want to catch hold of *typing* related signals try to get them
at conversation-signals.
http://developer.pidgin.im/doxygen/dev/html/conversation-signals.html
I hope this solves your problem.
Cheers
Sanket
2009/2/25 Nagesh <nagesh at 800pbx.com>
> Hi All,
>
> I have being using the PurpleInterface to communicate
> with the pidgin through dbus.
>
> I have found few functions just as to connect, disconnect, add buddy etc..
> PurpleAccountConnect(account);
> pidgin.PurpleAccountsDelete(account);
> pidgin.PurpleAccountAddBuddy(account, buddyId);
>
> but I could not find the functions to notify that the buddy is typing or
> stopped typing.
>
> I could find those events being generated which are being sent when the
> pidgin clients where typing
> such as BuddyTypingStopped and BuddyTyping.
>
> but any one can suggest me where could I find related functions in the
> PurpleInterface.
> or is their any other alternative way to notify when buddy is typing or
> typing stopped.
>
> Any help is highly appreciated.
>
> Thanks,
> Ajay.
>
> _______________________________________________
> Devel mailing list
> Devel at pidgin.im
> http://pidgin.im/cgi-bin/mailman/listinfo/devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pidgin.im/pipermail/devel/attachments/20090225/aeacdda9/attachment-0001.html>
More information about the Devel
mailing list