Guest User

Untitled

a guest
Sep 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  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
Add Comment
Please, Sign In to add comment