mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Minor fix in http_bind detected by Dialyzer
This commit is contained in:
parent
f4f2f46f50
commit
404b9a4a11
@ -59,7 +59,7 @@
|
|||||||
rid = none,
|
rid = none,
|
||||||
key,
|
key,
|
||||||
socket,
|
socket,
|
||||||
output = "",
|
output = [],
|
||||||
input = queue:new(),
|
input = queue:new(),
|
||||||
waiting_input = false,
|
waiting_input = false,
|
||||||
shaper_state,
|
shaper_state,
|
||||||
@ -1157,7 +1157,7 @@ send_outpacket(#http_bind{pid = FsmRef}, OutPacket) ->
|
|||||||
case SEls of
|
case SEls of
|
||||||
[{xmlstreamelement,
|
[{xmlstreamelement,
|
||||||
#xmlel{name = 'features',
|
#xmlel{name = 'features',
|
||||||
declared_ns = [{undefined, 'stream'}],
|
declared_ns = [{undefined, "stream"}],
|
||||||
attrs = StreamAttribs,
|
attrs = StreamAttribs,
|
||||||
children = StreamEls}} |
|
children = StreamEls}} |
|
||||||
% {xmlelement,
|
% {xmlelement,
|
||||||
|
Loading…
Reference in New Issue
Block a user