Sha256: bbb72176fdfadf04e7de2daccf8731299a9fc204e6ce16565493a6801202fea7

Contents?: true

Size: 206 Bytes

Versions: 88

Compression:

Stored size: 206 Bytes

Contents

module XmppHelper
  
  def getChatContacts 
    #Get bidirectional contacts
    contacts = current_user.contact_actors(:type=>:user)
     
    #Apply filters
    #...
     
    return contacts;
  end
 
end

Version data entries

88 entries across 88 versions & 2 rubygems

Version Path
social_stream-2.2.2 presence/app/helpers/xmpp_helper.rb
social_stream-presence-2.2.1 app/helpers/xmpp_helper.rb
social_stream-2.2.1 presence/app/helpers/xmpp_helper.rb
social_stream-2.2.0 presence/app/helpers/xmpp_helper.rb
social_stream-presence-2.2.0 app/helpers/xmpp_helper.rb
social_stream-2.1.1 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.12 presence/app/helpers/xmpp_helper.rb
social_stream-2.1.0 presence/app/helpers/xmpp_helper.rb
social_stream-presence-2.1.0 app/helpers/xmpp_helper.rb
social_stream-2.0.4 presence/app/helpers/xmpp_helper.rb
social_stream-presence-2.0.2 app/helpers/xmpp_helper.rb
social_stream-2.0.3 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.11 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.10 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.9 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.8 presence/app/helpers/xmpp_helper.rb
social_stream-2.0.2 presence/app/helpers/xmpp_helper.rb
social_stream-presence-2.0.1 app/helpers/xmpp_helper.rb
social_stream-2.0.1 presence/app/helpers/xmpp_helper.rb
social_stream-2.0.0 presence/app/helpers/xmpp_helper.rb