diff -r f4d92381a032 -r 696fe0c9677f libpurple/protocols/jabber/presence.c --- a/libpurple/protocols/jabber/presence.c Fri Mar 29 01:15:18 2019 +0000 +++ b/libpurple/protocols/jabber/presence.c Sun Mar 31 22:22:26 2019 -0400 @@ -1082,7 +1082,7 @@ purple_xmlnode_free(presence); } -void purple_status_to_jabber(const PurpleStatus *status, JabberBuddyState *state, char **msg, int *priority) +void purple_status_to_jabber(PurpleStatus *status, JabberBuddyState *state, char **msg, int *priority) { const char *status_id = NULL; const char *formatted_msg = NULL;