Sha256: 1d198bc993f3bfd0840574209bcc350718664098b94db28fa4ded07de558eb40
Contents?: true
Size: 528 Bytes
Versions: 44
Compression:
Stored size: 528 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
44 entries across 44 versions & 3 rubygems