~ubuntu-branches/ubuntu/trusty/ejabberd/trusty-proposed

« back to all changes in this revision

Viewing changes to src/ejabberd_auth_external.erl

  • Committer: Bazaar Package Importer
  • Author(s): Konstantin Khomoutov, Konstantin Khomoutov
  • Date: 2010-08-03 19:55:25 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100803195525-dix2icz1w2fkew0n
Tags: 2.1.5-1
[ Konstantin Khomoutov ]
* New upstream release.
* Remove obsolete erlang-otp-r14-ssl.patch
* Refresh patches: reopen-log.patch, shared_roster_online.patch
  shared_roster_recent.patch
* Bump standards version to 3.9.0.
* Remove COPYING file installed by upstream Makefile
* Remove autogenerated src/ejabberd.init
* Add upstream patch fixing EJAB-1284 (closes: #591431).

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
    case get_mod_last_enabled(Server) of
291
291
        mod_last -> mod_last:get_last_info(User, Server);
292
292
        mod_last_odbc -> mod_last_odbc:get_last_info(User, Server);
293
 
        mod_mod_last -> mod_last_required
 
293
        no_mod_last -> mod_last_required
294
294
    end.
295
295
 
296
296
%% @spec (Server) -> mod_last | mod_last_odbc | no_mod_last