* src/ejabberd_c2s.erl: Bugfix

SVN Revision: 188
This commit is contained in:
Alexey Shchepin 2003-12-23 11:33:31 +00:00
parent 6706bdc696
commit 1b76800448
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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]),