After upgrading to emacs 24.4.1 I've got error
File error: Cannot open load file, no such file or directory, jabber-autoloads
Although the package jabber.el is marked as installed and jabber-autoloads.el is located in corresponding directory inside elpa folder.
I've tried both (require 'jabber-autoloads) and (load "jabber-autoloads") in init.el - the result is the same.