mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/ejabberd_c2s.erl: Bugfix
SVN Revision: 188
This commit is contained in:
parent
6706bdc696
commit
1b76800448
@ -1,3 +1,7 @@
|
||||
2003-12-23 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/ejabberd_c2s.erl: Bugfix
|
||||
|
||||
2003-12-21 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/mod_roster.erl: Added workaround for legacy gateways
|
||||
|
@ -1178,7 +1178,7 @@ roster_change(IJID, ISubscription, StateData) ->
|
||||
remove_element(LIJID, StateData#state.pres_t)
|
||||
end,
|
||||
case StateData#state.pres_last of
|
||||
unknown ->
|
||||
undefined ->
|
||||
StateData#state{pres_f = FSet, pres_t = TSet};
|
||||
P ->
|
||||
?DEBUG("roster changed for ~p~n", [StateData#state.user]),
|
||||
|
Loading…
Reference in New Issue
Block a user