mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 01:46:22 +00:00
Check room config tag exists before setting
This commit is contained in:
@@ -207,5 +207,6 @@ void (*roster_send_remove)(const char * const barejid);
|
||||
void (*form_destroy)(DataForm *form);
|
||||
char * (*form_get_field_by_var)(DataForm *form, const char * const var);
|
||||
void (*form_set_value_by_tag)(DataForm *form, const char * const tag, char *value);
|
||||
gboolean (*form_tag_exists)(DataForm *form, const char * const tag);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user