Send the <gone/> chat state when receiving unavailable presence
- We might as well bridge this through.
This commit is contained in:
parent
a02c0fdc79
commit
efbda1a002
|
@ -878,6 +878,7 @@ Returns three values: avatar data (as two values), and a generalized boolean spe
|
|||
((eql type :composing) "composing")
|
||||
((eql type :paused) "paused")
|
||||
((eql type :available) "active")
|
||||
((eql type :unavailable) "gone")
|
||||
(t (return-from wa-handle-presence)))))
|
||||
(unless participant ; Groups hard
|
||||
(let ((from-jid (concatenate 'string
|
||||
|
|
Loading…
Reference in a new issue