Move disco info struct to connection

This commit is contained in:
James Booth
2016-05-07 23:28:16 +01:00
parent 9596591610
commit 6ce8edc194
8 changed files with 71 additions and 61 deletions

View File

@@ -83,7 +83,7 @@ connection_send_stanza(const char *const stanza)
}
gboolean
session_service_supports(const char *const feature)
connection_supports(const char *const feature)
{
return FALSE;
}