ejabberd migration

2012-07-19 Thread magic-jabberd2
Hi, I have migrated one (hura! :) ) user from ejabberd to jabberd2 with mysql backend. I have written a small PHP script which parses some information out of an ejabberd dump (ejabberdctl dump foo). It is not complete. The most ugly point is that this script does not recover the user passwords.

Re: works from SSH tunnel but not from remote

2012-07-19 Thread magic-jabberd2
Am Donnerstag, 19. Juli 2012, 19:56:23 schrieb Julius Schwartzenberg: > This looks quite old fashioned to me ;) LOL nice! > I would expect ::1 and :: instead there. Maybe your client is indeed > trying to use IPv6? My ISP is still unable to provide IPv6 :( But no, it is the gSASL bug.

Re: works from SSH tunnel but not from remote

2012-07-17 Thread magic-jabberd2
Hey guys, good news: I will go to bed, now. So no further mails for _today_ ;) http://www.mail-archive.com/jabberd2@lists.xiaoka.com/msg01710.html I guess this is my problem, isn't it? And kopete is falling back to none-sasl authentication if you manually provide a connection server, right? che

Re: works from SSH tunnel but not from remote

2012-07-17 Thread magic-jabberd2
Sorry, once again it's me. I noticed that kopete is working if I explicitly set the connection server (in my case devloop.de). Setting the connection server results on major XML changes. Please note that 'verison="1.0"' in the first stream tag of the XML. I don't know much about the XMPP protoco

Re: works from SSH tunnel but not from remote

2012-07-17 Thread magic-jabberd2
Hi again, I tried at home from my router with mcabber. Everything worked fine. Then I tried from my working machine (which is behind the router) and... guess... it worked, too ;) Erm, Kopete? What are you doing? thanks for your attention Daniel Am Montag, 16. Juli 2012, 23:51:25 schrieb mag

works from SSH tunnel but not from remote

2012-07-16 Thread magic-jabberd2
Hi, I am going crazy with that: If I create a tunnel on port 5222 (ssh -L 5222:localhost:5222 devloop.de) and if I set my jabber client to connect to localhost:5222 everything is working fine. Login works, presence message are comming in. This is the log:

MySQL Script

2012-07-07 Thread magic-jabberd2
Hi, I decided to switch to jabberd2. Erlang and lua are not my favorite languages ;) I think C is the best on Linux machines. However, I have seen the MySQL script provided by jabberd2 which you can use to create the database used by jabberd2. I noticed alle the TEXT and TINYTEXT fields in it.