0
votes
0answers
133 views

Tweaking the TreeView of pygtk (python)

First off, I want to apologize for the non-minimal code. I'll point to the part I believe is important for the question further down. As a whole the code should run and work with Pidgin (under Linux) ...
0
votes
1answer
145 views

Python Access Pidgin Data Structure by Dbus

I recentely started to program in Python and making a script/plugin for Pidgin,i need to access PurpleConversationUiOps and use the has_focus field,based in some examples in documentation of Pidgin i ...
1
vote
0answers
159 views

Pidgin script with Python/ Get Focus Signal

I am creating a script in Python to integrate Pidgin with Unity (Ubuntu 12.04), I've managed to do the counting notifications system using the Unity API, but i dont know what event or signal that is ...
0
votes
1answer
205 views

Send Notification to pidgin via python 2.4

In my application I want to send notifications to users through their pidgin internet messanger using python 2.4. Does anyone can show some light on how this can be done?
0
votes
0answers
207 views

using python to create pidgin UI plugin

I need to create a small toolbar for pidgin. Basically I need to add a couple of buttons that send pre-formatted messages into a group chat. It looks like you can do this in C/Perl or TCL but can ...
1
vote
1answer
211 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 = ...
0
votes
1answer
370 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. ...
2
votes
2answers
1k 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 ...
0
votes
2answers
516 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 ...