ejabberd - Comments for "How to check a jabber id exists on server or not?" https://www.ejabberd.im/node/18116 en There is no direct way to get https://www.ejabberd.im/node/18116#comment-64020 <p>There is no direct way to get it ... what i did is extended the community edition code what suite my needs.<br /> you will have to create your custom module to get this done</p> <p>The workflow will be<br /> send a custom IQ from client with custom elements and namespace .. eg<br /> lit:iq:search xyz<br /> capture it at the ejaberd server<br /> once you capture do the mod_custom_module<br /> odbc_queries:searc_user(user)<br /> select username from iusers wehere username=user<br /> based on result send the result IQ<br /> capture it at client and do your operations.</p> <p>Thanks<br /> Jeet</p> Wed, 21 May 2014 04:33:45 +0000 nsaoly comment 64020 at https://www.ejabberd.im