lurch icon indicating copy to clipboard operation
lurch copied to clipboard

XEP-0384: OMEMO Encryption for libpurple.

Results 52 lurch issues
Sort by recently updated
recently updated
newest added

Fix issue #125 Also add a preference option for it

Hey there! First of all thank you for your effort in this! ;) Basically I was trying to figure out how to send files via OMEMO from Pidgin on a...

enhancement
external

Anytime I try to send a message with lurch, I get this error (yes, the error prints itself twice): ``` (03:22:05 PM) There was an error encrypting the message and...

Using lurch 0.7.0 in pidgin >(22:43:38) g_log: xmlnode_to_str_helper: assertion `node != NULL' failed (22:43:38) g_log: jabber_send_raw: assertion `data != NULL' failed (22:43:38) g_log: jabber_is_stanza: assertion `packet != NULL' failed (22:43:38)...

I am trying to install lurch in puppy linux, but i got this error: # make install-home Package purple was not found in the pkg-config search path. Perhaps you should...

Does anyone have lurch running with [BitlBee](https://www.bitlbee.org/) (an IRC to IM gateway which can use libpurple) by any chance? I've tried it (after double-checking that I'm indeed using XMPP via...

The xmpp packet (xmlnode ** msg_stanza_pp) should be handled very carefully, and they apply different rules in sending and receiving queue. In the sending queue of libpurple, because they are...

https://github.com/gkdr/lurch#caveats >For instance, if you don't install the additional plugin mentioned above, this is probably not the right thing to use if you have multiple clients running at the same...

There are some issues open referring to building on other systems, packaging etc. This could be made much easier if using CMake instead of plain make. It will also allow...