fbordina / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

SMS Quene manager Class is hardcoded #692

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
SMS queue manager service provider is hard-coded, I think it's necessary to 
implement an adapter/class injector for situations where developers need to 
implement other methods of sending SMS.

What version of PWM are you using?
1.7.1

GANDOU-124

Original issue reported on code.google.com by davood.firoozian on 17 May 2015 at 9:16

GoogleCodeExporter commented 8 years ago
Won't fix.  We prefer web services over java interfaces.  If your SMS provider 
doesn't support a RESTful interface your best off to write an adapter that 
does, and then point pwm at it.

Original comment by jrivard on 19 May 2015 at 2:04