ejabberd - Comments for "Authenticate Against PostgreSQL with Perl" https://www.ejabberd.im/check_postgresql_perl en Updated to work with newer ejabberd version https://www.ejabberd.im/check_postgresql_perl#comment-51279 <p>When using the original version of this script with ejabberd SVN of November 2007, authentication worked correctly but subscription requests were not delivered to the destination. This problem was not present with ejabberd 1.1.x. </p> <p>The solution was to replace:</p> <pre>$fieldUser='$user'</pre><p>which appeared two times in the script, with this new code:</p> <pre>$fieldUser='$jid'</pre><p> This problem was reported by Sps_black in the ejabberd chatroom, and took us several days to debug. I've updated the script available for download with his solution.</p> Wed, 21 Nov 2007 19:07:41 +0000 mfoss comment 51279 at https://www.ejabberd.im