pidgin plugin dev support - problem in disconnecting account

2009-09-30 Thread evanescent
the program. So what are the relevant methods to do this. Program structure of my plugin follows almost same program structure of Bonjour protocol implemented. thanks -- Forwarded message -- From: evanescent coolnu...@gmail.com Date: Wed, Sep 30, 2009 at 11:01 AM Subject: pidgin

pidgin crashes when account disconnected internally

2009-09-29 Thread evanescent
Hi, I have developed a pidgin plugin that works almost like Bonjour. In my program I need to disconnect an account calling relevant methods internally. i.e not by clicking the tick boxes given in the GUI. What I have done so far in the program is that at the point where I want to disconnect the

how to package bonjour windows dll with a pidgin plugin

2009-08-04 Thread evanescent
Hi, I have developed a pidgin plugin for windows which uses mDNS to publish and discovery the buddies in a zeroconf manner. Actually its almost like Bonjour implementation in pidgin. Right now in order to work my piding plugin, Apple's Bonjour Toolkit should have pre-installed on the machine. But

Re: webcam support

2009-07-23 Thread evanescent
yes this is a main drawback of pidgin. we are hoping video support on top top pidgin soon. On Thu, Jul 23, 2009 at 12:21 PM, Shaked, Erez erez.sha...@verint.comwrote: Hi, I saw in the support archives that the webcam issue is still under development, is there any estimation regarding when

need help - packaging a pidgin plugin

2009-07-23 Thread evanescent
Hi, I will summarize my problem like this. I have developed a pidgin plugin for both linux and windows flat forms. Now I can package my program to a windows installer setup ( exe ) file and it works fine in windows. Now my problem is that this plugin uses Bonjour so If I install the plugin on a

Need help - cross compiling my pidgin plugin - including avahi libs for cross compiling

2009-07-21 Thread evanescent
Hi, I hv developed a pidgin plugin which uses avahi. now I need to cross compile it. but when i include the avahi headers which resides /usr/include/avahi-client/ /usr/include/avahi-common/ /usr/include/avahi-glib/ it returns thousands of errors. I use mingw to cross compile. Is there seperate

icon file `pixmaps/tray/16/' does not contain icon data

2009-07-17 Thread evanescent
I get this error when i try to cros compile pidgin on linux (kubuntu). I tried to find the issue with some ealier post related to same topic but those did nt help. can anybody tell me what will be possible reasons to this error. I tried acording to the instruction under

make pidgin plugin - need help

2009-06-22 Thread evanescent
-- Forwarded message -- From: evanescent coolnu...@gmail.com Date: Mon, Jun 22, 2009 at 1:08 PM Subject: creating shared object file for pidgin plugin To: de...@pidgin.im Hi, what is the command to make .so file for a pidgin plugin when it use multiple source files? I followed

protocols not loading

2009-06-16 Thread evanescent
Hi, I downloaded pidgin source bundle and make it with default configuration. But when i run pidgin with ./pidgin it start fine but then when i try to add an account pidgin does not list any of its communication protocols. What have i missed with this? this is what i did basically.

Extending Pidgin

2009-06-15 Thread evanescent
Hi All, I am a software engineer at lsf. I have a P2P overlay network(Dcache http://wathsalav.blogspot.com/ ) which is a distributed web cache based on IP multicasting. Any computer in the network can join or leave this P2P network at anytime. Now I want to publish the presence of these nodes