You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What:
- make available to `hooks` the raw pdu as sent/received to/from SMSC
- rename the `naz.hooks.BaseHook` methods
Why:
- Fixes: #158
- Fixes: #160
- Reasonable feature request to avail raw pdu to hooks
- The new names are more correct and indicate what is actually taking place.
We have
BaseHook.response
with documentation;called after a response is received from SMSC.
However that method is also called when SMSC makes request to
naz
; eg it is called forenquire_link
,deliver_sm
etc.The text was updated successfully, but these errors were encountered: