mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 04:46:22 +00:00
Handle result of room configuration submit
This commit is contained in:
@@ -98,6 +98,7 @@ void handle_ping_result(const char * const from, int millis);
|
||||
void handle_ping_error_result(const char * const from, const char * const error);
|
||||
void handle_room_configure(const char * const room, DataForm *form);
|
||||
void handle_room_configuration_form_error(const char * const from, const char * const message);
|
||||
void handle_room_config_submit_result(void);
|
||||
void handle_room_config_submit_result(const char * const room);
|
||||
void handle_room_config_submit_result_error(const char * const room, const char * const message);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user