mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 10:26:22 +00:00
Treat room presence as online
Needs to be changed to show status changes
This commit is contained in:
@@ -741,8 +741,8 @@ _room_presence_handler(const char * const jid, xmpp_stanza_t * const stanza)
|
||||
show_str = xmpp_stanza_get_text(show);
|
||||
} else {
|
||||
show_str = "online";
|
||||
prof_handle_room_member_online(room, nick, show_str, status_str);
|
||||
}
|
||||
prof_handle_room_member_online(room, nick, show_str, status_str);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user