Sha256: e82f573dabe372b41562baa680728181b92b37882864c46e47d317d9db0c5bd7

Contents?: true

Size: 596 Bytes

Versions: 85

Compression:

Stored size: 596 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"
  match '/requestVideoChat'=> "Xmpp#getOpenTokSessionIDAndToken"
   
end

Version data entries

85 entries across 85 versions & 2 rubygems

Version Path
social_stream-2.2.2 presence/config/routes.rb
social_stream-presence-2.2.1 config/routes.rb
social_stream-2.2.1 presence/config/routes.rb
social_stream-2.2.0 presence/config/routes.rb
social_stream-presence-2.2.0 config/routes.rb
social_stream-2.1.1 presence/config/routes.rb
social_stream-1.1.12 presence/config/routes.rb
social_stream-2.1.0 presence/config/routes.rb
social_stream-presence-2.1.0 config/routes.rb
social_stream-2.0.4 presence/config/routes.rb
social_stream-presence-2.0.2 config/routes.rb
social_stream-2.0.3 presence/config/routes.rb
social_stream-1.1.11 presence/config/routes.rb
social_stream-1.1.10 presence/config/routes.rb
social_stream-1.1.9 presence/config/routes.rb
social_stream-1.1.8 presence/config/routes.rb
social_stream-2.0.2 presence/config/routes.rb
social_stream-presence-2.0.1 config/routes.rb
social_stream-2.0.1 presence/config/routes.rb
social_stream-2.0.0 presence/config/routes.rb