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

Since several builds, I have a lag when I check my personal vCard (Self contact vCard) #837

Open
Neustradamus opened this issue Jun 21, 2024 · 6 comments
Labels

Comments

@Neustradamus
Copy link
Contributor

Since several builds, I have a lag when I do "Retrieve" on my personal vCard (Self contact vCard).
The first may work but if I do a new time "Retrieve", there is no ending.

When I send messages after it, there is a problem:

  • Sent messages have been received a long time after the original sent moment

In more, I see that when we have in Roster, contacts with S2S XMPP server problem (temporary down, dead XMPP services, ...), for example:

<presence type="error" from="[email protected]" to="[email protected]/client" xml:lang="en">
<c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="https://psi-plus.com" ver="XXXXXXXXXXXXXXXXXXXXXXXXX"/>
<x xmlns="vcard-temp:x:update">
<photo/>
</x>
<error type="wait">
<remote-server-timeout xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en">Connection failed: unknown POSIX error: timeout</text>
</error>
<priority>1</priority>
<show>away</show>
</presence>
<presence type="error" from="[email protected]" to="[email protected]/client" xml:lang="en">
<c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="https://psi-plus.com" ver="XXXXXXXXXXXXXXXXXXXXXXXXX"/>
<x xmlns="vcard-temp:x:update">
<photo/>
</x>
<error type="wait">
<remote-server-timeout xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en">Stream closed by peer: This host does not serve domain.tld (host-unknown)</text>
</error>
<priority>1</priority>
<show>away</show>
</presence>
<presence type="error" from="[email protected]" to="[email protected]/client">
<error type="cancel" by="jabber.org">
<remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">Server-to-server connection failed: connection timeout</text>
</error>
</presence>
@Ri0n
Copy link
Member

Ri0n commented Jun 21, 2024

Looks like some server bug. Or s2s problem

@Neustradamus
Copy link
Contributor Author

Currently, I have the lag.

I have found a linked problem, I have left all MUC Rooms but I have from MUC Rooms, for example:

<presence to="[email protected]/client" from="[email protected]/user" xml:lang="en" id="XXXXXXXXXXXXXXXXXXXXXX">
<idle xmlns="urn:xmpp:idle:1" since="2024-06-21TXX:XX:XXZ"/>
<c xmlns="http://jabber.org/protocol/caps" ver="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" node="https://gajim.org" hash="sha-1"/>
<x xmlns="vcard-temp:x:update">
<photo/>
</x>
<occupant-id xmlns="urn:xmpp:occupant-id:0" id="XXXXXXXXXXXX"/>
<x xmlns="http://jabber.org/protocol/muc#user">
<item role="participant" affiliation="none"/>
</x>
<show>away</show>
</presence>

@stpeter manages the jabber.org XMPP Public Service.

@stpeter
Copy link

stpeter commented Jun 21, 2024

This is not the problem that we saw with Psi+ nightly on jabber.org on 2024-06-12 / 2024-06-13. At that time, Neustradamus was sending a very large number of presence stanzas (e.g., 41k stanzas in 5 minutes). After we instituted rate limits, the server was able to recover.

@Ri0n
Copy link
Member

Ri0n commented Jun 21, 2024

I don't really know how to reproduce. I pushed retrieve button dozens of times last days while implementing vcard4. Never seen anything like this with recent builds.
So maybe it's some combination of settings and plugins..
@Neustradamus, try to disable all plugins in a new profile and recheck

@Neustradamus
Copy link
Contributor Author

@Ri0n: I have done it few seconds ago, @stpeter can look logs...
Note: In this case, I have left a lot of MUC Rooms.

@Neustradamus Neustradamus changed the title Since several build, I have a lag when I check my personal vCard (Self contact vCard) Since several builds, I have a lag when I check my personal vCard (Self contact vCard) Jun 21, 2024
@Neustradamus
Copy link
Contributor Author

@stpeter: It is possible to look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants