aboutsummaryrefslogtreecommitdiff
path: root/xmpp/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/handlers.go')
-rw-r--r--xmpp/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/handlers.go b/xmpp/handlers.go
index 6770e3a..5db8df6 100644
--- a/xmpp/handlers.go
+++ b/xmpp/handlers.go
@@ -189,8 +189,8 @@ func handlePresence(s xmpp.Sender, p stanza.Presence) {
for status := range session.StatusesRange() {
go session.ProcessStatusUpdate(
status.ID,
- status.XMPP,
status.Description,
+ status.XMPP,
gateway.SPImmed(false),
)
}