Sha256: 7583917696c145710e421af7d471a24e7e02ab8c58b3508fe8edc8700f01b365
Contents?: true
Size: 528 Bytes
Versions: 6
Compression:
Stored size: 528 Bytes
Contents
Rails.application.routes.draw do #match "/active_users" => "Xmpp#active_users" 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
6 entries across 6 versions & 2 rubygems