Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 0.87 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff --git a/docs/dispatchers.rst b/docs/dispatchers.rst
  2. index fb87be6..50ad0d1 100644
  3. --- a/docs/dispatchers.rst
  4. +++ b/docs/dispatchers.rst
  5. @@ -17,11 +17,14 @@ Examples of use cases for dispatchers:
  6.  * A single application that sends and receives both SMSes and XMPP
  7.    messages.
  8.  
  9. -* A single SMPP transports that sends and receives SMSes on behalf of
  10. +* A single application that sends and receives SMSes in multiple
  11. +  countries using a different transport in each.
  12. +
  13. +* A single SMPP transport that sends and receives SMSes on behalf of
  14.    multiple applications.
  15.  
  16.  * Multiple applications that all send and receive SMSes in multiple
  17. -  countries using a common set of SMPP transports.
  18. +  countries using a shared set of SMPP transports.
  19.  
  20.  Vumi provides a pluggable dispatch worker :class:`BaseDispatchWorker`
  21.  that may be extended by much simpler *routing classes* that implement