KDE Telepathy - TelepathyIM/wiki GitHub Wiki

Content

  1. Messaging stack
  2. Links

Messaging stack

Base telepathy stack

  • telepathy-glib
  • mission-control-5
  • telepathy-logger

Dependencies

  • telepathy-qt
  • telepathy-logger-qt provides Qt API to access (glib-based) telepathy-logger
  • libaccounts-glib
  • libaccounts-qt (libaccounts-glib wrapper)
  • libsignon
  • kaccounts-integration ("Administer web accounts for the sites and services across the Plasma desktop")
  • kpeople provides unified API to access contacts from different sources

Must have components

  • ktp-common-internals
  • ktp-kded-module provides basic workspace integration
  • ktp-accounts-kcm
  • ktp-auth-handler handles SASLAuthentication channels

Base components

  • ktp-contact-list
  • ktp-text-ui provides text chat window
  • ktp-log-viewer (in ktp-text-ui repo)
  • ktp-filetransfer-handler accepts FileTransfer channels
  • ktp-approver notifies about new channels

Extra components

  • ktp-call-ui
  • ktp-contact-runner
  • ktp-desktop-applets
  • ktp-send-file is file manager plugin to send files to contacts

Links