Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Support for gtalk #54

Closed
seba76 opened this issue Feb 4, 2019 · 9 comments
Closed

Support for gtalk #54

seba76 opened this issue Feb 4, 2019 · 9 comments

Comments

@seba76
Copy link

seba76 commented Feb 4, 2019

Bevor you create a new issue:

- [x ] I searched for similar issues and did not find one
- [x] I'm using the latest version available in the [Windows Store](https://www.microsoft.com/store/apps/9NW16X9JB5WV)

I'm submitting a...:

  • Feature request (UserVoice request: )

Currently I'm using pidgin to connect to gtalk server. But would like to be able to use UWPX for it if possible.

Current behavior:

Connect error

Expected behavior:

Sucessfull connection and ability to chat.

Minimal reproduction of the problem with instructions:

  1. Create new connection
    Server address: talk.google.com
    Server Port: 5223
    Username: [email protected]
  2. Save

Environment:

App Version(s): 
v.0.12.0 <!-- Which version of the App are you using (e.g. v.0.2.0) -->

Windows 10 Version Number: <!-- https://en.wikipedia.org/wiki/Windows_10_version_history -->
- [x] 1809
- [ ] 1803
- [ ] 1709
- [ ] 1703
- [ ] 1607
- [ ] 1511
- [ ] 1507
- [ ] Insider Build (build number: )
- [ ] Misc:

Device form factor:
- [x] Desktop
- [ ] Mobile
- [ ] Xbox
- [ ] Surface Hub

Where did you got the APP from?
- [ ] [Windows Store](https://www.microsoft.com/store/apps/9NW16X9JB5WV)
- [x] Self-build, using a provided release source
- [ ] Self-build, repo cloned at [dd.mm.yyy] <!-- When did you clone the repo! -->
- [ ] Misc, got it from... <!-- Please tell us your source! -->

@COM8
Copy link
Member

COM8 commented Feb 4, 2019

Will look into it.
Thanks for your request!

@COM8
Copy link
Member

COM8 commented Feb 7, 2019

It works for me:
Please make sure you uncheck "Valid name" in "Certificate requirements".
image

@seba76
Copy link
Author

seba76 commented Feb 7, 2019

Thanks for the tip, that worked. However it looks like I found two bugs.

  • Account settings, port shows 5222 even when I enter 5223

  • if I click info
    image apps crashes.

Also do you get roster?
snip

@COM8
Copy link
Member

COM8 commented Feb 7, 2019

Yes looks like a UI related bug.
Could you please upload your logs ("Settings" -> "Misc" -> "Export logs" and upload the zip file).
Please make sure: If you have changed the log level to debug and tried to connected the logs will contain your password, so delete it before uploading your logs.

Thanks!

@COM8 COM8 added the 🐛 Bug label Feb 7, 2019
@COM8 COM8 added this to the Beta ~2019 milestone Feb 7, 2019
@seba76
Copy link
Author

seba76 commented Feb 8, 2019

Here is a log file, I've obfuscated emails and pass.
Logs.zip

@seba76 seba76 closed this as completed Feb 8, 2019
@seba76 seba76 reopened this Feb 8, 2019
@seba76
Copy link
Author

seba76 commented Feb 8, 2019

I clicked close by accident so reopening it again.

@COM8
Copy link
Member

COM8 commented Feb 8, 2019

Thanks! Spotted two problems:

Failed to load OMEMO prekeys

I really have to find an other way to store all the stuff locally sqlite-net-pcl is by far not well enough maintained and so far to buggy...

Requesting the roster fails with bad-request (If set, the 'from' attribute must be set to the user's full JID.)

UWPX sends the following valid roster query:

<iq type="get" id="9f039e98-bacd-4eb3-8c2f-389fe9a23943" to="[email protected]" from="[email protected]/YYYYYYY">
  <query xmlns="jabber:iq:roster" />
</iq> 

Looks like it want's from="[email protected]/YYYYYYY" to be from="[email protected]".

@Echolon
Copy link
Contributor

Echolon commented May 12, 2019

Is gtalk, really a thing to work on now? I would ask for a PR

@COM8
Copy link
Member

COM8 commented May 12, 2019

I'm not working on this right now since gtalk is more or less dead.

@COM8 COM8 removed this from the Beta ~ Early 2020 milestone Aug 18, 2019
@COM8 COM8 closed this as completed Mar 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants