Source: taningia Version: 0.2.2-2 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade User: debian-...@lists.debian.org Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet! Dear maintainer, As part of the 64-bit time_t transition required to support 32-bit architectures in 2038 and beyond (https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified taningia as a source package shipping runtime libraries whose ABI either is affected by the change in size of time_t, or could not be analyzed via abi-compliance-checker (and therefore to be on the safe side we assume is affected). To ensure that inconsistent combinations of libraries with their reverse-dependencies are never installed together, it is necessary to have a library transition, which is most easily done by renaming the runtime library package. Since turning on 64-bit time_t is being handled centrally through a change to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is important that libraries affected by this ABI change all be uploaded close together in time. Therefore I have prepared a 0-day NMU for taningia which will initially be uploaded to experimental if possible, then to unstable after packages have cleared binary NEW. Please find the patch for this NMU attached. If you have any concerns about this patch, please reach out ASAP. Although this package will be uploaded to experimental immediately, there will be a period of several days before we begin uploads to unstable; so if information becomes available that your package should not be included in the transition, there is time for us to amend the planned uploads. -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system)
diff -Nru taningia-0.2.2/debian/changelog taningia-0.2.2/debian/changelog --- taningia-0.2.2/debian/changelog 2016-09-18 23:28:51.000000000 +0000 +++ taningia-0.2.2/debian/changelog 2024-02-04 08:10:56.000000000 +0000 @@ -1,3 +1,10 @@ +taningia (0.2.2-2.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Steve Langasek <vor...@debian.org> Sun, 04 Feb 2024 08:10:56 +0000 + taningia (0.2.2-2) unstable; urgency=low * Remove unreachable addresses from control and watch file. diff -Nru taningia-0.2.2/debian/control taningia-0.2.2/debian/control --- taningia-0.2.2/debian/control 2016-09-18 23:28:51.000000000 +0000 +++ taningia-0.2.2/debian/control 2024-02-04 08:10:55.000000000 +0000 @@ -10,7 +10,7 @@ Package: libtaningia-dev Section: libdevel Architecture: any -Depends: libtaningia0 (= ${binary:Version}), ${misc:Depends}, +Depends: libtaningia0t64 (= ${binary:Version}), ${misc:Depends}, libiksemel-dev Description: Development files for lib taningia Taningia is a simple and modern communication library that provides @@ -24,7 +24,10 @@ This package provides headers, static linked library and other development stuff. -Package: libtaningia0 +Package: libtaningia0t64 +Provides: ${t64:Provides} +Replaces: libtaningia0 +Breaks: libtaningia0 (<< ${source:Version}) Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Taningia is a generic communication library based on XMPP diff -Nru taningia-0.2.2/debian/libtaningia0.dirs taningia-0.2.2/debian/libtaningia0.dirs --- taningia-0.2.2/debian/libtaningia0.dirs 2016-09-18 22:26:40.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib diff -Nru taningia-0.2.2/debian/libtaningia0.docs taningia-0.2.2/debian/libtaningia0.docs --- taningia-0.2.2/debian/libtaningia0.docs 2016-09-18 22:26:40.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -TODO diff -Nru taningia-0.2.2/debian/libtaningia0.install taningia-0.2.2/debian/libtaningia0.install --- taningia-0.2.2/debian/libtaningia0.install 2016-09-18 22:26:40.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/lib*.so.* diff -Nru taningia-0.2.2/debian/libtaningia0.symbols taningia-0.2.2/debian/libtaningia0.symbols --- taningia-0.2.2/debian/libtaningia0.symbols 2016-09-18 22:26:40.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,259 +0,0 @@ -libtaningia.so.0 libtaningia0 #MINVER# - hash_string@Base 0.1 - hashtable_close@Base 0.1 - hashtable_create@Base 0.1 - hashtable_del@Base 0.1 - hashtable_destroy@Base 0.1 - hashtable_get@Base 0.1 - hashtable_get_test@Base 0.1 - hashtable_init@Base 0.1 - hashtable_iter@Base 0.1 - hashtable_iter_key@Base 0.1 - hashtable_iter_next@Base 0.1 - hashtable_iter_value@Base 0.1 - hashtable_set@Base 0.1 - string_equal@Base 0.1 - ta_atom_category_get_label@Base 0.1 - ta_atom_category_get_scheme@Base 0.1 - ta_atom_category_get_term@Base 0.1 - ta_atom_category_init@Base 0.1 - ta_atom_category_new@Base 0.1 - ta_atom_category_set_label@Base 0.1 - ta_atom_category_set_scheme@Base 0.1 - ta_atom_category_set_term@Base 0.1 - ta_atom_category_to_iks@Base 0.1 - ta_atom_category_to_string@Base 0.1 - ta_atom_content_get_content@Base 0.1 - ta_atom_content_get_src@Base 0.1 - ta_atom_content_get_type@Base 0.1 - ta_atom_content_init@Base 0.1 - ta_atom_content_new@Base 0.1 - ta_atom_content_set_content@Base 0.1 - ta_atom_content_set_src@Base 0.1 - ta_atom_content_set_type@Base 0.1 - ta_atom_content_to_iks@Base 0.1 - ta_atom_content_to_string@Base 0.1 - ta_atom_entry_add_author@Base 0.1 - ta_atom_entry_add_category@Base 0.1 - ta_atom_entry_add_inreplyto@Base 0.1 - ta_atom_entry_add_link@Base 0.1 - ta_atom_entry_add_see@Base 0.1 - ta_atom_entry_del_authors@Base 0.1 - ta_atom_entry_del_categories@Base 0.1 - ta_atom_entry_del_inreplyto@Base 0.1 - ta_atom_entry_del_links@Base 0.1 - ta_atom_entry_del_see@Base 0.1 - ta_atom_entry_get_authors@Base 0.1 - ta_atom_entry_get_categories@Base 0.1 - ta_atom_entry_get_content@Base 0.1 - ta_atom_entry_get_error@Base 0.1 - ta_atom_entry_get_id@Base 0.1 - ta_atom_entry_get_inreplyto@Base 0.1 - ta_atom_entry_get_links@Base 0.1 - ta_atom_entry_get_published@Base 0.1 - ta_atom_entry_get_rights@Base 0.1 - ta_atom_entry_get_see@Base 0.1 - ta_atom_entry_get_summary@Base 0.1 - ta_atom_entry_get_title@Base 0.1 - ta_atom_entry_get_updated@Base 0.1 - ta_atom_entry_init@Base 0.1 - ta_atom_entry_new@Base 0.1 - ta_atom_entry_set_content@Base 0.1 - ta_atom_entry_set_from_file@Base 0.1 - ta_atom_entry_set_from_iks@Base 0.1 - ta_atom_entry_set_id@Base 0.1 - ta_atom_entry_set_published@Base 0.1 - ta_atom_entry_set_rights@Base 0.1 - ta_atom_entry_set_summary@Base 0.1 - ta_atom_entry_set_title@Base 0.1 - ta_atom_entry_set_updated@Base 0.1 - ta_atom_entry_to_file@Base 0.1 - ta_atom_entry_to_iks@Base 0.1 - ta_atom_entry_to_string@Base 0.1 - ta_atom_feed_add_author@Base 0.1 - ta_atom_feed_add_category@Base 0.1 - ta_atom_feed_add_entry@Base 0.1 - ta_atom_feed_add_link@Base 0.1 - ta_atom_feed_del_authors@Base 0.1 - ta_atom_feed_del_categories@Base 0.1 - ta_atom_feed_del_entries@Base 0.1 - ta_atom_feed_del_links@Base 0.1 - ta_atom_feed_get_authors@Base 0.1 - ta_atom_feed_get_categories@Base 0.1 - ta_atom_feed_get_entries@Base 0.1 - ta_atom_feed_get_error@Base 0.1 - ta_atom_feed_get_id@Base 0.1 - ta_atom_feed_get_links@Base 0.1 - ta_atom_feed_get_title@Base 0.1 - ta_atom_feed_get_updated@Base 0.1 - ta_atom_feed_init@Base 0.1 - ta_atom_feed_new@Base 0.1 - ta_atom_feed_set_from_file@Base 0.1 - ta_atom_feed_set_from_iks@Base 0.1 - ta_atom_feed_set_id@Base 0.1 - ta_atom_feed_set_title@Base 0.1 - ta_atom_feed_set_updated@Base 0.1 - ta_atom_feed_to_file@Base 0.1 - ta_atom_feed_to_iks@Base 0.1 - ta_atom_feed_to_string@Base 0.1 - ta_atom_in_reply_to_get_href@Base 0.1 - ta_atom_in_reply_to_get_ref@Base 0.1 - ta_atom_in_reply_to_get_source@Base 0.1 - ta_atom_in_reply_to_get_type@Base 0.1 - ta_atom_in_reply_to_init@Base 0.1 - ta_atom_in_reply_to_new@Base 0.1 - ta_atom_in_reply_to_set_href@Base 0.1 - ta_atom_in_reply_to_set_ref@Base 0.1 - ta_atom_in_reply_to_set_source@Base 0.1 - ta_atom_in_reply_to_set_type@Base 0.1 - ta_atom_in_reply_to_to_iks@Base 0.1 - ta_atom_in_reply_to_to_string@Base 0.1 - ta_atom_link_get_href@Base 0.1 - ta_atom_link_get_length@Base 0.1 - ta_atom_link_get_rel@Base 0.1 - ta_atom_link_get_title@Base 0.1 - ta_atom_link_get_type@Base 0.1 - ta_atom_link_init@Base 0.1 - ta_atom_link_new@Base 0.1 - ta_atom_link_set_href@Base 0.1 - ta_atom_link_set_length@Base 0.1 - ta_atom_link_set_rel@Base 0.1 - ta_atom_link_set_title@Base 0.1 - ta_atom_link_set_type@Base 0.1 - ta_atom_link_to_iks@Base 0.1 - ta_atom_link_to_string@Base 0.1 - ta_atom_person_add_see@Base 0.1 - ta_atom_person_del_see@Base 0.1 - ta_atom_person_get_email@Base 0.1 - ta_atom_person_get_iri@Base 0.1 - ta_atom_person_get_name@Base 0.1 - ta_atom_person_get_see@Base 0.1 - ta_atom_person_init@Base 0.1 - ta_atom_person_new@Base 0.1 - ta_atom_person_set_email@Base 0.1 - ta_atom_person_set_iri@Base 0.1 - ta_atom_person_set_name@Base 0.1 - ta_atom_person_to_iks@Base 0.1 - ta_atom_person_to_string@Base 0.1 - ta_atom_simple_element_get_name@Base 0.1 - ta_atom_simple_element_get_value@Base 0.1 - ta_atom_simple_element_init@Base 0.1 - ta_atom_simple_element_new@Base 0.1 - ta_atom_simple_element_set_name@Base 0.1 - ta_atom_simple_element_set_value@Base 0.1 - ta_atom_simple_element_to_iks@Base 0.1 - ta_atom_simple_element_to_string@Base 0.1 - ta_error_get_code@Base 0.1 - ta_error_get_message@Base 0.1 - ta_error_get_name@Base 0.1 - ta_error_init@Base 0.1 - ta_error_new@Base 0.1 - ta_error_set_code@Base 0.1 - ta_error_set_full@Base 0.1 - ta_error_set_message@Base 0.1 - ta_error_set_name@Base 0.1 - ta_iri_get_error@Base 0.1 - ta_iri_get_fragment@Base 0.1 - ta_iri_get_host@Base 0.1 - ta_iri_get_path@Base 0.1 - ta_iri_get_port@Base 0.1 - ta_iri_get_query@Base 0.1 - ta_iri_get_scheme@Base 0.1 - ta_iri_get_user@Base 0.1 - ta_iri_init@Base 0.1 - ta_iri_new@Base 0.1 - ta_iri_set_fragment@Base 0.1 - ta_iri_set_from_string@Base 0.1 - ta_iri_set_host@Base 0.1 - ta_iri_set_path@Base 0.1 - ta_iri_set_port@Base 0.1 - ta_iri_set_query@Base 0.1 - ta_iri_set_scheme@Base 0.1 - ta_iri_set_user@Base 0.1 - ta_iri_to_string@Base 0.1 - ta_list_append@Base 0.1 - ta_list_count@Base 0.1 - ta_list_extend@Base 0.1 - ta_list_first@Base 0.1 - ta_list_free@Base 0.1 - ta_list_index@Base 0.1 - ta_list_insert@Base 0.1 - ta_list_item@Base 0.1 - ta_list_last@Base 0.1 - ta_list_len@Base 0.1 - ta_list_new@Base 0.1 - ta_list_remove@Base 0.1 - ta_list_reverse@Base 0.1 - ta_list_sort@Base 0.2.1 - ta_log_critical@Base 0.1 - ta_log_debug@Base 0.1 - ta_log_error@Base 0.1 - ta_log_get_date_format@Base 0.1 - ta_log_get_level@Base 0.1 - ta_log_get_use_colors@Base 0.1 - ta_log_info@Base 0.1 - ta_log_init@Base 0.1 - ta_log_new@Base 0.1 - ta_log_set_date_format@Base 0.1 - ta_log_set_handler@Base 0.1 - ta_log_set_level@Base 0.1 - ta_log_set_use_colors@Base 0.1 - ta_log_warn@Base 0.1 - ta_object_init@Base 0.1 - ta_object_ref@Base 0.1 - ta_object_unref@Base 0.1 - ta_pubsub_node_create@Base 0.1 - ta_pubsub_node_createv@Base 0.1 - ta_pubsub_node_delete@Base 0.1 - ta_pubsub_node_delete_item@Base 0.1 - ta_pubsub_node_items@Base 0.1 - ta_pubsub_node_publish_iks@Base 0.1 - ta_pubsub_node_publish_text@Base 0.1 - ta_pubsub_node_query_affiliations@Base 0.1 - ta_pubsub_node_query_info@Base 0.1 - ta_pubsub_node_query_nodes@Base 0.1 - ta_pubsub_node_query_subscriptions@Base 0.1 - ta_pubsub_node_subscribe@Base 0.1 - ta_pubsub_node_unsubscribe@Base 0.1 - ta_pubsub_query_affiliations@Base 0.1 - ta_pubsub_query_features@Base 0.1 - ta_srv_init@Base 0.2.2 - ta_srv_query_domain@Base 0.2.2 - ta_srv_target_get_class@Base 0.2.2 - ta_srv_target_get_host@Base 0.2.2 - ta_srv_target_get_port@Base 0.2.2 - ta_srv_target_get_priority@Base 0.2.2 - ta_srv_target_get_ttl@Base 0.2.2 - ta_srv_target_get_weight@Base 0.2.2 - ta_srv_target_init@Base 0.2.2 - ta_srv_target_new@Base 0.2.2 - ta_tag_get_authority@Base 0.1 - ta_tag_get_date@Base 0.1 - ta_tag_get_specific@Base 0.1 - ta_tag_init@Base 0.1 - ta_tag_new@Base 0.1 - ta_tag_set_authority@Base 0.1 - ta_tag_set_date@Base 0.1 - ta_tag_set_from_string@Base 0.1 - ta_tag_set_specific@Base 0.1 - ta_xmpp_client_connect@Base 0.1 - ta_xmpp_client_disconnect@Base 0.1 - ta_xmpp_client_event_connect@Base 0.1 - ta_xmpp_client_event_disconnect@Base 0.1 - ta_xmpp_client_get_error@Base 0.1 - ta_xmpp_client_get_filter@Base 0.1 - ta_xmpp_client_get_host@Base 0.1 - ta_xmpp_client_get_jid@Base 0.1 - ta_xmpp_client_get_logger@Base 0.1 - ta_xmpp_client_get_password@Base 0.1 - ta_xmpp_client_get_port@Base 0.1 - ta_xmpp_client_init@Base 0.1 - ta_xmpp_client_is_running@Base 0.1 - ta_xmpp_client_new@Base 0.1 - ta_xmpp_client_run@Base 0.1 - ta_xmpp_client_send@Base 0.1 - ta_xmpp_client_send_and_filter@Base 0.1 - ta_xmpp_client_set_host@Base 0.1 - ta_xmpp_client_set_jid@Base 0.1 - ta_xmpp_client_set_password@Base 0.1 - ta_xmpp_client_set_port@Base 0.1 diff -Nru taningia-0.2.2/debian/libtaningia0t64.dirs taningia-0.2.2/debian/libtaningia0t64.dirs --- taningia-0.2.2/debian/libtaningia0t64.dirs 1970-01-01 00:00:00.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0t64.dirs 2016-09-18 22:26:40.000000000 +0000 @@ -0,0 +1 @@ +usr/lib diff -Nru taningia-0.2.2/debian/libtaningia0t64.docs taningia-0.2.2/debian/libtaningia0t64.docs --- taningia-0.2.2/debian/libtaningia0t64.docs 1970-01-01 00:00:00.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0t64.docs 2016-09-18 22:26:40.000000000 +0000 @@ -0,0 +1 @@ +TODO diff -Nru taningia-0.2.2/debian/libtaningia0t64.install taningia-0.2.2/debian/libtaningia0t64.install --- taningia-0.2.2/debian/libtaningia0t64.install 1970-01-01 00:00:00.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0t64.install 2016-09-18 22:26:40.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff -Nru taningia-0.2.2/debian/libtaningia0t64.lintian-overrides taningia-0.2.2/debian/libtaningia0t64.lintian-overrides --- taningia-0.2.2/debian/libtaningia0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0t64.lintian-overrides 2024-02-04 08:10:55.000000000 +0000 @@ -0,0 +1 @@ +libtaningia0t64: package-name-doesnt-match-sonames libtaningia0 diff -Nru taningia-0.2.2/debian/libtaningia0t64.symbols taningia-0.2.2/debian/libtaningia0t64.symbols --- taningia-0.2.2/debian/libtaningia0t64.symbols 1970-01-01 00:00:00.000000000 +0000 +++ taningia-0.2.2/debian/libtaningia0t64.symbols 2024-02-04 08:10:55.000000000 +0000 @@ -0,0 +1,259 @@ +libtaningia.so.0 libtaningia0t64 #MINVER# + hash_string@Base 0.1 + hashtable_close@Base 0.1 + hashtable_create@Base 0.1 + hashtable_del@Base 0.1 + hashtable_destroy@Base 0.1 + hashtable_get@Base 0.1 + hashtable_get_test@Base 0.1 + hashtable_init@Base 0.1 + hashtable_iter@Base 0.1 + hashtable_iter_key@Base 0.1 + hashtable_iter_next@Base 0.1 + hashtable_iter_value@Base 0.1 + hashtable_set@Base 0.1 + string_equal@Base 0.1 + ta_atom_category_get_label@Base 0.1 + ta_atom_category_get_scheme@Base 0.1 + ta_atom_category_get_term@Base 0.1 + ta_atom_category_init@Base 0.1 + ta_atom_category_new@Base 0.1 + ta_atom_category_set_label@Base 0.1 + ta_atom_category_set_scheme@Base 0.1 + ta_atom_category_set_term@Base 0.1 + ta_atom_category_to_iks@Base 0.1 + ta_atom_category_to_string@Base 0.1 + ta_atom_content_get_content@Base 0.1 + ta_atom_content_get_src@Base 0.1 + ta_atom_content_get_type@Base 0.1 + ta_atom_content_init@Base 0.1 + ta_atom_content_new@Base 0.1 + ta_atom_content_set_content@Base 0.1 + ta_atom_content_set_src@Base 0.1 + ta_atom_content_set_type@Base 0.1 + ta_atom_content_to_iks@Base 0.1 + ta_atom_content_to_string@Base 0.1 + ta_atom_entry_add_author@Base 0.1 + ta_atom_entry_add_category@Base 0.1 + ta_atom_entry_add_inreplyto@Base 0.1 + ta_atom_entry_add_link@Base 0.1 + ta_atom_entry_add_see@Base 0.1 + ta_atom_entry_del_authors@Base 0.1 + ta_atom_entry_del_categories@Base 0.1 + ta_atom_entry_del_inreplyto@Base 0.1 + ta_atom_entry_del_links@Base 0.1 + ta_atom_entry_del_see@Base 0.1 + ta_atom_entry_get_authors@Base 0.1 + ta_atom_entry_get_categories@Base 0.1 + ta_atom_entry_get_content@Base 0.1 + ta_atom_entry_get_error@Base 0.1 + ta_atom_entry_get_id@Base 0.1 + ta_atom_entry_get_inreplyto@Base 0.1 + ta_atom_entry_get_links@Base 0.1 + ta_atom_entry_get_published@Base 0.1 + ta_atom_entry_get_rights@Base 0.1 + ta_atom_entry_get_see@Base 0.1 + ta_atom_entry_get_summary@Base 0.1 + ta_atom_entry_get_title@Base 0.1 + ta_atom_entry_get_updated@Base 0.1 + ta_atom_entry_init@Base 0.1 + ta_atom_entry_new@Base 0.1 + ta_atom_entry_set_content@Base 0.1 + ta_atom_entry_set_from_file@Base 0.1 + ta_atom_entry_set_from_iks@Base 0.1 + ta_atom_entry_set_id@Base 0.1 + ta_atom_entry_set_published@Base 0.1 + ta_atom_entry_set_rights@Base 0.1 + ta_atom_entry_set_summary@Base 0.1 + ta_atom_entry_set_title@Base 0.1 + ta_atom_entry_set_updated@Base 0.1 + ta_atom_entry_to_file@Base 0.1 + ta_atom_entry_to_iks@Base 0.1 + ta_atom_entry_to_string@Base 0.1 + ta_atom_feed_add_author@Base 0.1 + ta_atom_feed_add_category@Base 0.1 + ta_atom_feed_add_entry@Base 0.1 + ta_atom_feed_add_link@Base 0.1 + ta_atom_feed_del_authors@Base 0.1 + ta_atom_feed_del_categories@Base 0.1 + ta_atom_feed_del_entries@Base 0.1 + ta_atom_feed_del_links@Base 0.1 + ta_atom_feed_get_authors@Base 0.1 + ta_atom_feed_get_categories@Base 0.1 + ta_atom_feed_get_entries@Base 0.1 + ta_atom_feed_get_error@Base 0.1 + ta_atom_feed_get_id@Base 0.1 + ta_atom_feed_get_links@Base 0.1 + ta_atom_feed_get_title@Base 0.1 + ta_atom_feed_get_updated@Base 0.1 + ta_atom_feed_init@Base 0.1 + ta_atom_feed_new@Base 0.1 + ta_atom_feed_set_from_file@Base 0.1 + ta_atom_feed_set_from_iks@Base 0.1 + ta_atom_feed_set_id@Base 0.1 + ta_atom_feed_set_title@Base 0.1 + ta_atom_feed_set_updated@Base 0.1 + ta_atom_feed_to_file@Base 0.1 + ta_atom_feed_to_iks@Base 0.1 + ta_atom_feed_to_string@Base 0.1 + ta_atom_in_reply_to_get_href@Base 0.1 + ta_atom_in_reply_to_get_ref@Base 0.1 + ta_atom_in_reply_to_get_source@Base 0.1 + ta_atom_in_reply_to_get_type@Base 0.1 + ta_atom_in_reply_to_init@Base 0.1 + ta_atom_in_reply_to_new@Base 0.1 + ta_atom_in_reply_to_set_href@Base 0.1 + ta_atom_in_reply_to_set_ref@Base 0.1 + ta_atom_in_reply_to_set_source@Base 0.1 + ta_atom_in_reply_to_set_type@Base 0.1 + ta_atom_in_reply_to_to_iks@Base 0.1 + ta_atom_in_reply_to_to_string@Base 0.1 + ta_atom_link_get_href@Base 0.1 + ta_atom_link_get_length@Base 0.1 + ta_atom_link_get_rel@Base 0.1 + ta_atom_link_get_title@Base 0.1 + ta_atom_link_get_type@Base 0.1 + ta_atom_link_init@Base 0.1 + ta_atom_link_new@Base 0.1 + ta_atom_link_set_href@Base 0.1 + ta_atom_link_set_length@Base 0.1 + ta_atom_link_set_rel@Base 0.1 + ta_atom_link_set_title@Base 0.1 + ta_atom_link_set_type@Base 0.1 + ta_atom_link_to_iks@Base 0.1 + ta_atom_link_to_string@Base 0.1 + ta_atom_person_add_see@Base 0.1 + ta_atom_person_del_see@Base 0.1 + ta_atom_person_get_email@Base 0.1 + ta_atom_person_get_iri@Base 0.1 + ta_atom_person_get_name@Base 0.1 + ta_atom_person_get_see@Base 0.1 + ta_atom_person_init@Base 0.1 + ta_atom_person_new@Base 0.1 + ta_atom_person_set_email@Base 0.1 + ta_atom_person_set_iri@Base 0.1 + ta_atom_person_set_name@Base 0.1 + ta_atom_person_to_iks@Base 0.1 + ta_atom_person_to_string@Base 0.1 + ta_atom_simple_element_get_name@Base 0.1 + ta_atom_simple_element_get_value@Base 0.1 + ta_atom_simple_element_init@Base 0.1 + ta_atom_simple_element_new@Base 0.1 + ta_atom_simple_element_set_name@Base 0.1 + ta_atom_simple_element_set_value@Base 0.1 + ta_atom_simple_element_to_iks@Base 0.1 + ta_atom_simple_element_to_string@Base 0.1 + ta_error_get_code@Base 0.1 + ta_error_get_message@Base 0.1 + ta_error_get_name@Base 0.1 + ta_error_init@Base 0.1 + ta_error_new@Base 0.1 + ta_error_set_code@Base 0.1 + ta_error_set_full@Base 0.1 + ta_error_set_message@Base 0.1 + ta_error_set_name@Base 0.1 + ta_iri_get_error@Base 0.1 + ta_iri_get_fragment@Base 0.1 + ta_iri_get_host@Base 0.1 + ta_iri_get_path@Base 0.1 + ta_iri_get_port@Base 0.1 + ta_iri_get_query@Base 0.1 + ta_iri_get_scheme@Base 0.1 + ta_iri_get_user@Base 0.1 + ta_iri_init@Base 0.1 + ta_iri_new@Base 0.1 + ta_iri_set_fragment@Base 0.1 + ta_iri_set_from_string@Base 0.1 + ta_iri_set_host@Base 0.1 + ta_iri_set_path@Base 0.1 + ta_iri_set_port@Base 0.1 + ta_iri_set_query@Base 0.1 + ta_iri_set_scheme@Base 0.1 + ta_iri_set_user@Base 0.1 + ta_iri_to_string@Base 0.1 + ta_list_append@Base 0.1 + ta_list_count@Base 0.1 + ta_list_extend@Base 0.1 + ta_list_first@Base 0.1 + ta_list_free@Base 0.1 + ta_list_index@Base 0.1 + ta_list_insert@Base 0.1 + ta_list_item@Base 0.1 + ta_list_last@Base 0.1 + ta_list_len@Base 0.1 + ta_list_new@Base 0.1 + ta_list_remove@Base 0.1 + ta_list_reverse@Base 0.1 + ta_list_sort@Base 0.2.1 + ta_log_critical@Base 0.1 + ta_log_debug@Base 0.1 + ta_log_error@Base 0.1 + ta_log_get_date_format@Base 0.1 + ta_log_get_level@Base 0.1 + ta_log_get_use_colors@Base 0.1 + ta_log_info@Base 0.1 + ta_log_init@Base 0.1 + ta_log_new@Base 0.1 + ta_log_set_date_format@Base 0.1 + ta_log_set_handler@Base 0.1 + ta_log_set_level@Base 0.1 + ta_log_set_use_colors@Base 0.1 + ta_log_warn@Base 0.1 + ta_object_init@Base 0.1 + ta_object_ref@Base 0.1 + ta_object_unref@Base 0.1 + ta_pubsub_node_create@Base 0.1 + ta_pubsub_node_createv@Base 0.1 + ta_pubsub_node_delete@Base 0.1 + ta_pubsub_node_delete_item@Base 0.1 + ta_pubsub_node_items@Base 0.1 + ta_pubsub_node_publish_iks@Base 0.1 + ta_pubsub_node_publish_text@Base 0.1 + ta_pubsub_node_query_affiliations@Base 0.1 + ta_pubsub_node_query_info@Base 0.1 + ta_pubsub_node_query_nodes@Base 0.1 + ta_pubsub_node_query_subscriptions@Base 0.1 + ta_pubsub_node_subscribe@Base 0.1 + ta_pubsub_node_unsubscribe@Base 0.1 + ta_pubsub_query_affiliations@Base 0.1 + ta_pubsub_query_features@Base 0.1 + ta_srv_init@Base 0.2.2 + ta_srv_query_domain@Base 0.2.2 + ta_srv_target_get_class@Base 0.2.2 + ta_srv_target_get_host@Base 0.2.2 + ta_srv_target_get_port@Base 0.2.2 + ta_srv_target_get_priority@Base 0.2.2 + ta_srv_target_get_ttl@Base 0.2.2 + ta_srv_target_get_weight@Base 0.2.2 + ta_srv_target_init@Base 0.2.2 + ta_srv_target_new@Base 0.2.2 + ta_tag_get_authority@Base 0.1 + ta_tag_get_date@Base 0.1 + ta_tag_get_specific@Base 0.1 + ta_tag_init@Base 0.1 + ta_tag_new@Base 0.1 + ta_tag_set_authority@Base 0.1 + ta_tag_set_date@Base 0.1 + ta_tag_set_from_string@Base 0.1 + ta_tag_set_specific@Base 0.1 + ta_xmpp_client_connect@Base 0.1 + ta_xmpp_client_disconnect@Base 0.1 + ta_xmpp_client_event_connect@Base 0.1 + ta_xmpp_client_event_disconnect@Base 0.1 + ta_xmpp_client_get_error@Base 0.1 + ta_xmpp_client_get_filter@Base 0.1 + ta_xmpp_client_get_host@Base 0.1 + ta_xmpp_client_get_jid@Base 0.1 + ta_xmpp_client_get_logger@Base 0.1 + ta_xmpp_client_get_password@Base 0.1 + ta_xmpp_client_get_port@Base 0.1 + ta_xmpp_client_init@Base 0.1 + ta_xmpp_client_is_running@Base 0.1 + ta_xmpp_client_new@Base 0.1 + ta_xmpp_client_run@Base 0.1 + ta_xmpp_client_send@Base 0.1 + ta_xmpp_client_send_and_filter@Base 0.1 + ta_xmpp_client_set_host@Base 0.1 + ta_xmpp_client_set_jid@Base 0.1 + ta_xmpp_client_set_password@Base 0.1 + ta_xmpp_client_set_port@Base 0.1