Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/lurchPublic

XEP-0384: OMEMO Encryption for libpurple.

License

NotificationsYou must be signed in to change notification settings

gkdr/lurch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/lʊʁç/. In German, an Axolotl is a type of Lurch, which simply means 'amphibian'. This plugin bringsAxolotl, by now renamed todouble ratchet, tolibpurple applications such asPidgin by implementing theXEP-0384: OMEMO Encryption. For a higher-level overview, seethe official OMEMO homepage.

(Plus I thought the word sounds funny.)

News

This section is now thechangelog.

Table of Contents

  1. Installation
    1. Linux
    2. Windows
    3. MacOS
    4. Additional plugins
  2. Usage
    1. General
    2. Group Chats
  3. Uninstallation
  4. Troubleshooting
  5. FAQ
  6. Caveats

Installation

Linux

1. Install the (submodules') dependencies

Below you can find the command to install the dependencies for popular distribution families. Make sure that you use at least version 2.7 ofmxml, and 2.10.10 oflibpurple.

Debian, Ubuntu

sudo apt install git cmake libpurple-dev libmxml-dev libxml2-dev libsqlite3-dev libgcrypt20-dev build-essential

ArchLinux, Parabola

sudo pacman -S base-devel git cmake pidgin libpurple mxml libxml2 sqlite libgcrypt

Fedora

sudo dnf install git cmake libpurple-devel mxml-devel libxml2-devel libsqlite3x-devel libgcrypt-devel
2A. EITHER: Build and install from source
git clone https://github.com/gkdr/lurch/cd lurchgit submodule update --init --recursivemake install-home

If you just pull a newer version (git pull), remember to also update the submodules as they might have changed!

The last command compiles the whole thing and copies the plugin into your locallibpurple plugin directory.

The next time you start Pidgin, or another libpurple client, you should be able to activate it in the "Plugins" window.

2B. OR: Install from a community repo

Windows

Thanks toEionRobb, Windows users can use the dlls he compiled and provides here:https://eion.robbmob.com/lurch/

  1. Download the plugin (lurch.dll) and put it in theProgram Files (x86)\Pidgin\plugins directory.
  2. Downloadlibgcrypt-20.dll andlibgpg-error-0.dll and put them in theProgram Files (x86)\Pidgin directory.

These instructions can also be found at the provided link.

MacOS

Homebrew should have all dependencies:

brew install cmake pidgin glib libxml2 libmxml sqlite libgcrypt

This should work on newer versions of MacOS, but if you run into problems check out#8 for some hints. Complete instructions on how to get this running with Pidgin appreciated!

Alternatively, if you use Adium, you should definitely check outshtrom'sLurch4Adium!

Additional plugins

The current version oflibpurple'sXMPP protocol plugin does not support manyXEPs by itself. For more features and compatibility with other clients such asConversations you can install the pulgins below.

carbons

If you have multiple devices and want messages sent and received by one device show up on all others,XEP-0280: Message Carbons is what you are looking for.

You can find my plugin for it here:https://github.com/gkdr/carbons

pidgin-xmpp-receipts

In order to support the checkmarks for delivered messages, you could install this plugin implementingXEP-0184: Message Delivery Receipts:

https://app.assembla.com/spaces/pidgin-xmpp-receipts/git/source

Usage

General

The first thing you can do to check if this plugin works is enter the/lurch help command in any conversation window. You will receive a list of the other commands you can use. I know this is a bit clunky, but using the command interface for interactions makes the plugin usable in clients that do not have a GUI.

After you have made sure it was installed correctly, you do not have to activate it specifically for each conversation partner you want to use it with, unlike with e.g.OTR. If it detects that the other side is usingOMEMO (by the existence of anOMEMO devicelist), the conversation will be encrypted automatically. If you do not want this, you can blacklist the user by typing/lurch blacklist add in the conversation window.

This plugin will set the window title to notify the user if encryption is enabled or not. If it is, it will generally not send plaintext messages. If a plaintext message is received in a chat that is supposed to be encrypted, the user will be warned.

Group Chats

Group chats (viaXEP-0045: Multi-User Chat aka MUCs) arenot part of theOMEMO specification, but can work under specific circumstances as outlined on theConversations README. These are:

  • The MUC has to be non-anonymous so the real JID of each participant is visible. The channel owner has to set this property. In Pidgin you can get there by typing/config.
  • Every participant has to be in every other participant's contact list! This is why this really only makes sense for member-only MUCs.

Once you have confirmed these conditions are met, every member has to activateOMEMO him- or herself. Using this plugin it works by typing/lurch enable. Warning messages are displayed if it does not work for every user in the conference, hopefully helping to fix the issue.

It isrecommended you confirm the fingerprints look the same on each device, including among your own. To do this, you can e.g. display all fingerprints participating in a conversation using/lurch show fp conv.

Uninstallation

In order to uninstall this plugin, you should call the/lurch uninstall command.It will remove this client from theOMEMO device list, notifying otherOMEMO clients that they do not need to encrypt messages for it any longer.

Afterwards, you can just deactivate the plugin in theTools > Plugins window.

In order to completely remove all data related to this plugin, e.g. for a fresh installation, you will need to delete the following files from your.purple directory:

  • your@xmpp.account_omemo_db.sqlite to delete the device list cache
  • your@xmpp.account_axc_db.sqlite to delete your keypair and all sessions with other devices
  • and finally,lurch.[so|dll] found in theplugins directory

Troubleshooting

If something does not work as expected, don't hesitate to open an issue.You can also reach me on the Pidgin IRC channel (#pidgin on freenode) asriba, or send me an email.

It will usually be helpful (i.e. I will probably ask for it anyway) if you provide me with some information from the debug log, which you can find atHelp > Debug Window in Pidgin.There, you will see a scary error from the XML parser every time you receive a message, which you can safely ignore. It is due to the nonstandard namespace used byOMEMO and looks something like this:jabber: XML parser error for JabberStream 0x5631ed678670: Domain 3, code 100, level 1: xmlns: URI eu.siacs.conversations.axolotl is not absolute.

In addition to just reading logs, you can get a bit more active, as again I will probably ask for this anyway.Pidgin comes with an XMPP console, but you have to activate the plugin first (Tools > Plugins).Afterwards you can find it atTools > XMPP Console and send queries to the server.

If you are having trouble sending or receiving messages, you should look up if you can find the device in thedevice list. You can do so by pasting the following into the XMPP console, replacing theto attribute with the device's owner's JID:

<iqtype='get'to='b@localhost'id='whatever123'>  <pubsubxmlns='http://jabber.org/protocol/pubsub'>    <itemsnode='eu.siacs.conversations.axolotl.devicelist'/>  </pubsub></iq>

Sometimes, a device might be on the list, but it did not publish abundle, which is necessary to establish a session. In this case, you can query this bundle by pasting the following, replacing theto attribute as well as theDEVICE_ID suffix of thebundles node:

<iqtype='get'to='b@localhost'id='whatever456'>  <pubsubxmlns='http://jabber.org/protocol/pubsub'>    <itemsnode='eu.siacs.conversations.axolotl.bundles:DEVICE_ID'max_items='1'/>  </pubsub></iq>

Finally, in case it is more serious and Pidgin crashes, I will have to ask you for a backtrace.You can obtain it in the following way:

  • Open Pidgin in gdb:gdb pidgin
  • Run it:run
  • Do whatever you were doing to make it crash
  • When it does crash, typebt (orbacktrace)
  • Copy the whole thing

FAQ

Can it talk to other OMEMO clients?

Yes, it was (briefly) tested with:

Seehttps://omemo.top/ for additional clients.

Does it work with Finch?

It should, but I only tried it briefly.

Caveats

OMEMO is not 'whatever Conversations can do', but a very specificXEP.

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 time, as there is no message carbons support in libpurple as of now.

At the moment, there is noXEP-0313: Message Archive Management akaMAM support inlibpurple, so there are no 'offline messages'.

Finally, I can't stress this enough: This plugin ishighly experimental, so youshould not trust your life on it.


[8]ページ先頭

©2009-2025 Movatter.jp