Moved more functions to stanza module

This commit is contained in:
James Booth
2015-05-15 00:12:47 +01:00
parent c6fe602fd8
commit debac69cbb
4 changed files with 32 additions and 22 deletions

View File

@@ -7,6 +7,7 @@
#include "server/xmppclient.h"
#include "server/parser.h"
#include "server/stanza.h"
#define XML_START "<?xml version=\"1.0\"?>"
@@ -221,7 +222,7 @@ int main(int argc , char *argv[])
printf("RECV: ");
listen_to(client);
parser_show_stanzas();
stanza_show_all();
//
// res = listen_for(client, STREAM_REQ);