We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c012f20 commit 31582caCopy full SHA for 31582ca
ChangeLog
@@ -6,12 +6,20 @@
6
- xmpp_conn_get_flags()
7
- xmpp_conn_set_flags()
8
- xmpp_conn_is_secured()
9
+ - xmpp_stanza_del_attribute()
10
+ - xmpp_stanza_get_to()
11
+ - xmpp_stanza_get_from()
12
+ - xmpp_stanza_set_to()
13
+ - xmpp_stanza_set_from()
14
+ - xmpp_stanza_reply()
15
- Exposed private API:
16
- xmpp_jid_new()
17
- xmpp_jid_bare()
18
- xmpp_jid_node()
19
- xmpp_jid_domain()
20
- xmpp_jid_resource()
21
+ - xmpp_stanza_get_attribute_count()
22
+ - xmpp_stanza_get_attributes()
23
24
0.8.8
25
- XML namespace support
0 commit comments