libstrophe-devel-0.11.0-bp154.1.20 >  A bx"!M@eeeLl۵ϲu;$RcM6ls4m+B5_hH;t ͼFT+Yrs>1}sgPlp>?d % Ftx $,8 > D P  <HX(~89:F!G8HDIPXTY`\]^bcdef l u v,wTx`ylz|Clibstrophe-devel0.11.0bp154.1.20Development files for libstropheDevelopment files and headers for libstrophebxobs-arm-11M&SUSE Linux Enterprise 15 SP4openSUSEGPL-3.0-or-later OR MIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://strophe.im/libstrophe/linuxaarch64KObxbxbx90575d70c0661b4651948bd1f4eabc24d76ac7f91cad514b97dae5cbd0d2eba29ed546d4df77d3a11f6c40189998c5c7f758981ad8b06a4c1cf241eae588907alibstrophe.so.0.0.0rootrootrootrootrootrootlibstrophe-0.11.0-bp154.1.20.src.rpmlibstrophe-devellibstrophe-devel(aarch-64)pkgconfig(libstrophe)@@@    /usr/bin/pkg-configlibstrophe0pkgconfig(libxml-2.0)pkgconfig(openssl)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.11.03.0.4-14.6.0-14.0-15.2-14.14.3az_@_a@]nZSWWڍ@WMichael Vetter Michael Vetter Michael Vetter mvetter@suse.commvetter@suse.commvetter@suse.commvetter@suse.comcfarrell@suse.comg.bluehut@gmail.comg.bluehut@gmail.comg.bluehut@gmail.comg.bluehut@gmail.comg.bluehut@gmail.comdmacvicar@suse.de- Update to 0.11.0: * SASL EXTERNAL support (XEP-0178) * Client certificate can be provided for TLS negotiation. If the certificate contains a single xmppAddr and JID is not provided with xmpp_conn_set_jid(), the xmppAddr is chosen as JID * element contains "from" attribute over TLS connections now * GnuTLS can be selected optionally with configure script * Support for manual certificate verification * New API: + xmpp_conn_set_client_cert() + xmpp_conn_cert_xmppaddr_num() + xmpp_conn_cert_xmppaddr() + xmpp_conn_set_cafile() + xmpp_conn_set_capath() + xmpp_conn_set_certfail_handler() + xmpp_conn_get_peer_cert() + xmpp_tlscert_get_ctx() + xmpp_tlscert_get_conn() + xmpp_tlscert_get_pem() + xmpp_tlscert_get_dnsname() + xmpp_tlscert_get_string() + xmpp_tlscert_get_description() + xmpp_tlscert_free()- Update to 0.10.1: * Fixed compilation error when LibreSSL is used * Fixed crash when NULL is provided as password- Update to 0.10.0: * Coding style has been unified * SCRAM-SHA-256 and SCRAM-SHA-512 support * c-ares support * LibreSSL support * Introduced global timed handlers that fire periodically regardless of connections status, such a handler can be used to implement deferred re-connection * examples/register implements XEP-0077 * Fixed issue with IPv6 on Windows (#153) * Improved portability across systems such as Haiku, Windows * New API: - xmpp_stanza_get_child_by_name_and_ns() - xmpp_conn_is_connecting() - xmpp_conn_is_connected() - xmpp_conn_is_disconnected() - xmpp_stanza_new_from_string() - xmpp_stanza_add_child_ex() - xmpp_stanza_get_context() - xmpp_stanza_reply_error() - xmpp_global_timed_handler_add() - xmpp_global_timed_handler_delete()- Update 0.9.3: * PLAIN mechanism is used only when no other mechanisms are supported * Legacy authentication is disabled by default, can be enabled with connection flag XMPP_CONN_FLAG_LEGACY_AUTH * Session is not established if it is optional * Fixed a bug causing a reused connection not to cleanup properly * Improved debug logging in OpenSSL module * Few memory leaks fixed- Update to 0.9.2: * OpenSSL tls module verifies certificate by default. Set flag XMPP_CONN_FLAG_TRUST_TLS to ignore result of the verification * Certificate hostname verification is forced for openssl-1.0.2 and newer * OpenSSL tls module disables insecure SSLv2 SSLv3 and TLSv1 * Support of handlers with the same callback function, but different userdata * System handlers are deleted on xmpp_conn_t reconnection. Old system handlers could cause problems * Default timeout for xmpp_run() is increased from 1 millisecond to 1 second in order to reduce CPU consumption * Reduced memory usage in expat module * New functions: xmpp_ctx_set_timeout(), xmpp_sha1_digest()- Update to 0.9.1: * Fixed bug #95 (DNS lookup failing on Cygwin) * Removed dependency on the check package- 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() * xmpp_iq_new() * xmpp_presence_new() Exposed private API: * xmpp_jid_new() * xmpp_jid_bare() * xmpp_jid_node() * xmpp_jid_domain() * xmpp_jid_resource() * xmpp_stanza_get_attribute_count() * xmpp_stanza_get_attributes()- Update to 0.8.8: * XML namespace support * XEP-0114 support * Bugfixes- license update: GPL-3.0+ or MIT Package is dual licensed- Use variable instead of name for library package- Define URL to source instead of only relying on local one- Let rpm handle the detection of libxml2, remove requires libxml2- Add lib subpackage- Run spec-cleaner- initial package for 0.8.7obs-arm-11 16520911630.11.0-bp154.1.200.11.0-bp154.1.200.11.0strophe.hlibstrophe.solibstrophe.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/22dfb3b1c79b1a17badd302dd8a7eba5-libstrophecpioxz5aarch64-suse-linuxC source, ASCII textpkgconfig filePRRR-9ܛNF[rUKutf-8a3f73230aac4715dab515172ecdabcd5c385e5b571736cd3dc6787c2a848fd8f? 7zXZ !t/O[] crv(vX0*v$!QA,"q`0!;2w.k7c4%oGunّp@  UoI'9ލ(ɒN5.};BpêVƧӎlof[o88DxF)8[{36} |eF͡[ Bs80{/ak=yDĂˆ`,ͭ^& vD \Y) S^i Wٜ:P5=sH '.j9 &9?Y7H9o9Ba&*w 9,p1V*p}ؕd-+N >!Fu;狔DŽ Wca/H"J0ʳRic2Lچd(}<>ڴ\fٌX79S RGPk7&}ɾj/E?yYeF&cJK(w po[s <&=7{1l]VXkإ~8MIxukc HI_=( S7 M:c_4ۮy5 Btt{$sokMٽ n<&mQ;Agpp?nz!)K˨{)3[8tg#@| =@|2 %;u]N}w*u}%UNi# 0%(5iƥHyM,ᬫWbşخmVH<Ñ"/RWGG\$ @xxWnT<#@/$^[fk (?4$¨TZW wjC_5 jHOqI&Pgҝ$-a O{4Qmڭڅ٪p9zq RYD*0[r=7:l;M~8/B]s]o溥Cǻ tI2؃MPNÞjk~a g˪67*MN)p?|~G&c=|:҉eV՛h!j6q94`N|D!@:Q{^)H0p$J T8BTR V!̇[Yq[Wj ~ku}HP|S:D&OIg\?:# `|H#]JKBp=%ml?=-ĸ o %cpQ>> p1X$^&fCx f`'4(Z,KUmx/)am}70 0͡ձfH|S Ov?L-] Tѱ+ sU" 'FK"'&m|fZe[ϊ3ōR]Š1poP :H~YڢTL)9QJ3К]^U`V0 qi;6vy@';RzcY)y&:$.(׃a'1nuHx&}t_Z40 {;01Qt3RK&$:4E2y 'n3 §@Ù\4y5!{>L6\'ǧCB[ԼcRGoa롶{f}3 ;A:P?twܨƦ׋]ü?/WmVĚǘDYEڻ]O:D5 ֻ&Xf$Vt٤JO)Wf4 )|e_@b?%;MZEQ+v׫0P`g5N~diH25%LA\,,om4εicZCNcG{fq%J˘`Ξ4\9Kp(: #'U/YRXXu^q^;nNd[e4ۅnEi=;sԵ%WY F듼Q\$}&82ܰ t 5‘C@54GEpGG|Ʉɢ@X*15߁E/{J;;dduXɕ0~zW^gJE˜(C&*͟31 eyUH '<r`G1Ƒ$b%Ot+ȶѼ14;p1,ٰ&Nm?ЭLs(@j"*1+qDW'=a4l`"z)N1kcVӷmCS8~G] s в.T[=l%zNKB [a^OVV>6d^K LЋ' "rS~_~hNKB:{p.#:܀{TmԱ0n3_N\rlOtzg=Z PV8~-W͍tǀϲujRi B?HEXjvZ*?Q?N5~ӗRVzgײ…KvQS_,`/mWwX/K:;z[ x!$)H,YkP|!ڔ ;p]*%t]@1p䄝{Aa9YQp TdJV??_2(lT;>us*`z.byw@Jj:}:I@b4evE#g$Mhde OqL:"6לWT5 + x[a)iKĬxd3W3 V)YX+~@VA5Lv>i >ϺupBKO3OK@N~ \{ě 63Ĩǘ+xLI΃!ATTp[S_[g(`Mbr[YhD:{R=ql=Irޮu[7:$ ] PZM1.0긾?1$9O\!<㲓%&cLza#S;ѧ-Gg+2 h_s {uQIBv$K=c'#>@]gÆx!r`SݠQ;5lrT<_$Tz*҆e6"=RGC'C“rvr,n댔@?ֱp|qve~a^|:K3̭% F*%I>$EުuPazPuS~gZVWCjWkұ)B`GHLBuՏ8)N=#ܞȶ YZ