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-presence-2.0.0 app/helpers/xmpp_helper.rb
social_stream-2.0.0.beta3 presence/app/helpers/xmpp_helper.rb
social_stream-presence-2.0.0.beta3 app/helpers/xmpp_helper.rb
social_stream-2.0.0.beta2 presence/app/helpers/xmpp_helper.rb
social_stream-presence-2.0.0.beta2 app/helpers/xmpp_helper.rb
social_stream-2.0.0.beta1 presence/app/helpers/xmpp_helper.rb
social_stream-presence-2.0.0.beta1 app/helpers/xmpp_helper.rb
social_stream-1.1.7 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.6 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.5 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.4 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.3 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.2 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.1 presence/app/helpers/xmpp_helper.rb
social_stream-1.1.0 presence/app/helpers/xmpp_helper.rb
social_stream-presence-1.1.0 app/helpers/xmpp_helper.rb
social_stream-1.0.1 presence/app/helpers/xmpp_helper.rb
social_stream-presence-1.0.0 app/helpers/xmpp_helper.rb
social_stream-0.30.2 presence/app/helpers/xmpp_helper.rb
social_stream-0.30.1 presence/app/helpers/xmpp_helper.rb