
Untitled
By: a guest on
Aug 21st, 2012 | syntax:
None | size: 0.87 KB | hits: 15 | expires: Never
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