GithubHelp home page GithubHelp logo

purple-plugin-delta-2's Introduction

Delta Chat plugin for libpurple

Overview

Delta Chat is an instant messaging application based on email - which is to say, SMTP+IMAP.

It doesn't have its own desktop application at present, but it does have a core protocol library. Wrapping this in a libpurple plugin will allow existing desktop applications such as Pidgin to interoperate.

Build

Very basic instructions at present. First, deltachat-core isn't packaged, so you'll need to build and install it according to these instructions.

Now, you'll need some other build dependencies:

sudo apt install build-essential libpurple-dev libcurl4-openssl-dev libglib2.0-dev

Finally, run make to create a libdelta.so file.

Use

The easiest way to use this is to copy the libdelta.so file into ~/.purple/plugins. When running pidgin, you'll now have the option to add a "Delta Chat" account.

If it doesn't show up, chances are pidgin can't find the various shared libraries the .so depends on. You can run ldd ~/.purple/plugins/libdelta.so to confirm. I'll document fixing this after the build and install system is settled.

At present, the "Username" and "Password" account fields correspond to email address and password, respectively. Many important settings also show up on the "Advanced" tab - if left blank, the plugin will attempt to automatically detect the correct values, but you may need to fill some of them in manually to get the connection to work.

Run pidgin with --debug to see interesting output.

Limitations

There's no facility at present to import account keys, so sharing an email address between your mobile and desktop isn't amazing. It's high on the agenda.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.