Sha256: f6e34ced7849663b05d3ed49237d2ccd6bdd77472c0caddf8e74a3bfc3d87c82

Contents?: true

Size: 687 Bytes

Versions: 1

Compression:

Stored size: 687 Bytes

Contents

SocialStream::Presence.setup do |config| 
  #Configures XMPP Server Domain
  config.domain = "localhost"
  #Configures Bosh Service Path
  #config.bosh_service = "http://xmpp-proxy/http-bind"
  #Configures Social Stream Rails App Password
  config.password = "password"
  #Configures XMPP Server Password
  config.xmpp_server_password = "password"
  #Username of the Social Stream Admin sid
  config.social_stream_presence_username = "social_stream-presence"
  #Scripts path, only to execute local ejabberd commands
  config.scripts_path = "/scripts_path"
  #Remote or local mode
  config.remote_xmpp_server = false
  #False to disable Social Stream Presence
  #config.enable = false
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_stream-presence-0.0.10 lib/generators/social_stream/presence/templates/initializer.rb