libpurple
Best solution for dynamic account connection in C?
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.[详细]
2023-04-11 04:51 分类:问答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 wit开[详细]
2023-03-26 08:01 分类:问答How to use libpurple in Java?
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.[详细]
2023-02-16 13:28 分类:问答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).[详细]
2023-02-01 18:57 分类:问答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 开发者_JS百科return type instead of GSList*?As it seems, it simply becomes a List -[详细]
2023-01-26 14:08 分类:问答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[详细]
2023-01-15 14:23 分类:问答Libpurple not working from bash
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[详细]
2023-01-06 02:38 分类:问答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...[详细]
2022-12-09 04:05 分类:问答