Overview
Request 428097 superseded
- Update to 0.9.0:
* IPv6 support
* Legacy SSL support
* Initial Android support
* Resolver returns all SRV records instead of one. Lookup is performed
according to RFC2052
* xmpp_connect_raw() provides access to a xmpp_conn object just after
establishing TCP connection. This allows to implement in-band
registration, authentication mechanisms or serverless messaging
* xmpp_conn_t object is reusable now and can be reconnected with saving
all handlers, flags, jid and password
New API:
* xmpp_uuid_gen()
* xmpp_connect_raw()
* xmpp_conn_open_stream_default()
* xmpp_conn_open_stream()
* xmpp_conn_tls_start()
* xmpp_conn_get_flags()
* xmpp_conn_set_flags()
* xmpp_conn_set_keepalive()
* xmpp_conn_is_secured()
* xmpp_stanza_del_attribute()
* xmpp_stanza_get_to()
* xmpp_stanza_get_from()
* xmpp_stanza_set_to()
* xmpp_stanza_set_from()
* xmpp_stanza_reply()
* xmpp_message_new()
* xmpp_message_get_body()
* xmpp_message_set_body()
- Created by jubalh
- In state superseded
- Superseded by 428101
- Open review for factory-staging
- Open review for factory-repo-checker
Request History
jubalh created request
- Update to 0.9.0:
* IPv6 support
* Legacy SSL support
* Initial Android support
* Resolver returns all SRV records instead of one. Lookup is performed
according to RFC2052
* xmpp_connect_raw() provides access to a xmpp_conn object just after
establishing TCP connection. This allows to implement in-band
registration, authentication mechanisms or serverless messaging
* xmpp_conn_t object is reusable now and can be reconnected with saving
all handlers, flags, jid and password
New API:
* xmpp_uuid_gen()
* xmpp_connect_raw()
* xmpp_conn_open_stream_default()
* xmpp_conn_open_stream()
* xmpp_conn_tls_start()
* xmpp_conn_get_flags()
* xmpp_conn_set_flags()
* xmpp_conn_set_keepalive()
* xmpp_conn_is_secured()
* xmpp_stanza_del_attribute()
* xmpp_stanza_get_to()
* xmpp_stanza_get_from()
* xmpp_stanza_set_to()
* xmpp_stanza_set_from()
* xmpp_stanza_reply()
* xmpp_message_new()
* xmpp_message_get_body()
* xmpp_message_set_body()
licensedigger accepted review
factory-auto added factory-repo-checker as a reviewer
Please review build success
factory-auto accepted review
Check script succeeded
superseded by 428101