[prosody-dev] How does internal_hashed auth backend work for new users?

2015-10-19 Thread Pa He
I'm having problems implementing the internal_hashed procedures in ruby. My setup is the following: I have a public-facing prosody 9.3 which does not allow inband registration. I'm writing a Ruby on Rails App which should insert the new users into the postgres DB I setup for prosody account sto

Re: [prosody-dev] How does internal_hashed auth backend work for new users?

2015-10-19 Thread Thijs Alkemade
> On 19 okt. 2015, at 08:26, Pa He wrote: > > I'm having problems implementing the internal_hashed procedures in ruby. My > setup is the following: > > I have a public-facing prosody 9.3 which does not allow inband registration. > I'm writing a Ruby on Rails App > which should insert the new

Re: [prosody-dev] How does internal_hashed auth backend work for new users?

2015-10-19 Thread Thijs Alkemade
On 19 okt. 2015, at 13:40, Thijs Alkemade wrote: > >> >> On 19 okt. 2015, at 08:26, Pa He wrote: >> >> I'm having problems implementing the internal_hashed procedures in ruby. My >> setup is the following: >> >> I have a public-facing prosody 9.3 which does not allow inband registration. >>