Parse data form for room configuration

This commit is contained in:
James Booth
2014-09-04 23:15:51 +01:00
parent 763356464a
commit 5e1023dfd9
5 changed files with 50 additions and 11 deletions

View File

@@ -95,5 +95,7 @@ void handle_presence_error(const char *from, const char * const type,
const char *err_msg);
void handle_xmpp_stanza(const char * const msg);
void handle_ping_result(const char * const from, int millis);
void handle_room_configure(const char * const room, DataForm *form);
void handle_room_configuration_form_error(void);
#endif