Method: AgentXmpp::Xmpp::RosterItem#groups
- Defined in:
- lib/agent_xmpp/xmpp/iq_roster.rb
#groups ⇒ Object
.….….….….….….….….….….….….….….….….….….….….….….….….……
165 166 167 |
# File 'lib/agent_xmpp/xmpp/iq_roster.rb', line 165 def groups elements.inject('group', []) {|r, g| r << g.text}.uniq end |