about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-22 23:31:49 +0000
committerJames Booth <boothj5@gmail.com>2013-12-22 23:31:49 +0000
commit4e169689f6ae60eb30837f53dca8269b74540e50 (patch)
tree3dc32206942c0ba143853a28f6671cdf0e2527a8 /src/main.c
parent74e8a405d6f5574e4e0e5d08e89ad1931a33ba6d (diff)
downloadprofani-tty-4e169689f6ae60eb30837f53dca8269b74540e50.tar.gz
Bind presence functions in main.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index e2366cfc..b27240fa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -44,6 +44,7 @@ _init_modules(void)
     capabilities_init_module();
     iq_init_module();
     message_init_module();
+    presence_init_module();
 }
 
 int