GitXplorerGitXplorer
i

telepathy-durka

public
2 stars
1 forks
2 issues

Commits

List of commits on branch master.
Unverified
1b41d672f234cbeb6c92b234adeee5915fbe2158

package: fix destdir and installing dbus service

iignatenkobrain committed 10 years ago
Unverified
77cb846128a67c5f93240dcb5dc99ba0f9c266bf

build: bump VK API to 5.28

iignatenkobrain committed 10 years ago
Unverified
4887694536666583dfb1cb75a3853d3744b24258

build: enable debug for non-release builds

iignatenkobrain committed 10 years ago
Unverified
e8b9bc18cdc181c7439e6fa9c2fe8ae20574f9cd

telepathy-durka: more better GObject

iignatenkobrain committed 10 years ago
Unverified
7e588118af573d0afece8f03da8e39ddc1c6ec8e

trivial: style

iignatenkobrain committed 10 years ago
Unverified
34bd28826f60caff619cd762cd7bc4fad126398e

build: more configurable buildsystem

iignatenkobrain committed 10 years ago

README

The README file for this repository.

telepathy-durka

VK Connection Manager for Telepathy.

Build requirements

  • meson
  • glib2-devel
  • json-glib-devel
  • telepathy-glib-devel
  • dbus-glib-devel
  • rest-devel

How to build and install

$ mkdir build
$ cd build
$ meson ..
$ ninja-build
# ninja-build install

Using tito to build rpm (git version)

$ tito build --test --rpm --builder mock --arg mock=fedora-rawhide-x86_64

How to use

  1. export DURKA_PERSIST=1 (otherwise telepathy-durka will close immediately if started not via dbus)
  2. /usr/libexec/telepathy-durka
  3. Open empathy-accounts or gnome-online-accounts or ktp or whatever
  4. Add vk account

Token authorize (not recommended)

At adding account use wrong password.

Open link: https://oauth.vk.com/authorize?client_id=3821026&scope=friends,messages,offline&redirect_uri=https://oauth.vk.com/blank.html&v=5.0&response_type=token

In response you will have redirect and in address-string you will have alike:

#access_token=[THIS]&expires_in=0&user_id=1361145746
  1. Open additional settings
  2. Into Token-parameter enter "THIS"

Connection manager prefer token if it set.