Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
J
jami-daemon
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 138
    • Issues 138
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Requirements
    • Requirements
    • List
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • savoirfairelinux
  • jami-daemon
  • Issues
  • #130

Closed
Open
Opened Jul 25, 2019 by Moritz Brunner@testeaxeax

[Bug+Question] Daemon only sending trust request if account is not in the contact list

Platform: x86_64
OS: Fedora 29
Build: based on eff973bd
Prerequisites: Client A with client B as a contact, client B with client A as a contact

Steps to reproduce:

  1. In client A: Delete client B from the contact list
  2. In client B: Send a message to client A

Expected behaviour: Client B sends a trust request in order to trigger client A's onTrustRequest function in src/jamidht/jamiaccount.cpp
Actual behaviour: Client B sends no trust request and therefore client A never calls the onTrustRequest function.
As a result the refuse button in client A's trust request dialog won't work and it may have other unintended side effects.

Question: Is client B supposed to send a new trust request for already existing contacts or should client A handle a message from an unknown client as if it were a trust request and call onTrustRequest?

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: savoirfairelinux/ring-daemon#130