[telepathy-doc/master] Beginnings of a section on MUC channels

Davyd Madeley davyd at madeley.id.au
Thu Apr 9 20:59:43 PDT 2009


---
 docs/book/C/channel.xml |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/docs/book/C/channel.xml b/docs/book/C/channel.xml
index eaf9e23..c4ee202 100644
--- a/docs/book/C/channel.xml
+++ b/docs/book/C/channel.xml
@@ -1009,6 +1009,40 @@
      </para>
 
     </sect2>
+
+    <sect2 id="sect.channel.text.muc">
+     <title>Multi-User Chat</title>
+
+     <para>
+      Named Multi-user Chat (MUC) channels are represented by the
+      <type>Handle_Type_Room</type> handle type. Like with contact
+      identifiers, a room identifier depends on the protocol being used.
+      <xref linkend="table.channel.text.muc.identifiers"/> presents some
+      example identifiers for various protocols.
+     </para>
+
+     <table id="table.channel.text.muc.identifiers">
+      <title>Example MUC Room Identifiers</title>
+      <tgroup cols="2">
+       <thead>
+        <row>
+	 <entry>Protocol</entry>
+	 <entry>Example Room Identifer</entry>
+        </row>
+       </thead>
+       <tbody>
+        <row>
+	 <entry>XMPP</entry>
+	 <entry>telepathy at conference.xmpp.example.com</entry>
+	</row>
+	<row>
+	 <entry>IRC</entry>
+	 <entry>#telepathy</entry>
+	</row>
+       </tbody>
+      </tgroup>
+     </table>
+    </sect2>
   
   </sect1>
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list