Sha256: 5674f5289c08748eb43b23c66bbafe8dcbcc4a949bb96c8498b557170baad185

Contents?: true

Size: 527 Bytes

Versions: 7

Compression:

Stored size: 527 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

7 entries across 7 versions & 2 rubygems

Version Path
social_stream-0.20.1 presence/config/routes.rb
social_stream-presence-0.6.1 config/routes.rb
social_stream-0.20.0 presence/config/routes.rb
social_stream-presence-0.6.0 config/routes.rb
social_stream-presence-0.5.4 config/routes.rb
social_stream-presence-0.5.3 config/routes.rb
social_stream-0.19.3 presence/config/routes.rb