Renamed parser -> stanza

This commit is contained in:
James Booth
2015-06-06 22:28:10 +01:00
parent 6522e94977
commit b7151c5da3
5 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
#include <string.h>
#include "server/stanzas.h"
#include "server/parser.h"
#include "server/stanza.h"
static char *required_passwd = NULL;
static GHashTable *idstubs = NULL;