* src/jlib.erl: Bugfix

SVN Revision: 412
This commit is contained in:
Alexey Shchepin 2005-09-15 18:32:05 +00:00
parent c7e04260f4
commit 0b51f0488f
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-09-15 Alexey Shchepin <alexey@sevcom.net>
* src/jlib.erl: Bugfix
2005-09-10 Alexey Shchepin <alexey@sevcom.net>
* src/ejd2odbc.erl: Updated

View File

@ -219,8 +219,7 @@ jid_to_string({Node, Server, Resource}) ->
is_nodename([]) ->
false;
is_nodename(J) ->
nodeprep(J).
nodeprep(J) /= error.
%tolower_c(C) when C >= $A, C =< $Z ->