I\'m not very familiar 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.
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 wit开
the libpurple it written in c开发者_高级运维pp,Is it possible to use it in java application with cross-platform feature?Sure, you can call native code from Java via JNI or (easier) JNA.
I want to make a program that logs in few IDs on different protocols, receives the messages and gives answers to different messages (commands).
how can I create a method in a DBusInterface for purple_find_buddies? Specifically, what do I have to specify as the 开发者_JS百科return type instead of GSList*?As it seems, it simply becomes a List -
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
I\'m using accessing thorough DBUS from some process. The trouble is that it runs from another user and session of DBUS is different for them. So I can\'t acces application which uses DBUS through ano
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...