Sha256: e82f573dabe372b41562baa680728181b92b37882864c46e47d317d9db0c5bd7
Contents?: true
Size: 596 Bytes
Versions: 85
Compression:
Stored size: 596 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" match '/requestVideoChat'=> "Xmpp#getOpenTokSessionIDAndToken" end
Version data entries
85 entries across 85 versions & 2 rubygems