Fix various typos in the code & docs
This commit is contained in:
@@ -4,7 +4,7 @@ XMPP Sample
|
||||
This example was prepared for testing with [Google Talk][] and demonstrates the following aspects of the [Extensible Messaging and Presence Protocol][] (XMPP) support available with *Spring Integration*:
|
||||
|
||||
1. XMPP Inbound Channel Adapter - receive instant messages.
|
||||
2. XMPP Outboud Channel Adapter - send instant messages.
|
||||
2. XMPP Outbound Channel Adapter - send instant messages.
|
||||
|
||||
In order to run this sample you need to provide correct values in **xmpp.properties**.
|
||||
Everything there was already preset. The only 3 properties you need to provide values for are:
|
||||
@@ -19,4 +19,4 @@ To test **SendInstantMessageSample.java**, first log on to the account identifie
|
||||
To test **ReceiveInstantMessageSample.java**, first log on to the account identified via **send.to.user** property. Then run the demo. Now any instant messages sent to your account appear in the console.
|
||||
|
||||
[Google Talk]: https://www.google.com/talk/
|
||||
[Extensible Messaging and Presence Protocol]: https://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol
|
||||
[Extensible Messaging and Presence Protocol]: https://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol
|
||||
|
||||
Reference in New Issue
Block a user