You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2025. It is now read-only.
Call::terminate: Use sendIq() task instead of manual IQ ack handling
CallPrivate stores all sent jingle requests internally to look for acks
and to trigger forceful termination upon the ack to SessionTerminate.
This commit replaces this by using the newer sendIq() API and a
QXmppTask.
0 commit comments