ejabberd - Comments for "Migrate from jabberd 1.4 to ejabberd" https://www.ejabberd.im/jabberd1-to-ejabberd en They should https://www.ejabberd.im/jabberd1-to-ejabberd#comment-56707 <div class="quote-msg"> <div class="quote-author"><em>siwuch86</em> wrote:</div> <p>But there is no way to import users passwords?</p></div> <p>They should be imported like other information (rosters, vcards, ...), and included in the mnesia table 'passwd'.</p> Wed, 06 Oct 2010 09:06:51 +0000 mfoss comment 56707 at https://www.ejabberd.im How about passwrods? https://www.ejabberd.im/jabberd1-to-ejabberd#comment-56701 <p>But there is no way to import users passwords?</p> Mon, 04 Oct 2010 09:13:18 +0000 siwuch86 comment 56701 at https://www.ejabberd.im The problem was in XML files https://www.ejabberd.im/jabberd1-to-ejabberd#comment-55500 <p>The problem was in XML files with contacts from Gadu-Gadu transport. I changed each "subscription='to'" to "subscription='both'" and then importing gone well :).</p> Sat, 03 Apr 2010 08:05:12 +0000 siwuch86 comment 55500 at https://www.ejabberd.im It should import the rosters. https://www.ejabberd.im/jabberd1-to-ejabberd#comment-55481 <p>Importing from jabberd14 should import: user auth, rosters (the contact list), offline messages, vcards, ...</p> <p>Maybe in your case only the user auth was imported. Try several things:</p> <ul> <li>Repeat the import again; </li><li>check the ejabberd log files in case it shows any error message; </li><li>verify if all accounts were imported; </li><li>otherwise, also try to import only three accounts, and check if for those all their information is correctly imported </li><li>If only some accounts are badly imported, check if their XML files in the jabberd14 spool dir are XML-well formed. </li></ul> Fri, 02 Apr 2010 11:02:42 +0000 mfoss comment 55481 at https://www.ejabberd.im How to preserve passwords https://www.ejabberd.im/jabberd1-to-ejabberd#comment-55478 <p>Hi everybody.</p> <p>Can anybody tell me if there is any kind of "magic trick" to import accounts from jabberd14 but in a way in which i can preserve users passwords and individual authorisation settings?<br /> I observed that after importing, each user has to re-authorise each contact from his/her roster.</p> Wed, 31 Mar 2010 18:20:19 +0000 siwuch86 comment 55478 at https://www.ejabberd.im Script to migrate rosterusers and rostergroups in MySQL database https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2560 <p>I migrated one french jabber server (jabber-fr.net) (from jabberd1.4 to ejabberd) with the MySQL support and i met a problem with the script to import users account. The script is OK when ejabberd run with mnesia database but with MySQL, the script didn't imported any rosters ! So, i wrote a script in PHP to migrate all rosters of all XML files (form jabberd1.4). The script import only rosterusers and rostergroups because it was only these informations which didn't import in MySQL tables (Username, messages... import well). This script is under GNU GPL v2 licence. You can donwload and use it here: <noindex><a href="http://bchomel.free.fr/loisirs/info/script_migration_rosters_ejabberd_mysql.tar.gz" title="http://bchomel.free.fr/loisirs/info/script_migration_rosters_ejabberd_mysql.tar.gz" rel="nofollow" >http://bchomel.free.fr/loisirs/info/script_migration_rosters_ejabberd_my...</a></noindex></p> <p>JID: <noindex><a href="mailto:nanard51@jabber-fr.net" rel="nofollow" >nanard51@jabber-fr.net</a></noindex></p> <p>A copy of the script is also available here: <noindex><a href="/files/contributions/script_migration_rosters_ejabberd_mysql.tar.gz" rel="nofollow" >script_migration_rosters_ejabberd_mysql.tar.gz</a></noindex></p> Mon, 20 Nov 2006 22:26:00 +0000 nanard51 comment 2560 at https://www.ejabberd.im Check mod_configure is running https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2511 <p>Note that I refer to ejabberd 1.1.2, but you seem to be using an older version of ejabberd.</p> <div class="quote-msg"> <div class="quote-author"><em>sylverspyder</em> wrote:</div> <p>I've successfully accessed the web interface, using admin@localhost which means that admin@localhost does has admin right, correct? :)</p></div> <p>Ok, then the account has rights. </p> <p>The problem then is on mod_configure, and mod_adhoc which is required. Check both of them are declared on ejabberd.cfg, and they are listed on web interface -&gt; virtual host -&gt; your host -&gt; nodes -&gt; your node -&gt; modules.</p> Wed, 08 Nov 2006 08:21:47 +0000 mfoss comment 2511 at https://www.ejabberd.im admin@localhost already have admin rights https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2510 <p>Hi badlop,</p> <p>Thank you for your fast reply.</p> <p>I've checked the ejabberd config file and found that admin@localhost already has admin rights, according to the line</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>{acl, admin, {user, "admin","localhost"}}.</p></div> <p>which is the exact code found in the ejabberd Guide section '3.3 Creating an Initial Administrator'.</p> <p>I've successfully accessed the web interface, using admin@localhost which means that admin@localhost does has admin right, correct? :)</p> <p>I'm sorry i can't find it in section 6 as my guide shows that section 6 is for 'Clustering'.</p> <p>Hoping to hear more from you.</p> <p>Thousand thanks.</p> Wed, 08 Nov 2006 03:26:01 +0000 sylverspyder comment 2510 at https://www.ejabberd.im give admin rights to the jabber account https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2504 <div class="quote-msg"> <div class="quote-author"><em>sylverspyder</em> wrote:</div> <p>I've tried logging in as admin but still there's no "Running Node" in the Service Directory window.</p></div> <p>You login with a Jabber account called admin@localhost. Does that account have admin rights? No, because ejabberd doesn't show the admin features on Service Discovery.</p> <div class="quote-msg"> <div class="quote-author"><em>sylverspyder</em> wrote:</div> <p>Should I add any extra codes inside the ejabberd config file?</p></div> <p>Yes. Check the ejabberd Guide, section '6 Creating an Initial Administrator'. You need to do steps 2 and 3.</p> Mon, 06 Nov 2006 16:44:27 +0000 mfoss comment 2504 at https://www.ejabberd.im Confirmed logged in as admin in tkabber https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2503 <p>Hi badlop, thanx for your reply.</p> <p>I've tried logging in as admin but still there's no "Running Node" in the Service Directory window.</p> <p>Here's 2 snapshot of my Psi (nightly-20061026-win32) and Tkabber(0.99)'s Service Directory window.</p> <p><noindex><a href="http://img289.imageshack.us/img289/5821/psisdrs1.jpg" rel="nofollow" >PSI-SD</a></noindex><br /> <noindex><a href="http://img294.imageshack.us/img294/7420/tkabbersdhp8.jpg" rel="nofollow" >Tkabber-SD</a></noindex></p> <p>Should I add any extra codes inside the ejabberd config file?</p> <p>I'm now trying the FAQ that sander's posted earlier. I've got a hang of using ejabberdctl to accomplish this task, but I realised that it need a VALID xml file to be exported. So now I'm trying to make a sample xml file taken from the jabberd server a valid xml file manually. It is quite tedious :D</p> <p>Any other suggestion are truly welcome.<br /> Thank you.</p> Mon, 06 Nov 2006 15:14:59 +0000 sylverspyder comment 2503 at https://www.ejabberd.im Tkabber 0.9.9 should work: is the account admin? https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2441 <div class="quote-msg"> <div class="quote-author"><em>sylverspyder</em> wrote:</div> <p>latest version of PSI (0.10) and TKABBER (0.9.9), and both didn't have the interfaces shown here --&gt; <a href="http://www.ejabberd.im/mod_configure" title="http://www.ejabberd.im/mod_configure">http://www.ejabberd.im/mod_configure</a></p> <p>If you have the download links for the appropriate clients, please post it here.</p></div> <p>Tkabber 0.9.9 should work. For Psi, try 0.11-beta or nightly builds. Look for them on the Psi Wiki.</p> <p>If Tkabber doesn't show you the admin options, probably the reason is your Jabber account is not defined as admin on ejabberd.cfg.</p> Sun, 22 Oct 2006 20:45:50 +0000 mfoss comment 2441 at https://www.ejabberd.im I have tried 'Using a Jabber client with Ad-Hoc Commands support https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2440 <p>Yes I have.</p> <p>But all I can find is the latest version of PSI (0.10) and TKABBER (0.9.9), and both didn't have the interfaces shown here --&gt; <a href="http://www.ejabberd.im/mod_configure" title="http://www.ejabberd.im/mod_configure">http://www.ejabberd.im/mod_configure</a></p> <p>If you have the download links for the appropriate clients, please post it here.</p> <p>I'm trying to follow sander's faq link for a while and will post back the result asap.</p> <p>Thank you for the fast replies.</p> Sun, 22 Oct 2006 14:05:47 +0000 sylverspyder comment 2440 at https://www.ejabberd.im There is a FAQ entry about https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2436 <p>There is a FAQ entry about <noindex><a href="ejabberd_ctl-windows" rel="nofollow" >ejabberdctl on Windows</a></noindex>.</p> <p>--<br /> sander</p> Sun, 22 Oct 2006 11:48:54 +0000 sander comment 2436 at https://www.ejabberd.im Did you try using a Jabber client? https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2434 <div class="quote-msg"> <div class="quote-author"><em>sylverspyder</em> wrote:</div> <p>I've been trying to import some users from jabberd into ejabberd,following the instruction given above, but to no avail.</p></div> <p>'There are two methods to import the spool directory', did you try the second method: 'Using a Jabber client with Ad-Hoc Commands support'?</p> Sun, 22 Oct 2006 07:42:27 +0000 mfoss comment 2434 at https://www.ejabberd.im How to run ejabberdctl in windows xp? https://www.ejabberd.im/jabberd1-to-ejabberd#comment-2433 <p>Hi to all,</p> <p>I have jabberd 1.4 running on a linux server. I'm currently testing ejabberd on my windows machine. I've been trying to import some users from jabberd into ejabberd,following the instruction given above, but to no avail.</p> <p>Would someone kindly advice me how to run the above procedure in a windows environment?<br /> Please help.</p> <p>thx in advance</p> <p>cheers,<br /> sylver</p> <p>p/s: I've tried including 'erl5.4.13\bin' in my PATH variable. It still won't work.</p> Sun, 22 Oct 2006 02:43:38 +0000 sylverspyder comment 2433 at https://www.ejabberd.im