Compare commits
8 Commits
fix/autopi
...
feat/autop
| Author | SHA1 | Date | |
|---|---|---|---|
|
14fb6e3b41
|
|||
|
19bfad76ba
|
|||
|
b5bbad8d2c
|
|||
|
7fd0cded3d
|
|||
|
2012e15c0b
|
|||
|
45b81cf2de
|
|||
|
15a1a343d2
|
|||
|
0f7741fdfa
|
@@ -2432,8 +2432,7 @@ _disco_info_response_id_handler_onconnect(xmpp_stanza_t* const stanza, void* con
|
||||
}
|
||||
|
||||
// Prevent repetitions by avoiding checks of disco items (from connection_set_disco_items)
|
||||
const char* domain = connection_get_domain();
|
||||
if (from && domain && g_ascii_strcasecmp(from, domain) == 0) {
|
||||
if (from && g_ascii_strcasecmp(from, connection_get_domain()) == 0) {
|
||||
_disco_autoping_warning_message(features);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user