Added resource to ProfAccount

This commit is contained in:
James Booth
2013-01-26 22:25:00 +00:00
parent a8d80ef558
commit 43841ee9ee
2 changed files with 19 additions and 13 deletions

View File

@@ -26,6 +26,7 @@
typedef struct prof_account_t {
gchar *name;
gchar *jid;
gchar *resource;
gchar *server;
gboolean enabled;
} ProfAccount;