ejabberd - Comments for "how to tell what muc rooms are owned by a particular user" https://www.ejabberd.im/node/4464 en Two possibilities https://www.ejabberd.im/node/4464#comment-56941 <div class="quote-msg"> <div class="quote-author"><em>amitrathore</em> wrote:</div> <p>Since there are thousands of rooms, it may be infeasible to browse each room to get the owner information. Is there anything else I can do to get this information quickly?</p></div> <p>You could implement the room loop in erlang. Or extract the information when it's generated: when room affiliation changes, store that information in another table, for faster retrieval.</p> Tue, 04 Jan 2011 15:40:46 +0000 mfoss comment 56941 at https://www.ejabberd.im thousands of rooms https://www.ejabberd.im/node/4464#comment-56928 <p>Since there are thousands of rooms, it may be infeasible to browse each room to get the owner information. Is there anything else I can do to get this information quickly?</p> Sun, 02 Jan 2011 01:51:59 +0000 amitrathore comment 56928 at https://www.ejabberd.im The room affiliations are https://www.ejabberd.im/node/4464#comment-56915 <p>The room affiliations are stored per room. You would need to go room by room checking the affiliations, and then filter by the user JID.</p> Sun, 26 Dec 2010 16:30:35 +0000 mfoss comment 56915 at https://www.ejabberd.im