Sha256: ed96a2bc6211629d049815bf53e065bc219116fd1c9c0604f6591458ca5951bd

Contents?: true

Size: 573 Bytes

Versions: 17

Compression:

Stored size: 573 Bytes

Contents

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

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
social_stream-0.12.1 presence/config/routes.rb
social_stream-presence-0.0.13 config/routes.rb
social_stream-0.12.0 presence/config/routes.rb
social_stream-presence-0.0.12 config/routes.rb
social_stream-presence-0.0.10 config/routes.rb
social_stream-presence-0.0.9 config/routes.rb
social_stream-presence-0.0.8 config/routes.rb
social_stream-presence-0.0.7 config/routes.rb
social_stream-presence-0.0.6 config/routes.rb
social_stream-0.11.8 presence/config/routes.rb
social_stream-presence-0.0.5 config/routes.rb
social_stream-presence-0.0.4 config/routes.rb
social_stream-0.11.7 presence/config/routes.rb
social_stream-0.11.6 presence/config/routes.rb
social_stream-0.11.5 presence/config/routes.rb
social_stream-0.11.4 presence/config/routes.rb
social_stream-0.11.3 presence/config/routes.rb