ejabberd - Comments for "Get chat room list by user" https://www.ejabberd.im/node/24881 en have you sorted this one out? https://www.ejabberd.im/node/24881#comment-65976 <p>have you sorted this one out? I'm looking for the same functionality</p> Fri, 31 Jul 2015 14:44:46 +0000 nunobhorta comment 65976 at https://www.ejabberd.im Hi, Many thanks for your kind https://www.ejabberd.im/node/24881#comment-65504 <p>Hi,</p> <p>Many thanks for your kind effort.<br /> I have tried this and this is working perfectly.</p> <p>Now I am trying to get chatroom list by using affiliate member/ owner /admin (not occupant). Get the list of rooms where user is affiliate member /owner /admin.<br /> Is this possible with "get_user_rooms" command or I need to do this in other way.</p> <p>Please suggest. Your suggestion will make my day.</p> Wed, 29 Apr 2015 16:01:19 +0000 manoj_dots comment 65504 at https://www.ejabberd.im There wasn't any command to https://www.ejabberd.im/node/24881#comment-65502 <p>There wasn't any command to obtain that information.</p> <p>So, I've added a new command to git in<br /> <noindex><a href="https://github.com/processone/ejabberd/commit/7492ecae527b29f55193fe411981e22df924360c" title="https://github.com/processone/ejabberd/commit/7492ecae527b29f55193fe411981e22df924360c" rel="nofollow" >https://github.com/processone/ejabberd/commit/7492ecae527b29f55193fe4119...</a></noindex></p> <p>And works like this:</p> <pre> $ ejabberdctl get_user_rooms user1 localhost rrr@conference.localhost room2@conference.localhost room3@conference.localhost </pre> Wed, 29 Apr 2015 11:49:05 +0000 badlop comment 65502 at https://www.ejabberd.im Hi, I am doing above https://www.ejabberd.im/node/24881#comment-65501 <p>Hi,</p> <p>I am doing above mentioned task with ejabberd_xmlrpc with command private_set.<br /> Can you please advise any exact example?</p> <p>Please advice.</p> Wed, 29 Apr 2015 11:11:34 +0000 manoj_dots comment 65501 at https://www.ejabberd.im