Sha256: ab1081f8e807b154c34755070a223574daadabf49d4d8c71494a4375807887ad

Contents?: true

Size: 741 Bytes

Versions: 2

Compression:

Stored size: 741 Bytes

Contents

SocialStream::Presence.setup do |config| 
  #Configures XMPP Server Domain
  config.domain = "localhost"
  #Configures Bosh Service Path
  config.bosh_service = "http://localhost:8080/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"
end

Version data entries

2 entries across 2 versions & 2 rubygems

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