From d3f2a1a3fd59faf9d281259f2127c2be2c484b37 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 23 Jun 2010 02:24:16 +0000 Subject: [PATCH] added stub chapter for XMPP support --- src/docbkx/index.xml | 1 + src/docbkx/xmpp.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/docbkx/xmpp.xml diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index d9b5921744..cd06eb9b85 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -77,6 +77,7 @@ + diff --git a/src/docbkx/xmpp.xml b/src/docbkx/xmpp.xml new file mode 100644 index 0000000000..f319ddc4e9 --- /dev/null +++ b/src/docbkx/xmpp.xml @@ -0,0 +1,31 @@ + + + + XMPP Support + + Spring Integration provides Channel Adapters for XMPP. + + +
+ Inbound Channel Adapter + + TODO + ]]> + + Don't forget, it's not actually "foo"! + + + Really... that won't work. + + +
+ +
+ XMPP Samples + + We really should have some samples... + +
+ +
\ No newline at end of file