Added autocomplete for nicknames in MUC input text

issue #321
This commit is contained in:
James Booth
2014-07-09 00:35:43 +01:00
parent 06caa0c4f1
commit 4b14c0c484
3 changed files with 36 additions and 1 deletions

View File

@@ -76,4 +76,6 @@ char * muc_get_subject(const char * const room);
void muc_add_pending_broadcast(const char * const room, const char * const message);
GList * muc_get_pending_broadcasts(const char * const room);
void muc_autocomplete(char *input, int *size);
#endif