~ubuntu-branches/ubuntu/utopic/ejabberd/utopic

« back to all changes in this revision

Viewing changes to src/ejabberd_auth_anonymous.erl

  • Committer: Bazaar Package Importer
  • Author(s): Konstantin Khomoutov, Konstantin Khomoutov
  • Date: 2011-10-03 20:27:12 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20111003202712-w9071rc7vleldxwx
Tags: 2.1.9-1
[ Konstantin Khomoutov ]
* New upstream release.
* Remove obsoleted version.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
         is_user_exists/2,
52
52
         remove_user/2,
53
53
         remove_user/3,
 
54
         store_type/0,
54
55
         plain_password_required/0]).
55
56
 
56
57
-include("ejabberd.hrl").
247
248
 
248
249
plain_password_required() ->
249
250
    false.
 
251
 
 
252
store_type() ->
 
253
        plain.