Process status update after subscription handling
This commit is contained in:
parent
474e59b4d8
commit
a46ea168c6
|
@ -49,6 +49,7 @@ class XMPPComponent
|
|||
answer = presence.answer(false)
|
||||
answer.type = :subscribed
|
||||
@component.send(answer)
|
||||
@sessions[presence.from.bare.to_s].process_status_update(presence.to.to_s.split('@').first.to_i)
|
||||
end
|
||||
|
||||
def handle_presence(presence)
|
||||
|
|
Reference in a new issue