Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stall while "Connecting" in Psi-plus and Kopete with jabberd2 #4

Closed
stbuehler opened this issue Aug 4, 2011 · 3 comments
Closed

Stall while "Connecting" in Psi-plus and Kopete with jabberd2 #4

stbuehler opened this issue Aug 4, 2011 · 3 comments

Comments

@stbuehler
Copy link

Hi,

jabberd2 only sends one "challenge" for sasl auth (it seems other servers send a second challenge which is answered with an empty response by psi-plus/kopete).
Neither psi-plus nor kopete finish the connect after they get the success event from the server, both claim in the xml console they sent more data, but this never hits the network (checked with wireshark more than once).
(ekg2 works as it actually sends the data.)

[...]

server -> client
    <stream:features>
    <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
    <mechanism>PLAIN</mechanism>
    <mechanism>DIGEST-MD5</mechanism>
    </mechanisms>
    <auth xmlns="http://jabber.org/features/iq-auth"/>
    <register xmlns="http://jabber.org/features/iq-register"/>
    </stream:features>

client -> server
    <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5"/>

server -> client
    <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">[...]</challenge>

client -> server
    <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">[...]</response>

server -> client
    <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>

client -> server (only shown in console, never reaches the network)
    <?xml version="1.0"?>

    <stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" xmlns="jabber:client" to="[...]">
@stbuehler
Copy link
Author

8 months and no response... shame on you.

@wadealer
Copy link
Member

wadealer commented Mar 9, 2016

Is this still actual?

@Ri0n
Copy link
Member

Ri0n commented Mar 9, 2016

According to Jebberd2 mail list that was a problem with some encryption library which is most likely fixed already since I see other reports with working Psi.

@Ri0n Ri0n closed this as completed Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants