libstrophe-devel-0.11.0-bp154.1.20 >  A bx[!M@eee.oa>3EيjnAژtEX(r£`:Jji\GnmD(1G.GST>y8@8rkvM!dRSpX^}1[ܴɨB;8l4<ԬT&<*c&RNfcP>J?tG9֠DK&S*H>efe  4 MwjNIO0UƗGĹ.?903e88cc78de3b787b2c486c03cd7759811dfb2dac9617574fb11176fde392c2550b2b6c713384900c7886e3c61f487022ee33ab1/̉bx[!M@eee( %\/ //Y|FU;AEVOdnR*YL跆/D_渿s,'Z[c r]ۛ-)hSLPq l1 q $]:ȶnm?"tlIZ"6}JpR ,A '5JCK)iɢ(Ke'n8ik!cZ!DFswYu?RX j߉BO\>p>?d % Ftx  (4 : @ L  8DP(v89:FG,H8IDXHYT\]^bcdefluv wHxTy`zpClibstrophe-devel0.11.0bp154.1.20Development files for libstropheDevelopment files and headers for libstrophebxMlamb58M&SUSE Linux Enterprise 15 SP4openSUSEGPL-3.0-or-later OR MIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://strophe.im/libstrophe/linuxx86_64KObxLbxLbxL90575d70c0661b4651948bd1f4eabc24d76ac7f91cad514b97dae5cbd0d2eba29ed546d4df77d3a11f6c40189998c5c7f758981ad8b06a4c1cf241eae588907alibstrophe.so.0.0.0rootrootrootrootrootrootlibstrophe-0.11.0-bp154.1.20.src.rpmlibstrophe-devellibstrophe-devel(x86-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.7lamb58 16520876290.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-libstrophecpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filePRRRB1>utf-8b05885260c82e1293bebec1526ed98c3b648de672436c7cff5df2d7aa0219927? 7zXZ !t/O[] crv(vX0* y[v8rߧֹw JC yh⅒VWWK#T'-b碒hzfn)ǿOҸaΩڌ'"o)NVA‹!,qXRdn/IH;8m)8^UQ-yP!Qh"R `~u| %r@p"-Ӹ\ǰC(?*2Kl3-*=_)O r6V>7ajl)q?QDĞ#Eb&Z)&6AbjV ,;~ٓ4W3t|D('eyڂNzYVG#ssi|M؅Iͬ9PR 6Zb[t8˯4Hua0m)ctAml(P2b{15^V1^C~z"{po'_˩eԤ~h&Ը!1&i[A5z@C|xE=Ғn#d:Z53gCW~ᮌE g@pؿ0=IA4wHcT@dJ)Q5V!,/T02۰%!<]|ЖVrHN-+q9pI; wN 4&O1Y!aQ[ Si{6K;q g,2N:ݬ2Ȏ}9tT~ 8;:Ơ-3<|0{, KknD.-1%">ajq^q[#W->_42%xzc<D|>JТdǔ3oPw5t|ˤ%}R~}*9T6$!H;2HOn1#t7P*ˡ4i$ }b^V~-s"@p`nU+O0 Wja+~gVOcW uO[ukE\B^Q/.1٨ָ09[Ί䱏r.b;h4z43EoiU89*AN-{ĩ k{ *E5/#hv|>`d_ )Fb91/ox(x(nr}Bi3;Fp Y:GV݁>H7D8),WY&(]a* %6HJܟw8\Uf~A9iz"% 56Q 礔Ytj]m<,~qzΨn$fN *;4&ٹK;wc )`@lw_^P.k &! w-(A<#wXOCfc`|6LRQ< hM?O=»$ j܋PL"ew{(G3%P,TSFW#Z\lWHcYY6RY*\3Vθ _TɖeM6ӿZ?ɦkd,5JqbX\sӺ!aa4l`bAyCVާZ_v;W9C3ƌybx_Ep*>0h%Hnf ^os:OlV|來[,"_K !bb4eAS䎘!M6;!DW7N{$KG=]c|kO cc[KGY \T%Rׄƻ#B{d:\Kg %u訑ȐذT q$,N+}?f8q :G]Lgd 2@}UsUaki\3m;h \,G]VEK%֏]M n2 CN:`]9.}߫6#>ܼ +nAԴ+@ +تi L}a?QE}^$j(1p$1Gs^Ԅ-VNJ'38MyP`A'`$`Luޛ2o)L l.N} ɑo֦\Fqu@9k~X ="!Ej ^I3/3 ٬0u$&wF+U7.r/1hqAS`hFT9/x%ڕ7 . kjj+cTEU)>Te2 8 0$UO ^Re{ (FKzݖS3Þ)Q%XR(ˀ \䭵7V%gBYBK=r.Pm zWdyW֕{hYjQG7kveB0VBtP0opew!wq)jDS4g_6lk3\w9 I+sa..<ljJZ1w̗^T֞$B̂wRy #%/~[ٴ3~Ҏ{c@ߺ^({FNp bci*Ah/f-?9#)FBR4~`? `tg% Sĩ3M1HYui9: tM$QO'HZբ[T쭞?HJ|gd/œ~Qq!%R?}BXnkKʗQ"~ahxN+diluyFj j<$<;:E;4+^|2HV[,O$rA9wy%>_b9zԐ9<.S^[0Ţ-̰^$sZ79ɪ j Κ gr;, ֨M(*uGɪr®-꤮$%VZ1 oO fN׎Gbm{z?dұMh]H1 5ٯ0w. T4}D%.X/ rFI|0p|y-P!niY؎48N:<O\bSW^֗ScxC6W=~q{Ț˧KĖXeZ؍ 4"%բmAuR73VRQYLn A+4(+[X BXC SyF@1oqxsb}lŠЊnԮIhfujON,JS5wo}Fs l?t=v -rpqGv9?:JK R \܄XfXKֻAzLP.G5):&x$u> ]%EI|pCBQ^T'oG*PYPp-&> 2;M^O7\^;,SH 矧#& U-PVھy[@dKu:E!"M3jShMR*2iT kk^֒\x!PmK#0$``KNʋ`[F3a҈'fr;*"δ1Phv\<&Ӭ \TGז@`.sVP̧hsi8R?2 rŹ.&T~ ͽ{%W(VV~ԝ\*T66=ܚzOF[aϱ2N02LwOPOZu6R]l.-.ގZ5>>7r#ܞȶ YZ