Social network plugin for telepathy framework Kirill Ivashov, - - PowerPoint PPT Presentation

social network plugin for telepathy framework
SMART_READER_LITE
LIVE PREVIEW

Social network plugin for telepathy framework Kirill Ivashov, - - PowerPoint PPT Presentation

Social network plugin for telepathy framework Kirill Ivashov, Vyacheslav Dimitrov, Kirill Kulakov Petrozavodsk State University Department of Computer Science 9 th FRUCT conference, April 2629, Petrozavodsk, Russia Kirill Ivashov Social


slide-1
SLIDE 1

Social network plugin for telepathy framework

Kirill Ivashov, Vyacheslav Dimitrov, Kirill Kulakov

Petrozavodsk State University Department of Computer Science

9th FRUCT conference, April 26–29, Petrozavodsk, Russia

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 1 / 14

slide-2
SLIDE 2

Table of Contents

1

Telepathy

2

Social network plugin

3

Links

4

Future plans

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 2 / 14

slide-3
SLIDE 3

Telepathy

Telepathy — Intro

Telepathy — is modular messaging framework, that provides functions for instant messaging applications. Modularity — each protocol is represented by one module. Separate processeses — each module is represented by one process. Language bindings

◮ GObject ◮ C++ (Qt) ◮ Python ◮ Any language that support D-Bus Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 3 / 14

slide-4
SLIDE 4

Telepathy

Telepathy — Clients

There are several applications, that supports Telepathy Framework. Empathy — Default messaging program for GNOME desktop environment. Maemo IM Client — Default messaging program for Maemo OS MeeGo Client — Default client for Handset version of MeeGo

  • peration system. MeeGo Netbook uses Empathy.

Decibel — Obsoleted messaging framework for KDE

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 4 / 14

slide-5
SLIDE 5

Social network plugin

Project idea

MySocials project that aims to provide set of applications to access to social networks

◮ VKontakte ◮ Facebook ◮ Flickr ◮ Mail.ru

Common MySocials API.

◮ Messages ◮ Friends ◮ Photos Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 5 / 14

slide-6
SLIDE 6

Social network plugin

Library access approach

Advantages:

  • Universality. Not all social networks supports proactive API.

Information can be retrieved from different sources.

◮ Private messages ◮ Public messages ◮ Photo

Only required information No unnecessary information is transmitting Minimal traffic

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 6 / 14

slide-7
SLIDE 7

Social network plugin

Jabber access

Jabber Jabber access available only if it is supported by service Jabber updates information faster because of proactive approach.

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 7 / 14

slide-8
SLIDE 8

Social network plugin

Architecture

Connection Text Channel ContactList Channel Client AbstractBackend Vkontakte Backend Facebook Backend Settings libvk libfb

Backends responsible for communication with social networks through MySocials API Channels responsible for communication with client Settings object encapsulates storing/loading logic and can has different backends (e.g. ini-files, sqlite3) Connection is main DBus, that allows client to create channels managers, channels, receive avatars, presence informations.

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 8 / 14

slide-9
SLIDE 9

Social network plugin

Plugin features

Roster

◮ Periodic update of information ◮ Period of update is set by user

Messages

◮ Periodic update ◮ Request for new messages ◮ Plugin not downloads old messages

Avatars

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 9 / 14

slide-10
SLIDE 10

Social network plugin

Implementation

Metrics: 14 GObject classes 6700 Lines of code External tools: GLib — C Library containing a lot of useful tools. (Hash tables, Arrays, RegEx parsers are used in project) Telepathy-GLib — Wrapper around Telepathy DBus API GObject — OOP library for C MySocials — Libraries for access to social networks.

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 10 / 14

slide-11
SLIDE 11

Social network plugin

Screenshots

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 11 / 14

slide-12
SLIDE 12

Links

Links

Wiki: http://oss.fruct.org/wiki/VkTelepathy Repository: https://gitorious.org/vktelepathy MeeGo Repository: https://build.pub.meego.com/package/show? package=vktelepathy&project=home:kulakov OBS Repository: https://build.opensuse.org/package/ show?package=vktelepathy&project=home:mysocials EMail: maemo-mysocials@cs.karelia.ru

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 12 / 14

slide-13
SLIDE 13

Future plans

Future plans

Integration with MeeGo Accounts Framework

◮ Make settings interface for plugin ◮ Modify RPM spec files to support MeeGo Handset

Support for different socials networks (not only vkontakte)

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 13 / 14

slide-14
SLIDE 14

Future plans

Thanks you for you attention!

Kirill Ivashov Social network plugin for telepathy framework FRUCT 26–29.04.2011 14 / 14