Sha256: 1d198bc993f3bfd0840574209bcc350718664098b94db28fa4ded07de558eb40

Contents?: true

Size: 528 Bytes

Versions: 44

Compression:

Stored size: 528 Bytes

Contents

Rails.application.routes.draw do
  #match "/active_users" => "Xmpp#active_users"
  
  match '/xmpp/setConnection' => "Xmpp#setConnection"
  match '/xmpp/unsetConnection' => "Xmpp#unsetConecction"
  match '/xmpp/setPresence' => "Xmpp#setPresence"
  match '/xmpp/unsetPresence' => "Xmpp#unsetPresence"
  match '/xmpp/resetConnection' => "Xmpp#resetConnection"
  match '/xmpp/synchronizePresence' => "Xmpp#synchronizePresence"
  match '/xmpp/updateSettings'=> "Xmpp#updateSettings"
  match '/chatWindow'=> "Xmpp#chatWindow"
   
end

Version data entries

44 entries across 44 versions & 3 rubygems

Version Path
social_stream-0.21.4 presence/config/routes.rb
social_stream-presence-0.7.5 config/routes.rb
social_stream-presence-0.7.4 config/routes.rb
social_stream-0.21.3 presence/config/routes.rb
social_stream-presence-0.7.3 config/routes.rb
social_stream-0.21.2 presence/config/routes.rb
social_stream-presence-0.7.2 config/routes.rb
social_stream-0.21.1 presence/config/routes.rb
social_stream-presence-0.7.1 config/routes.rb
social_stream-0.21.0 presence/config/routes.rb
social_stream-presence-0.7.0 config/routes.rb
social_stream-presence-0.6.3 config/routes.rb
social_stream-0.20.2 presence/config/routes.rb
social_stream-presence-0.6.2 config/routes.rb
social_stream-presence-0.5.2 config/routes.rb
social_stream-0.19.2 presence/config/routes.rb
social_stream-0.19.1 presence/config/routes.rb
vkhater-social_stream-0.16.3.3 presence/config/routes.rb
social_stream-0.19.0 presence/config/routes.rb
social_stream-presence-0.5.0 config/routes.rb