| Summary: | Undelivered messages | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Artur Cuvasov <artur.cuvasov> |
| Component: | pidgin-sipe | Assignee: | Stefan Becker <chemobejk> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | artur.cuvasov, chemobejk |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | pidgin-sipe-1.17.3-1.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-21 02:20:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Artur Cuvasov
2013-11-18 09:44:04 UTC
Please attach a --debug log. BTW: from what version did you upgrade? The changes from 1.17.0 to 1.17.1 are benign and don't have anything to do with message sending. Stefan, I sent it to you by mail. Message "test" delivered successfully, "test2" - failed. ---> Package pidgin-sipe.i686 0:1.17.0-1.fc20 will be updated ---> Package pidgin-sipe.i686 0:1.17.1-1.fc20 will be an update The server complains about
SIP/2.0 500 Stale CSeq Value
...
CSeq: 4 MESSAGE
Ms-client-diagnostics: 52136;reason="The request sequence number is corrupted"
The only difference from 1.17.0 is that now your client sends out a typing "reset" indication after the MESSAGE, i.e.
-> MESSAGE (4)
-> INFO (5)
<- 200 OK (5)
<- 500 (4)
I'm guessing if you fetch 1.17.1 and one line to src/core/sipe-user.c:
------------------------------
void sipe_core_user_feedback_typing(struct sipe_core_public *sipe_public,
...
struct sip_dialog *dialog = sipe_dialog_find(session, to);
--> if (!typing) return;
-------------------------------
that it works for you again?
I disabled "Notify buddies if you are typing to them" option in preferences, looks better now. Thanks. This looks again like one of those cases where SIPE would need a complete rewrite from scratch for the SIP message handling :-( I have an idea for a workaround at least for the libpurple backend which I will submit to git HEAD. pidgin-sipe-1.17.2-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.2-1.fc20 pidgin-sipe-1.17.2-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.2-1.fc19 pidgin-sipe-1.17.2-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.2-1.fc18 pidgin-sipe-1.17.2-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.2-1.el6 pidgin-sipe-1.17.2-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.2-1.el5 Package pidgin-sipe-1.17.2-1.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing pidgin-sipe-1.17.2-1.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12231/pidgin-sipe-1.17.2-1.el6 then log in and leave karma (feedback). F20 variant of the 1.17.2 package has been pushed to updates-testing. Please update and verify that the problem is fixed for you. Thanks. pidgin-sipe-1.17.3-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.3-1.fc20 pidgin-sipe-1.17.3-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.3-1.fc19 pidgin-sipe-1.17.3-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.3-1.fc18 pidgin-sipe-1.17.3-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.3-1.el6 pidgin-sipe-1.17.3-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/pidgin-sipe-1.17.3-1.el5 pidgin-sipe-1.17.3-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. pidgin-sipe-1.17.3-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. pidgin-sipe-1.17.3-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. pidgin-sipe-1.17.3-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. pidgin-sipe-1.17.3-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |