Projects tigase _server server-core Issues #1461
Omemo encryption not working (#1461)
Unknown opened 3 years ago

I'm having trouble. That omemo encryption is not working fully like when we send message from mobile to web or message is not received from mobile to web.

image

  • Unknown commented 3 years ago

    Hi, first of all, the errors are from ConversJS client (and I'm not sure they related to OMEMO -- the middle one refers to method "getDomainFromJid").

    when we send message from mobile to web or message is not received from mobile to web.

    Is the message delivered to the recipient or there is no delivery altogether? If the message is not delivered then I would recommend adding server and xmpp.impl packages to debuging configuration (as per Debuging Tigase):

    debug = [ 'server' , 'xmpp.impl' ]
    

    And track the missing message in the logs identifying the point where it gets lost.

issue 1 of 1
Type
Bug
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1461
Please wait...
Page is in error, reload to recover