mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
* src/jlib.erl: Bugfix
SVN Revision: 412
This commit is contained in:
parent
c7e04260f4
commit
0b51f0488f
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-15 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
|
* src/jlib.erl: Bugfix
|
||||||
|
|
||||||
2005-09-10 Alexey Shchepin <alexey@sevcom.net>
|
2005-09-10 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* src/ejd2odbc.erl: Updated
|
* src/ejd2odbc.erl: Updated
|
||||||
|
@ -219,8 +219,7 @@ jid_to_string({Node, Server, Resource}) ->
|
|||||||
is_nodename([]) ->
|
is_nodename([]) ->
|
||||||
false;
|
false;
|
||||||
is_nodename(J) ->
|
is_nodename(J) ->
|
||||||
nodeprep(J).
|
nodeprep(J) /= error.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%tolower_c(C) when C >= $A, C =< $Z ->
|
%tolower_c(C) when C >= $A, C =< $Z ->
|
||||||
|
Loading…
Reference in New Issue
Block a user