Development/Tutorials/Decibel/Handling TextChannels: Difference between revisions

From KDE TechBase
(Create tutorial and write abstract.)
 
Line 1: Line 1:
==Abstract==
==Abstract==
This tutorial will walk you through the process of crating a simple application
This tutorial will walk you through the process of creating a simple application that uses Decibel's TextChannels to communicate via arbitrary instant messaging networks using telepathy. From the result of this tutorial, only a few more lines of code are needed to produce a functioning text based instant messaging client.
that uses Decibel to allow real time text chat using standard instant messaging protocols over telepathy. It serves as an example of how you can use Decibel to easily create an instant messaging application in very few lines of code.
 
This tutorial is based on the source code of the simpleclient demo included in decibel. An explanation of using the simpleclient demo can be found here.

Revision as of 03:48, 11 March 2008

Abstract

This tutorial will walk you through the process of creating a simple application that uses Decibel's TextChannels to communicate via arbitrary instant messaging networks using telepathy. From the result of this tutorial, only a few more lines of code are needed to produce a functioning text based instant messaging client.

This tutorial is based on the source code of the simpleclient demo included in decibel. An explanation of using the simpleclient demo can be found here.