xmpp_stanza_reply_error

Function xmpp_stanza_reply_error 

Source
pub unsafe extern "C" fn xmpp_stanza_reply_error(
    stanza: *mut xmpp_stanza_t,
    error_type: *const c_char,
    condition: *const c_char,
    text: *const c_char,
) -> *mut xmpp_stanza_t