kdeconnect-kde/kded/plugins/telephony
2014-05-31 04:21:12 +00:00
..
CMakeLists.txt qDebug -> kDebug with namespaces 2013-11-06 22:16:55 +01:00
kdeconnect_telephony.desktop SVN_SILENT made messages (.desktop file) 2014-05-31 04:21:12 +00:00
README Documentation 2013-09-24 14:14:34 +02:00
telephonyplugin.cpp Added const all around 2014-03-04 02:34:09 +01:00
telephonyplugin.h Improved package dispatch to the different plugins 2013-10-29 17:46:57 +01:00

This plugin will display a notification each time a package with type
"kdeconnect.telephony" is received. The type of notification will change
depending on the contents of the field "event" (string).

Valid contents for "event" are: "ringing", "talking", "missedCall" and "sms".
Note that "talking" is just ignored in this implementation, while the others
will display a system notification.

If the incoming package contains a "phoneNumber" string field, the notification
will also display it. Note that "phoneNumber" can be a contact name instead
of an actual phone number.

If the incoming package contains "isCancel" set to true, the package is ignored.