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

« back to all changes in this revision

Viewing changes to src/cyrsasl_plain.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:
34
34
-record(state, {check_password}).
35
35
 
36
36
start(_Opts) ->
37
 
    cyrsasl:register_mechanism("PLAIN", ?MODULE, false),
 
37
    cyrsasl:register_mechanism("PLAIN", ?MODULE, plain),
38
38
    ok.
39
39
 
40
40
stop() ->