Tagged Questions
The pidgin tag has no wiki summary.
5
votes
1answer
774 views
What language must I use for a Pidgin plugin?
I'm a relatively inexperienced programmer looking to make a plugin for the IM client Pidgin as a first major project. I've written a program in Python that has all the functionality I want, but I have ...
4
votes
2answers
392 views
Vala for pidgin plugins
Has anyone tried writing a pidgin or libpurple plugin in Vala? From a quick look at the Vala homepage it seems like it would be a great language for it, and make a good opportunity to learn Vala, but ...
1
vote
0answers
48 views
Fetching xmpp resource string using pidgin dbus python api
I was using the pidgin dbus api to print the names of my gtalk buddies and their status by writing the following python code snippet:
import dbus
# Initiate a connection to the Session Bus
bus = ...
1
vote
0answers
55 views
Retrieving the status of another user from libpurple (the IM library underpinning Pidgin)
I'm trying to pull the current status of another person on a SIMPLE network (Microsoft Office Communicator). I'm using libpurple, built a c++ wrapper around libpurple, and I can send/receive IMs with ...
1
vote
2answers
520 views
DBus Finch/Pidgin without X11
I want to do some Python scripting on my server where I can communicate with finch (A console interface of pidgin, with the interface looking like links2) through the DBus Python library to send ...
1
vote
2answers
152 views
Using Pidgin via Perl: undefined symbol:g_free
Pidgin, the generic IM client allows us to interact with it using Perl.
I downloaded the source of Pidgin 2.7.10, built it. Pidgin itself works.
Then I tried to load the Purple module using
perl ...
1
vote
1answer
58 views
Does there exist a Java library for the Zephyr protocol?
http://en.wikipedia.org/wiki/Zephyr_(protocol)
Does there exist a Java library or some sort of Java implementation of the Zephyr protocol? I've tried using Google but haven't managed to find ...
1
vote
3answers
387 views
Setting Pidgin status from .NET
Is there a practical way to set the global status message in Pidgin for Windows from .NET?
Dbus is not available in the Windows version of Pidgin.
Searching SO and the net has revealed helpful tips ...
1
vote
1answer
400 views
Ultimate chat-client API for .NET?
Does anyone know of a .NET API (source-code is preferrable of course) that I can access all the common chat clients thru it (GT, Yahoo, MSN, AIM, FB, ICQ, SKYPE and more)?
I guess I am looking for a ...
0
votes
0answers
14 views
Close tabs in pidgin conversation window
how to close from script several tabs in a pidgin conversation window (some #general and #nickserv tabs). I tried using xdotool and devilspie but no result.
0
votes
0answers
18 views
twitgin pidgin plugin - supress notification sound
I use the Twitgin plugin for Pidgin to connect to Twitter. I would like to disable the notification sounds for just that window, not for all IM windows. Is this possible?
0
votes
0answers
38 views
How to type tamil(or any other language) in GTK applications in Windows OS?
I use pidgin in windows. I use ekalappai to type tamil in all windows applications. ekalappai is an opensource custom keyboard application that uses SetWindowsHookEx & ::SendInput windows ...
0
votes
1answer
102 views
Node.js and interacting with a native chat like Pidgin?
Is there a way to interact easily with a native messaging client (for example Pidgin) when using Node.js ?
I tried to create a simple chat system with the XMPP protocol with Node.js (with ...
0
votes
1answer
131 views
Using libmysql.dll on Windows 7
I have been working on a program which connects to libmysql.dll. In the part of the code that uses it, I have included both winsock2.h and mysql.h. I have written the program already and it works ...
0
votes
1answer
22 views
Send/receive email using Pidgin (GAIM)?
Can I send and receive email using Pidgin/GAIM? I realize I'll need a
special incoming address that "redirects to GAIM" (ie, encodes
incoming email in Jabber format + sends it to a Jabber server).
...
0
votes
1answer
95 views
XMPP HTML Message sends to Pidgin but fails to send to Jitsi
Anyone know why a Message formatted in this way would send properly via XMPP to users running Pidgin but fail to send at all to users running Jitsi? There is no error message to accompany the failure.
...
0
votes
0answers
33 views
Print terminal's output into pidgin chat screen
Is there a way to print the output of a c++ program from terminal into Pidgin's chat screen? I am Using Ubuntu 10.10.
Thanks in advance.
Vamsi
0
votes
1answer
106 views
XMPP Chat States with Pidgin
I am writing a chat support application that connects to an XMPP server using the SASL Anonymous mechanism. When a user opens my website in their browser, using Socket.IO and NodeJS the server will ...
0
votes
1answer
294 views
Blinking icons in a system tray and GnomeShell
So, I have few programs (Pidgin and Evolution Alarms) which are in a tray and blinks after notification. The problem is, that they are hidden (becouse panel is autohiding). So when I come to the ...
0
votes
1answer
145 views
wmii configuration script for Pidgin notification
I am new to wmii. Could anybody kind enough to share his configuration script with a nice status bar that could display notifications from Pidgin?
0
votes
1answer
299 views
Missing gstreamer and farsight dependencies in pidgin
I am trying to compile pidgin and getting the following error on runing the configure script(see below).
This is the newest unstable version of Debian with the 2.6.38-2-686 kernel.
It's not clear for ...
0
votes
1answer
542 views
How to connect YMSG (Yahoo IM service) by server IP
I need a IM client that support yahoo and allow user to set yahoo IM server address.
Yahoo IM servers names (scs.msg.yahoo.com, scsa.msg.yahoo.com, scsb.msg.yahoo.com, scsc.msg.yahoo.com) are not ...
0
votes
0answers
136 views
ELIM (Emacs IM client) and libpurple don't write logs
There is a strange problem.
In my machine (ubuntu 9.04):
1) libpurple + pidgin 2.5.5
2) elim - is a client to libpurple (like pidgin, finch, etc.)
Files prefs.xml for pidgin and elim in section ...
0
votes
1answer
213 views
video chat using pidgin?
Hi i am very new to pidgin.Is it possible to do voice/video chat through talk using pidgin on windows??As in bolgs i found that its possible on linux but nor sure about windows.If its possible please ...
0
votes
3answers
442 views
How to start editing pidgin source code?
I downloaded pidgin source code and i don't know where to start from ..
Can any one pls ;) point the right way to understand that program ?
and also tell how to compile it on windows system .. it ...
0
votes
2answers
308 views
Is there an alternative to Pidgin, but with less restrictive licensing?
Recently came across pidgin. Its great, and does what I want, but I am not too keen on the GPL license. Other any alternatives, with less restrictive licenses?
I would prefer the library to be C or ...