ejabberd - Comments for "mod_admin_extras / check_account returns no value" https://www.ejabberd.im/node/4531 en I test with this Python https://www.ejabberd.im/node/4531#comment-57036 <p>I test with this Python code:</p> <pre> import urllib2 server_url = 'http://localhost:5280/rest/' #call = 'check_account badlop localhost' call = 'check_account badlop343434 localhost' resp = urllib2.urlopen(server_url, call) result = resp.read() print result </pre><p> When I use the call with an existing account, I get 0, when I use a non-existent account, I get 1 in the shell.</p> Wed, 02 Feb 2011 10:51:23 +0000 mfoss comment 57036 at https://www.ejabberd.im