Projects tigase _server server-core Issues #1461
Omemo encryption not working (#1461)
Open
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.

Referenced from commit 11 months ago
Merge branch 'master' into jdk7
# By Wojciech Kapcia (4) and others
* master:
  Fixes #1542, #1475 by forcing delivery of resent unacked packets on stream resumption and by correcting settings resumption-timeout property key
  Bug #1538: Exception in Sasl Authentication when do Load Test Tigase Server with TSung
  add support for MS SQL Server to Tigase XMPP Server; #1461: SQL Server Support - code development
  Revert "move dependencies to master project"
  fix distribution building on windows
  move dependencies to master project
Andrzej Wójcik committed 1 decade ago
Referenced from commit 11 months ago
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