Moved caps_init() out of xmpp.h

This commit is contained in:
James Booth
2013-02-03 22:46:32 +00:00
parent 0b40de5a4f
commit 2ee0c4d328
4 changed files with 3 additions and 2 deletions

View File

@@ -506,7 +506,6 @@ _init(const int disable_tls, char *log_level)
theme_init(theme);
g_free(theme);
ui_init();
caps_init();
jabber_init(disable_tls);
cmd_init();
log_info("Initialising contact list");