Tagged Questions

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 ...
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
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. ...