zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Unable to login to Jabber/GTalk #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JabberSession.ConnectionStateChanged] Emitting login progress: Connected
OUTGOING: <stream:stream to='jabster.pl' xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
INCOMING: <stream:stream xmlns:stream="http://etherx.jabber.org/streams"
id="1734625457" xml:lang="en" from="jabber.org" >
OUTGOING: <iq id="agsXMPP_1" type="get" to="jabster.pl"><query
xmlns="jabber:iq:auth"><username>jakub.rusinek</username></query></iq>
INCOMING: <stream:error
xmlns:stream="http://etherx.jabber.org/streams"><host-unknown
xmlns="urn:ietf:params:xml:ns:xmpp-streams" /></stream:error>
INCOMING: </stream:stream>
2008/06/14 15:44:25 [DEBUG] [JabberSession.ConnectionStateChanged] Emitting
login progress: Disconnected

Original issue reported on code.google.com by jakub.ru...@gmail.com on 14 Jun 2008 at 1:44

GoogleCodeExporter commented 9 years ago
I'll be doing a overhaul of the Jabber protocol for 0.8 release. Thanks for
submitting I'll look further into that one.

Is that ALL of the output from Jabber? Is there anything above that?

Original comment by dra...@gmail.com on 14 Jun 2008 at 4:36

GoogleCodeExporter commented 9 years ago
that's all from jabber. anything above was completely unrelated to jabber, but
galaxium (addons loading, blah, blah, blah ;) ).

Original comment by jakub.ru...@gmail.com on 14 Jun 2008 at 6:04

GoogleCodeExporter commented 9 years ago
today:

2008/06/15 14:52:34 [DEBUG] [JabberSession.ConnectionStateChanged] Emitting 
login
progress: Connecting
Cannot connect to server socket err = Nie ma takiego pliku ani katalogu
Cannot connect to server socket
jack server is not running or cannot be started
2008/06/15 14:52:34 [DEBUG] [JabberSession.ConnectionStateChanged] Emitting 
login
progress: Connected
OUTGOING: <stream:stream to='jabster.pl' xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
INCOMING: <stream:stream xmlns:stream="http://etherx.jabber.org/streams"
id="56417809" xml:lang="en" from="jabber.org" >
OUTGOING: <iq id="agsXMPP_1" type="get" to="jabster.pl"><query
xmlns="jabber:iq:auth"><username>jakub.rusinek</username></query></iq>
INCOMING: <stream:error 
xmlns:stream="http://etherx.jabber.org/streams"><host-unknown
xmlns="urn:ietf:params:xml:ns:xmpp-streams" /></stream:error>
INCOMING: </stream:stream>
2008/06/15 14:52:35 [DEBUG] [JabberSession.ConnectionStateChanged] Emitting 
login
progress: Disconnected

Original comment by jakub.ru...@gmail.com on 15 Jun 2008 at 12:52

GoogleCodeExporter commented 9 years ago
I Couldn't connect to jabber too , but I wrote username@server.org instead 
username
in accound field and connection started , but it stopped at synchronizing stage 
(
sorry for bad Englist )

Original comment by maxtor11...@gmail.com on 15 Jun 2008 at 4:05

GoogleCodeExporter commented 9 years ago
Can you tell me exactly where you are trying to connect to? What server/port and
stuff, I'll try and hook up the same way.

I have only tested logging into Jabber.org in the past. Jabber support either 
works
or doesnt so it seems :P

Original comment by dra...@gmail.com on 16 Jun 2008 at 7:35

GoogleCodeExporter commented 9 years ago
jabster.pl... port? didn't enter any. standard, I assume.

Original comment by jakub.ru...@gmail.com on 16 Jun 2008 at 8:06

GoogleCodeExporter commented 9 years ago
This was a stupid error. Sorry about this.

I've made it a bit more flexible now with the login ID.

You can use the username alone, or you can use the whole JID. It looks for the @
symbol, if its missing, it adds the connect server. If you want to connect to
jabber.org, just leave the defaults. If you want to change the connect server, 
use
the settings button.

I am now able to log in the account, but come across other issues which have to 
be
addressed.

Looking forward to having XMPP back!

Original comment by dra...@gmail.com on 17 Jun 2008 at 4:36

GoogleCodeExporter commented 9 years ago
> Looking forward to having XMPP back!

me too. that's one of two protocols I need everyday. second is GG of course.

Original comment by jakub.ru...@gmail.com on 17 Jun 2008 at 4:39

GoogleCodeExporter commented 9 years ago
Yeah its actually technically back already, but because the XMPP lib doesn't 
use our
new threading system properly, it freezes the app immediately. I have another 
issue
open for discussion.

This one is technically fixed. I fixed the errors logging into other servers 
than
jabber.org

Original comment by dra...@gmail.com on 17 Jun 2008 at 5:51