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-0.30.0 presence/app/helpers/xmpp_helper.rb
social_stream-presence-0.17.0 app/helpers/xmpp_helper.rb
social_stream-0.29.0 presence/app/helpers/xmpp_helper.rb
social_stream-presence-0.16.0 app/helpers/xmpp_helper.rb
social_stream-0.28.4 presence/app/helpers/xmpp_helper.rb
social_stream-0.28.1 presence/app/helpers/xmpp_helper.rb
social_stream-0.28.0 presence/app/helpers/xmpp_helper.rb
social_stream-presence-0.15.0 app/helpers/xmpp_helper.rb
social_stream-0.27.3 presence/app/helpers/xmpp_helper.rb
social_stream-0.27.2 presence/app/helpers/xmpp_helper.rb
social_stream-0.27.1 presence/app/helpers/xmpp_helper.rb
social_stream-0.27.0 presence/app/helpers/xmpp_helper.rb
social_stream-presence-0.14.0 app/helpers/xmpp_helper.rb
social_stream-0.26.2 presence/app/helpers/xmpp_helper.rb
social_stream-presence-0.13.3 app/helpers/xmpp_helper.rb
social_stream-presence-0.13.2 app/helpers/xmpp_helper.rb
social_stream-0.26.1 presence/app/helpers/xmpp_helper.rb
social_stream-presence-0.13.1 app/helpers/xmpp_helper.rb
social_stream-0.26.0 presence/app/helpers/xmpp_helper.rb
social_stream-presence-0.13.0 app/helpers/xmpp_helper.rb