Bind presence functions in main.c

This commit is contained in:
James Booth
2013-12-22 23:31:49 +00:00
parent 74e8a405d6
commit 4e169689f6
3 changed files with 17 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ _init_modules(void)
capabilities_init_module();
iq_init_module();
message_init_module();
presence_init_module();
}
int