Sha256: 1ea74f66ca2a33f3738020e511fd80c3096d920456672abb65b2a2aa5263e098

Contents?: true

Size: 806 Bytes

Versions: 3

Compression:

Stored size: 806 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 = "DnVCB8G|R$VGmZ@2?5=CYS8z)NrL@LuQ&LTCUh^9B(DF4gC&sQpfbCMbaNKEdNrGYkT4L5zxM0wNWs5q3?ww(b&0d5fK87z^BmgJMMF2SKXT9pEk^UEcch!GX!Avf5GT9)j@FpHe)4RH)BK7J98u!sUmJHUN(Je6aBmn!FtZ4Ab5h8$|nsvUt3Jkq?21HOH$r0sDyJZZvGOCgFS2EKw@0wXsJRHYVRPBe&Eb!1X55e55bQ^h2AW&^R70TK0m)Fu8"
  #Configures XMPP Server Password
  config.xmpp_server_password = "G&s6GBnO)anw2Ene%K12Cb=0quj@uDmA"
  #Username of the the Social Stream Admin sid
  config.social_stream_presence_username = "social_stream-presence"
  #False to disable Social Stream Presence
  #config.enable = false
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
social_stream-presence-0.0.9 lib/generators/social_stream/presence/templates/initializer.rb
social_stream-presence-0.0.8 lib/generators/social_stream/presence/templates/initializer.rb
social_stream-presence-0.0.7 lib/generators/social_stream/presence/templates/initializer.rb