Added verify for last received stanza

This commit is contained in:
James Booth
2015-05-24 18:34:21 +01:00
parent a791965b8b
commit d84e50bccd
9 changed files with 198 additions and 4 deletions

View File

@@ -3,4 +3,5 @@
int server_run(int port);
void server_stop(void);
#endif