stanza: added helpers for particular stanzas

These are wrappers for message, iq and presence stanzas.
This commit is contained in:
Dmitry Podgorny
2016-04-26 18:18:11 +00:00
parent ca7af9c837
commit a50d706bcd
3 changed files with 149 additions and 7 deletions

View File

@@ -13,6 +13,11 @@
- xmpp_stanza_set_to()
- xmpp_stanza_set_from()
- xmpp_stanza_reply()
- xmpp_message_new()
- xmpp_message_get_body()
- xmpp_message_set_body()
- xmpp_iq_new()
- xmpp_presence_new()
- Exposed private API:
- xmpp_jid_new()
- xmpp_jid_bare()