Skip to content

Commit 31582ca

Browse files
committed
ChangeLog: added new stanza API
1 parent c012f20 commit 31582ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@
66
- xmpp_conn_get_flags()
77
- xmpp_conn_set_flags()
88
- 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()
915
- Exposed private API:
1016
- xmpp_jid_new()
1117
- xmpp_jid_bare()
1218
- xmpp_jid_node()
1319
- xmpp_jid_domain()
1420
- xmpp_jid_resource()
21+
- xmpp_stanza_get_attribute_count()
22+
- xmpp_stanza_get_attributes()
1523

1624
0.8.8
1725
- XML namespace support

0 commit comments

Comments
 (0)