AnyEvent-XMPP
view release on metacpan or search on metacpan
0.5 Mon Mar 16 21:13:13 CET 2009
- added patch for Ext::Pubsub.
- melo fixed some memleaks.
- fixed another long time memleak in the parser.
0.4 Sun Feb 15 22:59:38 CET 2009
- added a $dont_retrieve_vcard to ::Ext::VCard, to
prevent retrieval when session_ready event comes.
- implemented support for old-style (tcp port 5223) SSL connections,
use the old_style_ssl option for ::Connection to enable TLS handshaking
upon TCP connect.
- added $message argument to subscription related events. the contents
comes from the <status> elements in the presence stanza.
- made special contact for keeping track of the presences of our own
resources. See ::IM::Roster::get_own_contact() and ::IM::Contact::is_me().
- minor fixes in ::Ext::MUC.
- added 'stream_version_override' parameter to ::Connection, mostly
for testing purposes with ejabberd (to enforce old-jabber-style
authentication).
- partially reversed a patch w.r.t. hostname usage for SASL mechanism.
A flag 'use_host_as_sasl_hostname' is provided for giving the hostname
to SASL.
- rewrote AnyEvent::XMPP::Ext::MUC a bit and made the API more sane.
for example: join_room doesn't take a callback anymore.
- added more C<disco_feature> methods to the extensions, so that
they can be registered to an ::Ext::Disco extension to display
support for certain features.
- xmpp_datetime_as_timestamp fixed w.r.t. UTC based timestamps.
- added possibility to override iq_xml events, and documented
how to overtake handling of message, presence and iq stanzas.
- added patch from Pedro Melo to give stanzas sent by a ::Component
the right namespace.
- added patch from Pedro Melo to fix passing of the host in ::Component.
0.3 Mon Jan 28 23:00:58 CET 2009
- fixed a bug in disconnect error reporting.
- fixed bad parameter passing of AnyEvent::XMPP::Client to
AnyEvent::XMPP::IM::Account, also 'host' is used for overriding
the destination host now (and not 'domain', as it was in version
0.2).
- half fixed RT #42194 (Domain vs. host and GSSAPI),
passing the hostname specified by 'host' for ::Connection to
Authen::SASL's client_new method.
- fixed bug in ::XMPP::Client where remove_account didn't work
as expected (and set_accounts).
0.2 Sun Dec 28 15:09:25 CET 2008
- Using the better tested AnyEvent::Handle and
AnyEvent::Socket for DNS resolution, TCP connect and TLS now.
- override_host and override_port have been removed.
- weird DNS SRV handling and comments have been removed.
- removed blocked_write option and drain function, send_buffer_empty event
should be used. blocking behaviour should be emulated with send_buffer_empty
at the toplevel of the program.
- improved message tracking api in ::IM::Account
- added added_account/removed_account events to ::Client
- added set_accounts() function to ::Client
- removed unneccessary sample (devcl)
- renamed module from Net::XMPP2 to AnyEvent::XMPP
- minor additions to ::Ext::Pubsub.
0.14 Fri Aug 1 12:13:11 CEST 2008
- NOTICE: This is the last release of this module under the name
Net::XMPP2. All further releases will be done under the name
AnyEvent::XMPP!
- applied fixes from git://github.com/melo/net--xmpp2.git
branch component-reply-with-from.
- fixed small bug in simple_component.
- fixed a debugging bug in the drain method of SimpleConnection,
where the written data wasn't passed to the debugging events.
- improved the documentation a bit and fixed typos.
0.13 Tue Apr 15 13:07:02 CEST 2008
- added a 'send_buffer_empty' event, to be able to wait
for an empty send buffer. and also the C<drain> method, which
will block until the send buffer is empty. also added a C<blocking_write>
option for L<Net::XMPP2::Connection>.
- added a default handler to L<Net::XMPP2::Parser> which
recognizes and stores CDATA now correctly, so that it can
be retrieved from the nodes structure by the C<as_string> method
of L<Net::XMPP2::Node> correctly.
0.12 Fri Apr 11 16:30:40 CEST 2008
- API CHANGE: The C<connect> method of L<Net::XMPP2::SimpleConnection>
and thus L<Net::XMPP2::Connection> is now non-blocking!
IMPORTANT: Please revisit your connection code and adjust accordingly!
- improved the documentation w.r.t. event callback arguments a bit
- improved the documentation of the send_iq method of Net::XMPP2::Connection
- added samples/display_my_avatar
- added support for XEP-0054 (vCard) and added a test for it (z_07_vcard.t)
- replaced the big and unmaintainable MUC test by some smaller
tests.
- fixed a bug with disconnect event propagation by Net::XMPP2::Client
- added a connect_timeout argument to Net::XMPP2::Connection and
added an interface for setting it to ::SimpleConnection.
- fixed a serious bug in the split_jid regex, and added a test for
split_jid
- fixed a few connection error bugs in Net::XMPP2::Client and the
SimpleConnection class.
0.11 Fri Mar 21 03:00:58 CET 2008
- tweaked tests a bit
- and added use strict to some modules
- fixed a small oversight in Ext::Version w.r.t. to 'use strict'
- added the pod-coverage test
- added some more MUC functions (Net::XMPP2::Ext::MUC::Room::get_users)
- added nickcollision callback
- fixed some errors in the documentation
- added a xmpp_datetime_as_timestamp utility function
- fixed a minor documentation bug in Net::XMPP2::Client
- removed the init method from the public interface and made
the stream initiation implicit on connect.
0.10 Wed Dec 12 15:38:58 CET 2007
- implemented conversation/chat session tracking,
see Net::XMPP2::Client::send_message and
Net::XMPP2::IM::Account::send_tracked_message.
- fixed a race condition with the account adding routine
of Net::XMPP2::Client.
( run in 0.904 second using v1.01-cache-2.11-cpan-39bf76dae61 )