diff --git a/src/docbkx/xmpp.xml b/src/docbkx/xmpp.xml index 796f0b7667..9047636287 100644 --- a/src/docbkx/xmpp.xml +++ b/src/docbkx/xmpp.xml @@ -58,7 +58,7 @@
user, a password, a host, and a port.
+ user, apassword, ahost, and aport.
To create an XMPP connection, you may use the XML namespace.
@@ -78,47 +78,87 @@
org.jivesoftware.smack.packet.Message, or of the type java.lang.String - which is the type of the raw
- Message's
- body property -
- depending on whether you specify extract-payload on the adapter's configuration or not.
- Inbound Messages are typically small and are text-oriented. Messages received using the adapter have
- a pretty standard layout, with known headers (all headers have keys defined on org.springframework.integration.xmpp.XmppHeaders):
- org.jivesoftware.smack.packet.Message, or of the type
+ java.lang.String
+ - which is the type of the raw
+ Message's
+
+ body
+
+ property -
+ depending on whether you specify
+ extract-payload
+ on the adapter's configuration or not.
+ Inbound Messages are typically small and are text-oriented. Messages received using the adapter have
+ a pretty standard layout, with known headers (all headers have keys defined on
+ org.springframework.integration.xmpp.XmppHeaders):
+ | Header Name | What it Describes |
|---|---|
| XmppHeaders.CHAT | - A reference to the org.jivesoftware.smack.Chat class which represents the
- threaded conversation containing the message.
- |
-
| XmppHeaders.TYPE | The value of the
+ error.
+
+ org.jivesoftware.smack.Chat class which represents the
+ threaded conversation containing the message. |