Created
April 5, 2012 09:38
-
-
Save hodgestar/2309537 to your computer and use it in GitHub Desktop.
Dispatcher doc fixes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docs/dispatchers.rst b/docs/dispatchers.rst | |
index fb87be6..50ad0d1 100644 | |
--- a/docs/dispatchers.rst | |
+++ b/docs/dispatchers.rst | |
@@ -17,11 +17,14 @@ Examples of use cases for dispatchers: | |
* A single application that sends and receives both SMSes and XMPP | |
messages. | |
-* A single SMPP transports that sends and receives SMSes on behalf of | |
+* A single application that sends and receives SMSes in multiple | |
+ countries using a different transport in each. | |
+ | |
+* A single SMPP transport that sends and receives SMSes on behalf of | |
multiple applications. | |
* Multiple applications that all send and receive SMSes in multiple | |
- countries using a common set of SMPP transports. | |
+ countries using a shared set of SMPP transports. | |
Vumi provides a pluggable dispatch worker :class:`BaseDispatchWorker` | |
that may be extended by much simpler *routing classes* that implement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment