-
Notifications
You must be signed in to change notification settings - Fork 90
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
Backend sends invalid caps #205
Comments
That's your client should escape jids using XEP-0106 :) |
@Ri0n what clients are you using? |
Psi. I'll check others. |
Well service discovery in Gajim on Skype transport doesn't work too. |
Could you try pidgin? |
I can't for now. It stopped showing itself in tray. I guess it's somehow incompatible with kde. |
I've found the source of the problem with disco. |
…es Psi caps in its presense SpectrumIM/spectrum2#205
I solved this for Psi like this psi-im/psi@37f4ca1 |
I'm glad it's fixed finally! thanks @vitalyster ! |
so I'm rolling back my workaround in Psi. |
The issue SpectrumIM/spectrum2#205 seems to be fixed, so the workaround is not needed anymore
In fact it wasn't fixed in Spectrum and this bug affects more users now (probably with spreading libpurpple based transports) |
to join skype groupchat it's necessary try to add groupchat in roster in pidgin, it will show groupchat id.
something like
52:bade5db85a854843ebae8d9ed86ca96d@thread.skype
Then replace : with %3A, and @ with % and join!
Expected:
Anything without manual replacing and better without hashes =)
The text was updated successfully, but these errors were encountered: