Added examples for prof_disco_add_feature

This commit is contained in:
James Booth
2016-04-30 23:11:49 +01:00
parent b945ac3acc
commit 1c6a178932
2 changed files with 4 additions and 0 deletions

View File

@@ -494,6 +494,8 @@ prof_init(const char * const version, const char * const status, const char *con
{
pthread_create(&worker_thread, NULL, inc_counter, NULL);
prof_disco_add_feature("urn:xmpp:profanity:c_test_plugin");
prof_win_create(plugin_win, handle_win_input);
char buf[256];