ejabberd - Comments for "Changing size of password" https://www.ejabberd.im/node/3739 en ah, but what about isuser https://www.ejabberd.im/node/3739#comment-54859 <p>Ah, the password data had a ":" in it that I was splitting on that to get the elements... (opcode, username, host, and password). I base 64 encoded it and now it is working.</p> <p>However, it is only working until I receive an "isuser" opcode. I understand that this will not have a password, and my external program handles that and returns true (0201). At this point, though, it seems I no longer receive messages for the user that just did the isuser check.</p> <p>I will look at some other samples... thanks.</p> Mon, 09 Nov 2009 18:10:54 +0000 stormaker comment 54859 at https://www.ejabberd.im So, in your external system https://www.ejabberd.im/node/3739#comment-54857 <p>So, in your external system the accounts have long passwords. When a Jabber user sets the password, ejabberd sends to your extauth script only the first characters of the password?</p> <p>In ejabberd source code I don't see any code that cuts the passwords, maybe it is a limitation of the protocol used.</p> <p>How many characters are sent by ejabberd, only 5, only 10...? What is the longest password that ejabberd sends correctly to your extauth script? You can set different passwords, and test which ones are sent correctly and which not.</p> Mon, 09 Nov 2009 11:14:00 +0000 mfoss comment 54857 at https://www.ejabberd.im