summaryrefslogtreecommitdiff
path: root/Documentation/Protocols_Support.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/Protocols_Support.mdwn')
-rw-r--r--Documentation/Protocols_Support.mdwn37
1 files changed, 37 insertions, 0 deletions
diff --git a/Documentation/Protocols_Support.mdwn b/Documentation/Protocols_Support.mdwn
new file mode 100644
index 0000000..53a694a
--- /dev/null
+++ b/Documentation/Protocols_Support.mdwn
@@ -0,0 +1,37 @@
+
+
+## Protocol features supported by Telepathy implementations
+[[!table header="no" class="mointable" data="""
+ **Protocol name** | **Audio Chat** | **Video Chat** | **File transfer** | **Invisible mode**
+AIM | No | No | No | No
+[[GaduGadu|GaduGadu]] | No | No | No | Yes
+Google Talk | Yes | Yes | Yes¹ | Yes
+Groupwise | No | No | No | No
+ICQ | No | No | No | No
+IRC | N/A⁴ | N/A⁴ | No | N/A⁴
+Jabber | Yes | Yes | Yes | Yes (see below)
+MSN | No³ | No³ | Yes | Yes
+myspace | No | No | No | No
+qq | No | No | No | No
+Link-Local XMPP (People Nearby, Salut, Bonjour) | No² || | Yes | N/A⁴
+sametime | No | No | No | No
+silc | No | No | No | No
+SIP | Yes | Yes | No | No
+Yahoo! | No | No | No | No
+zephyr | No | No | No | No
+"""]]
+
+1. Works with desktop Google Talk client, not iGoogle yet
+1. This may change once parts of Gabble's Jingle code have been migrated to Wocky, and Salut ported to Wocky.
+1. Audio/Video chat no longer works in MSN due to Microsoft removing the necessary servers.
+1. Non Applicable, this feature don't exist in this protocol
+
+## Methods of being invisible on Jabber
+
+Gabble supports:
+
+* Google Talk's [[shared status extension|http://code.google.com/apis/talk/jep_extensions/shared_status.html]];
+* [[XEP-0186: Invisible Command|http://xmpp.org/extensions/xep-0186.html]];
+* [[becoming invisible using privacy lists|http://xmpp.org/extensions/xep-0126.html]];
+* the pre-XMPP [[<presence type='invisible'/> extension|http://xmpp.org/extensions/xep-0018.html]].
+This should mean, in practice, that Gabble supports being invisible on any Jabber server where it's possible to be invisible. (This, notably, does not include Facebook.)