Renamed parse_stanza -> stanza_parse

This commit is contained in:
James Booth
2015-06-06 23:06:00 +01:00
parent 2d83c6f732
commit b1a9f6470b
4 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ void
prime_for_query(const char *query, char *stream)
{
if (querystubs) {
XMPPStanza *stanza = parse_stanza(stream);
XMPPStanza *stanza = stanza_parse(stream);
g_hash_table_insert(querystubs, strdup(query), stanza);
}
}