ejabberd - Comments for "creating groups and chats from LDAP" https://www.ejabberd.im/node/909 en I am very interested! is your https://www.ejabberd.im/node/909#comment-67337 <p>I am very interested! is your module available for public use?</p> Fri, 24 Feb 2017 14:44:20 +0000 besat@morgiij.com comment 67337 at https://www.ejabberd.im Looks ok https://www.ejabberd.im/node/909#comment-50966 <div class="quote-msg"> <div class="quote-author"><em>zjt</em> wrote:</div> <p>I was thinking of using perl with Net::XMPP with administrative credentials to create/destroy the rooms. Is that a wise way of doing this type of procedure?</p></div> <p>I think it's correct: you write a small program that logins to a Jabber account, performs some admin task, and logouts. This program will work with any MUC service.</p> <p>Another solution would be to add some admin features to mod_muc. I started a contributed module for this, called mod_muc_admin, but I didn't have much time to implement features yet. Ideally, it could provide several interfaces to create/destroy rooms: webadmin page, ejabberdctl commands and ad-hoc commands.</p> Thu, 27 Sep 2007 18:23:07 +0000 mfoss comment 50966 at https://www.ejabberd.im Fixed in SVN r583 https://www.ejabberd.im/node/909#comment-50965 <div class="quote-msg"> <div class="quote-author"><em>stainsby</em> wrote:</div> <p>if you delete a shared roster group (SRG) through mod_shared_roster:delete_group and then create a new one with the same name using mod_shared_roster:create_group, withoud adding any group members, the new group has all of the members of the old deleted one. Is this a bug or a feature?</p></div> <p>I consider it a bug. It was fixed in ejabberd SVN r583 (2006-07-05) (<noindex><a href="https://support.process-one.net/browse/EJAB-112" rel="nofollow" >bug issue</a></noindex>).</p> Thu, 27 Sep 2007 18:13:56 +0000 mfoss comment 50965 at https://www.ejabberd.im automagically creating groups https://www.ejabberd.im/node/909#comment-50943 <p>I'm also interested in this. I haven't looked into how to do it. I was thinking of using perl with Net::XMPP with administrative credentials to create/destroy the rooms. Is that a wise way of doing this type of procedure?</p> Mon, 24 Sep 2007 14:10:55 +0000 zjt comment 50943 at https://www.ejabberd.im I discovered this morning https://www.ejabberd.im/node/909#comment-1954 <p>I discovered this morning that if you delete a shared roster group (SRG) through mod_shared_roster:delete_group and then create a new one with the same name using mod_shared_roster:create_group, withoud adding any group members, the new group has all of the members of the old deleted one. Is this a bug or a feature?</p> <p>This has me confused for a while, util I worked out what was going on. The workaround was to remove all users from the SRG before deleting it, so it now all works fine.</p> Thu, 29 Jun 2006 05:36:29 +0000 stainsby comment 1954 at https://www.ejabberd.im Re: creating groups and chats from LDAP https://www.ejabberd.im/node/909#comment-1952 <p>I'm no so concerned with adding each room as a 'bookmark' (yet - but this will be useful later). Just creating the rooms for a start would be good.</p> Thu, 29 Jun 2006 04:40:19 +0000 stainsby comment 1952 at https://www.ejabberd.im Re: creating groups and chats from LDAP https://www.ejabberd.im/node/909#comment-1933 <div class="quote-msg"> <div class="quote-author"><em>stainsby</em> wrote:</div> <p>I've just created an ejabberd module that grabs groups defined in LDAP and generates and populates shared roster groups in ejabberd. Its part a client's ID management project. Is there interest in having this module as open source?</p></div> <p>Yes, why not? The more code, the better ;-)</p> <div class="quote-msg"> <div class="quote-author"><em>stainsby</em> wrote:</div> <p>Also, I wan't to add a feature to automatically create chat rooms based on certain attributes of groups in LDAP .. does anyoine have any example code of how to use mod_muc to create rooms .. the code doco is a bit sparse.</p></div> <p>I think you need to start with reading the <noindex><a href="http://www.jabber.org/jeps/jep-0048.html" rel="nofollow" >Bookmark Storage JEP</a></noindex>.</p> Tue, 27 Jun 2006 16:28:59 +0000 sander comment 1933 at https://www.ejabberd.im