added stub chapter for XMPP support

This commit is contained in:
Mark Fisher
2010-06-23 02:24:16 +00:00
parent 2aedd0d33e
commit d3f2a1a3fd
2 changed files with 32 additions and 0 deletions

View File

@@ -77,6 +77,7 @@
<xi:include href="./ip.xml"/>
<xi:include href="./mail.xml"/>
<xi:include href="./jmx.xml"/>
<xi:include href="./xmpp.xml"/>
<xi:include href="./stream.xml"/>
<xi:include href="./event.xml"/>
<xi:include href="./xml.xml"/>

31
src/docbkx/xmpp.xml Normal file
View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<chapter id="xmpp">
<title>XMPP Support</title>
<para>
Spring Integration provides Channel Adapters for XMPP.
</para>
<section id="xmpp-inbound-channel-adapter">
<title>Inbound Channel Adapter</title>
<para>
TODO
<programlisting language="xml"><![CDATA[ <xmpp:foo/>]]></programlisting>
<tip>
Don't forget, it's not actually "foo"!
</tip>
<note>
Really... that won't work.
</note>
</para>
</section>
<section id="xmpp-samples">
<title>XMPP Samples</title>
<para>
We really should have some samples...
</para>
</section>
</chapter>