Added autocomplete for setting room config form tags

This commit is contained in:
James Booth
2014-09-12 13:28:33 +01:00
parent 6c45f8ffae
commit 128a4a811f
3 changed files with 17 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
#include "config/accounts.h"
#include "contact.h"
#include "jid.h"
#include "tools/autocomplete.h"
#define JABBER_PRIORITY_MIN -128
#define JABBER_PRIORITY_MAX 127
@@ -123,6 +124,7 @@ typedef struct data_form_t {
GSList *fields;
GHashTable *var_to_tag;
GHashTable *tag_to_var;
Autocomplete tag_ac;
} DataForm;
void jabber_init_module(void);