AGWA / sms-over-xmpp

XMPP Component (XEP-0114) to send and receive SMS
Other
77 stars 11 forks source link

Question on building the URL #21

Closed vphimmasone closed 7 years ago

vphimmasone commented 7 years ago

Hi, This is not a question about an issue :) . I installed the application sms-over-xmpp . create an account on twillio , generating the key etc ... and even built a prosody xmpp server . However i can't find the connection between Twilio and sms-over-xmpp . It mention a http request to my server but how to redirect the request to sms-over-xmpp directory , is it a specific directory or file ? Note: i'm new into this environment :) any help would be great

Thanks Vanna

mndrix commented 7 years ago

On Thu, Nov 16, 2017, 6:16 PM vphimmasone notifications@github.com wrote:

but how to redirect the request to sms-over-xmpp directory

Hi Vanna. That step depends greatly on details specific to your server. I personally use haproxy to route Twilio's incoming HTTP requests to my running instance of sms-over-xmpp. I have haproxy rules that route other HTTP requests to other processes on my server.

Sorry that I couldn't be more help.

vphimmasone commented 7 years ago

Thank you sir for your answer ! So basically i added a on my Twillio SMS account a HTTP POST:

https://my.server.com/sms-over-xmpp

Is this something like that ?

Vanna

mndrix commented 7 years ago

That sounds about right

On Fri, Nov 17, 2017, 1:15 PM vphimmasone notifications@github.com wrote:

Thank you sir for your answer ! So basically i added a on my Twillio SMS account a HTTP POST:

https://my.server.com/sms-over-xmpp

Is this something like that ?

Vanna

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/mndrix/sms-over-xmpp/issues/21#issuecomment-345228753, or mute the thread https://github.com/notifications/unsubscribe-auth/AACr3WH1cNI9XRqu7JSjNdL2vXLBsmufks5s3XjfgaJpZM4Qg1Bp .