ejabberd - Comments for "Create Group with subject and admin rights" https://www.ejabberd.im/node/24864 en I created a chatroom from php https://www.ejabberd.im/node/24864#comment-67805 <p>I created a chatroom from php using XMLRPC and its not in table sql !! its just in interface admin ejabberd !!</p> Wed, 14 Feb 2018 15:36:36 +0000 abdelhafiddahhani comment 67805 at https://www.ejabberd.im As I mentioned, you cannot do https://www.ejabberd.im/node/24864#comment-65489 <p>As I mentioned, you cannot do it in ejabberdctl as the backend is not supported.</p> <p>However, you can try with another client like Psi or Psi+ for example. I am not sure how you changed it in the first place however if your client does not support MUC configuration.</p> Tue, 21 Apr 2015 09:15:26 +0000 mremond comment 65489 at https://www.ejabberd.im I checked and this client has https://www.ejabberd.im/node/24864#comment-65488 <p>I checked and this client has no option to change the persistence status. Cant I just remove them from the ctl?</p> Tue, 21 Apr 2015 04:20:14 +0000 vijai comment 65488 at https://www.ejabberd.im You can always use a client https://www.ejabberd.im/node/24864#comment-65485 <p>You can always use a client and the muc protocol to admin it. Join the room, configure it from your client as non persistent and leave it.</p> Mon, 20 Apr 2015 10:14:58 +0000 mremond comment 65485 at https://www.ejabberd.im You can always use a client https://www.ejabberd.im/node/24864#comment-65484 <p>You can always use a client and the muc protocol to admin it. Join the room, configure it from your client as non persistent and leave it.</p> Mon, 20 Apr 2015 10:14:57 +0000 mremond comment 65484 at https://www.ejabberd.im You can always use a client https://www.ejabberd.im/node/24864#comment-65483 <p>You can always use a client and the muc protocol to admin it. Join the room, configure it from your client as non persistent and leave it.</p> Mon, 20 Apr 2015 10:14:56 +0000 mremond comment 65483 at https://www.ejabberd.im Thank you. So how do I delete https://www.ejabberd.im/node/24864#comment-65479 <p>Thank you. So how do I delete the group which is persistent but has no users? It should have been non persistent but the client somehow marked it persistent</p> Thu, 16 Apr 2015 09:04:06 +0000 vijai comment 65479 at https://www.ejabberd.im mod_muc_admin indeed does not https://www.ejabberd.im/node/24864#comment-65478 <p>mod_muc_admin indeed does not support odbc backend, only mnesia.</p> Thu, 16 Apr 2015 08:04:40 +0000 mremond comment 65478 at https://www.ejabberd.im My bad! It was a bug on my https://www.ejabberd.im/node/24864#comment-65475 <p>My bad! It was a bug on my client!It had only "Join MUC" option and then when I type some MUC name which dont exist, it said "MUC doenst exist" and a button to leave. But it has already created a MUC in the server. Now, I have mod_muc_admin installed and I see all the MUC created by my client and how do I delete the unused MUC? Some are tagged "persistent" unfortunately :/ They dont show up in my mysql db. May be because mod_muc_admin has no mysql support?</p> Wed, 15 Apr 2015 16:43:09 +0000 vijai comment 65475 at https://www.ejabberd.im This seems to me the default https://www.ejabberd.im/node/24864#comment-65471 <p>This seems to me the default behaviour of the Multi-user chat feature. User can create MUC room using XMPP protocol and when they create them they are owner. They can also set subject, etc.</p> <p>Please have a look at XEP-0045: <noindex><a href="http://xmpp.org/extensions/xep-0045.html" title="http://xmpp.org/extensions/xep-0045.html" rel="nofollow" >http://xmpp.org/extensions/xep-0045.html</a></noindex><br /> It should already work as you want without requiring to call any script. Just do all the operation from the XMPP client.</p> Wed, 15 Apr 2015 10:23:02 +0000 mremond comment 65471 at https://www.ejabberd.im