Sha256: adfc37baf61cd784509eec7f61a8895dad2299298e7de0c205d767953f1c4a80
Contents?: true
Size: 628 Bytes
Versions: 7
Compression:
Stored size: 628 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" match '/xmpp/updateSettings'=> "Xmpp#updateSettings" end
Version data entries
7 entries across 7 versions & 2 rubygems