mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix a typo in mod_caps
This commit is contained in:
parent
6cdb7b4468
commit
1f6c0022dd
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ user_receive_packet({#presence{from = From, type = available} = Pkt,
|
||||||
case read_caps(Pkt) of
|
case read_caps(Pkt) of
|
||||||
nothing -> ok;
|
nothing -> ok;
|
||||||
#caps{version = Version, exts = Exts} = Caps ->
|
#caps{version = Version, exts = Exts} = Caps ->
|
||||||
feature_request(LServer, From, To, Caps, [Version | Exts])
|
feature_request(LServer, To, From, Caps, [Version | Exts])
|
||||||
end;
|
end;
|
||||||
true -> ok
|
true -> ok
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue