mibe / sms77-api-wrapper

Object oriented wrapper of the SMS77 API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement the deactivation of the reload lock

mibe opened this issue · comments

The API features a reload lock. This prevents the sending of the sms with
same contents in a short time period. This lock is enabled by default, but
can be disabled, as stated in the API documentation.

The deactivation of the lock has to be implemented in this wrapper.

(originally created on Dec 20, 2009)

Done in c0b2212.

(originally closed on Dec 21, 2009)