mirror of
https://github.com/processone/ejabberd
synced 2025-10-04 02:09:33 +02:00
* src/jlib.erl: Bugfix
SVN Revision: 412
This commit is contained in:
parent
c7e04260f4
commit
0b51f0488f
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue