[jdev] Password Hashing mechanisms

2013-10-25 Thread Harisankar P S
Hi there, I am updating a ruby library that deals with XMPP. Its called xmpp4r ( http://xmpp4r.github.io). I was looking into the auth method of the library, and it had three mechanisms at present DIGEST-MD5, PLAIN and anonymous. But working with prosody i saw that there is a mechanism called

Re: [jdev] Password Hashing mechanisms

2013-10-25 Thread Kevin Smith
On Fri, Oct 25, 2013 at 1:43 PM, Harisankar P S mai...@hsps.in wrote: I was wondering, in which standard documentation can i find the list of authentication mechanisms an XMPP Server should have. I wish to implement them all in the library. RFC6120 gives the MTI (yes, SCRAM is required in

Re: [jdev] Password Hashing mechanisms

2013-10-25 Thread Peter Saint-Andre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/25/13 6:43 AM, Harisankar P S wrote: Hi there, I am updating a ruby library that deals with XMPP. Its called xmpp4r (http://xmpp4r.github.io). I was looking into the auth method of the library, and it had three mechanisms at present

Re: [jdev] Password Hashing mechanisms

2013-10-25 Thread Harisankar P S
@peter @kevin thank you very much for the links. It seems SCRAM is the only one missing from xmpp4r as per the MTI http://xmpp.org/rfcs/rfc6120.html#security-mti. Will implement that first. On Fri, Oct 25, 2013 at 6:19 PM, Peter Saint-Andre stpe...@stpeter.imwrote: -BEGIN PGP SIGNED

Re: [jdev] Password Hashing mechanisms

2013-10-25 Thread Kurt Zeilenga
On Oct 25, 2013, at 5:56 AM, Harisankar P S mai...@hsps.in wrote: @peter @kevin thank you very much for the links. It seems SCRAM is the only one missing from xmpp4r as per the MTI http://xmpp.org/rfcs/rfc6120.html#security-mti. Will implement that first. Note that there's two SCRAM

Re: [JDEV] Password Problems

2003-09-18 Thread hernux
anybody know what may it be? hernux - Original Message - From: hernux To: [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 8:27 PM Subject: [JDEV] Password Problems I got a problem with jabberd storage.. It seems that mod_auth0k is using a different password than mod_auth .. so

[JDEV] Password Problems

2003-09-17 Thread hernux
I got a problem with jabberd storage.. It seems that mod_auth0k is using a different password than mod_auth .. so, when I login using plain password, it uses a different password than when I logging using a digest password. does anybody know anythingh about it?

[JDEV] Password disclosure during registration over non-secure connection.

2002-05-07 Thread Idiot
i might have missed a point... is there a way to avoid subj? ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

[JDEV] Password Unsubscribe

2001-07-13 Thread digifilm
Hello, I have lost my password. How do I unsubscribe? Thanks Debdoot ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] password from client

2001-06-14 Thread Tony Byers
I'm using plaing auth with ssl. Is it available with that? Thomas Charron [EMAIL PROTECTED] wrote: If using digest auth, you can't get it.. From: Tony Byers [EMAIL PROTECTED] Subject: [JDEV] password from client I've made some progress since my last post about auto registering

[JDEV] password?

2001-06-14 Thread
I'm interested in 'make jabber client' and I'm looking Winjab's protocol there is ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] password from client

2001-06-14 Thread Thomas Charron
: [JDEV] password from client I'm using plaing auth with ssl. Is it available with that? If using digest auth, you can't get it.. I've made some progress since my last post about auto registering. My main obstacle at the moment is getting the password from the client

Re: [JDEV] password?

2001-06-14 Thread Thomas Parslow (PatRat)
I'm interested in 'make jabber client' and I'm looking Winjab's protocol there is Hi, Take a look at Jens Alfke's Jabber Client Developer's Cheat Sheet at: http://homepage.mac.com/jens/Jabber/JabberClientCheatSheet.html Thomas Parslow (PatRat) ICQ #:26359483 Rat Software

Re: [JDEV] password from client

2001-06-14 Thread Tony Byers
.. From: Tony Byers [EMAIL PROTECTED] Subject: Re: [JDEV] password from client I'm using plaing auth with ssl. Is it available with that? If using digest auth, you can't get it.. I've made some progress since my last post about auto registering. My main obstacle at the moment

[JDEV] password from client

2001-06-13 Thread Tony Byers
I've made some progress since my last post about auto registering. My main obstacle at the moment is getting the password from the client in js_authreg in authreg.c. xmlnode_get_tag_data(m-packet-iq, password) doesn't seem to work. Thanks Tony Byers

[JDEV] password encription

2001-05-15 Thread Dillip Kumar Swain
PROTECTED] Organization: http://www.jabber.org/ To: [EMAIL PROTECTED] Subject: Re: [JDEV] password encription Reply-To: [EMAIL PROTECTED] I'm sure there has been discussion of this on the JADMIN list (visit http://mailman.jabber.org/listinfo/jadmin/ to sign up), which

[JDEV] password encription

2001-05-14 Thread Dillip Kumar Swain
solution to handle it.. So, Please advice me, How will I manage fully encrypted passwd..? Thanx regards Dillip Message: 2 Date: Fri, 11 May 2001 10:03:47 -0600 From: Peter Saint-Andre [EMAIL PROTECTED] Organization: http://www.jabber.org/ To: [EMAIL PROTECTED] Subject: Re: [JDEV

RE: [JDEV] password authentication

2001-05-11 Thread zad
Sent: Thursday, May 10, 2001 2:40 PM To: [EMAIL PROTECTED] Subject: [JDEV] password authentication Hello - I've been trying to figure out where the passwords from the client and server are checked. I've been looking in mod_auth_plain.c and I see where it is comparing the passwords in mreturn

[JDEV] password encription

2001-05-11 Thread Dillip Kumar Swain
Hi Guys... I am using Jabber Server-1.4.1 can you please advice me how will I encrypted passwdrather than plain text. Thanx in advance regards dillip

Re: [JDEV] password encription

2001-05-11 Thread Peter Saint-Andre
I'm sure there has been discussion of this on the JADMIN list (visit http://mailman.jabber.org/listinfo/jadmin/ to sign up), which is dedicated to issues of this kind (as opposed to the JDEV list, which is for software development questions). However, it's good to know that the order of

Re: [JDEV] password authentication

2001-05-10 Thread Tony Byers
Thank you very much. I was messing around with that passA yesterday but I gave up too soon. Thanks for all the help. I was about to go crazy. Tony Byers Benoit Orihuela [EMAIL PROTECTED] wrote: hi, It goes into this section and returns. All I want to do is add a call to a

[JDEV] Password Encryption when we register a new user

2001-04-12 Thread Girish chhatwani
Hi, All the passwords are stored in the xml file under the spools directory are stored i unencrypted format. I have also tried by finding out the code and myself written modules for encryption and decription there...but i found a problem that if the passwords contain characters such as ?? or so

[JDEV] Password Encryption when we register a new user

2001-04-12 Thread Girish
Hi, All the passwords are stored in the xml file under the spools directory are stored i unencrypted format. I have also tried by finding out the code and myself written modules for encryption and decription there...but i found a problem that if the passwords contain characters such as ??