Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
1k views

Good example of using libpurple?

I have an old machine in my house and one of the things this machine does is detect whether a particular door in the house has just opened or closed. Right now, I have that machine post a tweet on a ...
4
votes
3answers
1k views

Getting started with libpurple

I'm writing a Cocoa Touch program that will (hopefully) use Libpurple as it's background. The only problem is that I have no clue where to get started. I've been looking through some source code of ...
2
votes
4answers
2k views

Send and receive messages via (libpurple) messenger protocols

I had an idea that would require me be able to send and receive messages via the standard messenger protocols such as msn, icq, aim, skype, etc... I am currently only familiar with PHP and Python and ...
1
vote
0answers
56 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
0answers
153 views

Alternatives to libpurple?

I have an application that will be the front end to a subscription service. I would like embed a channel agnostic messenger (gchat,msn,yahoo,facebook etc) in the application (there are a number of key ...
1
vote
1answer
106 views

What is GSList* in Java-DBus?

how can I create a method in a DBusInterface for purple_find_buddies? Specifically, what do I have to specify as the return type instead of GSList*?
1
vote
3answers
390 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
6answers
321 views

Ideas to extend this little project? - A pidgin web ui

I have built a little Web UI for Pidgin(respectively all libpurple based messengers) together with DBus and Sinatra. It was for fun and learning purposes and now I'm looking for ideas to extend it. ...
1
vote
1answer
709 views

using libpurple from .NET

Can someone direct me to a code sample of how to use libpurple from .NET? TY
0
votes
2answers
49 views

Best solution for dynamic account connection in C?

I'm not very familar with C-Design Patterns and searching for the best solution for the following problem. I want to write a little chat client based on libpurple. While running the programm I want to ...
0
votes
1answer
127 views

Ajax IM - MSN Messenger

I want to create a web based MSN messenger client just like Meebo for my users. I am thinking of using ajaxim for the UI, and libpurple for the base. http://ajaxim.com/ http://old.ajaxim.com/ - ...
0
votes
1answer
317 views

How to use libpurple in Java?

the libpurple it written in cpp,Is it possible to use it in java application with cross-platform feature?
0
votes
1answer
80 views

received-im-msg signal message

I want to make a program that logs in few IDs on different protocols, receives the messages and gives answers to different messages (commands). example: me: who bot: I'm a libpurple powered bot. ...
0
votes
0answers
137 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
0answers
52 views

With the LibPurple chat_add_users callback, how do I get a display image from a PurpleConvChatBuddy?

In the LibPurple chat_add_users callback, you get a list of PurpleConvChatBuddy object's describing all the chat users. What is the best way to get the buddy icon / or user info photo for each of the ...