stanza: add xmpp_stanza_reply_error()

This function makes an error reply stanza as described in
https://tools.ietf.org/html/rfc6120#section-8.3
This commit is contained in:
Dmitry Podgorny
2020-09-15 02:19:20 +03:00
parent 197896ba1b
commit 7c68aced35
3 changed files with 86 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
- xmpp_stanza_new_from_string()
- xmpp_stanza_add_child_ex()
- xmpp_stanza_get_context()
- xmpp_stanza_reply_error()
- xmpp_global_timed_handler_add()
- xmpp_global_timed_handler_delete()