The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.0024

  • Fixed a bug where no flag children were being put into the XML string. (ie. <remove/> for iq:register). Ooops.
  • Ok... found a really stupid module scoping problem. If Protocol.pm is used before say Dialback.pm, then Protocol cannot call new from Dialback to make a packet. Moved use Protocol; to the last thing in import().
  • Callback now checks if you have a callback defined for a packet, or if you were waiting for a packet via SendAndReceiveWithID. Might make some things faster.
  • Fixed mistake in DefineNamespace where it copied too many things into the hash.

Modules

Jabber Perl Library
Jabber Client Library
Jabber Component Library
Jabber Data Library
Jabber Debug Library
Jabber Dialback Module
Jabber Dialback Result Module
Jabber Dialback Verify Module
Jabber Info/Query Library
Jabber JID Module
Jabber Key Library
Jabber Log Module
Jabber Message Module
In depth discussion on how namespaces are handled
Jabber Presence Module
Jabber Protocol Library
Jabber Query Library
Jabber Server Library
Jabber X Module
Jabber XDB Library