~ubuntu-branches/ubuntu/precise/ejabberd/precise-updates

« back to all changes in this revision

Viewing changes to src/xml.erl

  • Committer: Bazaar Package Importer
  • Author(s): Konstantin Khomoutov, Konstantin Khomoutov
  • Date: 2011-10-03 20:27:12 UTC
  • mfrom: (21.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20111003202712-7j03r8c8hobtc5m6
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:
5
5
%%% Created : 20 Nov 2002 by Alexey Shchepin <alexey@process-one.net>
6
6
%%%
7
7
%%%
8
 
%%% ejabberd, Copyright (C) 2002-2010   ProcessOne
 
8
%%% ejabberd, Copyright (C) 2002-2011   ProcessOne
9
9
%%%
10
10
%%% This program is free software; you can redistribute it and/or
11
11
%%% modify it under the terms of the GNU General Public License as
111
111
         $> -> "&gt;";
112
112
         $" -> "&quot;";
113
113
         $' -> "&apos;";
 
114
         _ when is_list(C); is_binary(C) -> crypt(C);
114
115
         _ -> C
115
116
     end || C <- S];
116
117
crypt(S) when is_binary(S) ->