ejabberd - Comments for "How to get the Status(Online/Offline/Away etc.) of a given user name?" https://www.ejabberd.im/node/2842 en Example API calls https://www.ejabberd.im/node/2842#comment-51813 <p>This information is not stored in a database, it's kept in memory.</p> <p>ejabberd 2.0.0 implements some new API functions, for example:</p> <pre>&gt; ejabberd_sm:get_user_resources("bob", "localhost"). ["work", "home", "mobile"] &gt; ejabberd_c2s:get_presence(ejabberd_sm:get_session_pid("bob", "localhost", "home")). {"bob","home","xa","Extended away"}</pre> Sat, 16 Feb 2008 21:43:52 +0000 mfoss comment 51813 at https://www.ejabberd.im How I can call mod_xmlrpc to get presence(offline or online)... https://www.ejabberd.im/node/2842#comment-51801 <p>How I can call mod_xmlrpc to get presence(offline or online) using java code?</p> Wed, 13 Feb 2008 09:00:21 +0000 pcvarma comment 51801 at https://www.ejabberd.im How I can call mod_xmlrpc to https://www.ejabberd.im/node/2842#comment-51800 <p>How I can call mod_xmlrpc to get presence(offline or online and resource) from Java modules(i mean using java code)?</p> Wed, 13 Feb 2008 08:55:15 +0000 Anonymous comment 51800 at https://www.ejabberd.im