mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
minor change, back to original patch
SVN Revision: 2017
This commit is contained in:
parent
412f65a0cb
commit
e740cfcc47
@ -179,8 +179,8 @@ receive_packet(From, To, {xmlelement, "presence", Attrs, Els}) ->
|
|||||||
ok;
|
ok;
|
||||||
"subscribe" ->
|
"subscribe" ->
|
||||||
ok;
|
ok;
|
||||||
"subscribed" ->
|
% "subscribed" -> % this my be useless, to be checked
|
||||||
ok;
|
% ok;
|
||||||
"unsubscribe" ->
|
"unsubscribe" ->
|
||||||
ok;
|
ok;
|
||||||
"unsubscribed" ->
|
"unsubscribed" ->
|
||||||
|
Loading…
Reference in New Issue
Block a user