Renamed stanza -> stanzas

This commit is contained in:
James Booth
2015-06-06 22:22:18 +01:00
parent 7d097d8a91
commit 6522e94977
12 changed files with 15 additions and 15 deletions

View File

@@ -23,7 +23,7 @@
#ifndef __H_STREAM_PARSER
#define __H_STREAM_PARSER
#include "server/stanza.h"
#include "server/stanzas.h"
#include "server/xmppclient.h"
typedef void (*stream_start_func)(void);