Method: AgentXmpp::Connection#end_element

Defined in:
lib/agent_xmpp/client/connection.rb

#end_element(name) ⇒ Object

.….….….….….….….….….….….….….….….….….….….….….….….….….….



64
65
66
67
68
69
70
71
# File 'lib/agent_xmpp/client/connection.rb', line 64

def end_element(name)
  if @current and @current.parent
    @current = @current.parent
  else
    process
    @current = nil
  end
end