aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/audio-video.page
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2009-08-15 03:09:26 +0800
committerMilo Casagrande <milo@ubuntu.com>2009-08-15 03:09:26 +0800
commit7a91c985c8e9b96764e29948de83fb016da9beda (patch)
treeaed87cec63e26c8ae309732642fa01a8c2fca25a /help/C/audio-video.page
parent7b2b0bf17f28dffc39de8482989a72c401c6e263 (diff)
downloadgsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar
gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.gz
gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.bz2
gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.lz
gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.xz
gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.zst
gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.zip
[help]
irc-nick-password: * wordings * added a note irc-start-conversation: * added topic for starting a private IRC conversation irc-send-file: * added topic for sending files via IRC (it's not possible) start-conversation: * added topic describing the Ctrl+N way to start a conversation prob-conn-neterror: * reworked the page adding the IRC problem prob-conn-name: * reworked the page prob-conn-acctdisabled: * reworked the page audio-video: * added a note * added table for supported services/protocols Makefile.am: * added new pages
Diffstat (limited to 'help/C/audio-video.page')
-rw-r--r--help/C/audio-video.page70
1 files changed, 70 insertions, 0 deletions
diff --git a/help/C/audio-video.page b/help/C/audio-video.page
index cc118dd56..244ed2c4b 100644
--- a/help/C/audio-video.page
+++ b/help/C/audio-video.page
@@ -65,5 +65,75 @@
</tr>
</tbody>
</table>
+
+ <note>
+ <p>
+ In order to have a video conversation, you need to have a web-cam that is
+ supported by your operating system, and a working microphone.
+ </p>
+ <p>
+ In order to have an audio conversation, you need to have a sound-card that is
+ supported by your operating system, and a working microphone.
+ </p>
+ </note>
+
+ <section id="supported-services">
+
+ <title>Supported services</title>
+
+ <table frame="all" rules="cols" shade="rows">
+ <thead>
+ <tr>
+ <td>
+ Protocol / Service
+ </td>
+ <td>
+ Video conversations
+ </td>
+ <td>
+ Audio conversations
+ </td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>AIM</td>
+ <td>No</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>Google Talk</td>
+ <td>Yes</td>
+ <td>Yes</td>
+ </tr>
+ <tr>
+ <td>ICQ</td>
+ <td>No</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>Jabber</td>
+ <td>Yes</td>
+ <td>Yes</td>
+ </tr>
+ <tr>
+ <td>MSN</td>
+ <td>No</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>Salut</td>
+ <td>No</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>Yahoo!</td>
+ <td>No</td>
+ <td>No</td>
+ </tr>
+ </tbody>
+ </table>
+
+ </section>
</page>