Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306597
Collapse All | Expand All

(-)ejabberd-2.0.5/src/mod_roster.erl (-2 / +2 lines)
Lines 515-521 in_state_change(to, in, subscribed) Link Here
515
in_state_change(to,   in,   unsubscribe)  -> {to, none};
515
in_state_change(to,   in,   unsubscribe)  -> {to, none};
516
in_state_change(to,   in,   unsubscribed) -> {none, in};
516
in_state_change(to,   in,   unsubscribed) -> {none, in};
517
in_state_change(from, none, subscribe)    -> none;
517
in_state_change(from, none, subscribe)    -> none;
518
in_state_change(from, none, subscribed)   -> none;
518
in_state_change(from, none, subscribed)   -> {both, none};
519
in_state_change(from, none, unsubscribe)  -> {none, none};
519
in_state_change(from, none, unsubscribe)  -> {none, none};
520
in_state_change(from, none, unsubscribed) -> none;
520
in_state_change(from, none, unsubscribed) -> none;
521
in_state_change(from, out,  subscribe)    -> none;
521
in_state_change(from, out,  subscribe)    -> none;
Lines 544-550 out_state_change(none, both, subscribed) Link Here
544
out_state_change(none, both, unsubscribe)  -> {none, in};
544
out_state_change(none, both, unsubscribe)  -> {none, in};
545
out_state_change(none, both, unsubscribed) -> {none, out};
545
out_state_change(none, both, unsubscribed) -> {none, out};
546
out_state_change(to,   none, subscribe)    -> none;
546
out_state_change(to,   none, subscribe)    -> none;
547
out_state_change(to,   none, subscribed)   -> none;
547
out_state_change(to,   none, subscribed)   -> {both, none};
548
out_state_change(to,   none, unsubscribe)  -> {none, none};
548
out_state_change(to,   none, unsubscribe)  -> {none, none};
549
out_state_change(to,   none, unsubscribed) -> none;
549
out_state_change(to,   none, unsubscribed) -> none;
550
out_state_change(to,   in,   subscribe)    -> none;
550
out_state_change(to,   in,   subscribe)    -> none;

Return to bug 306597