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