Sha256: 5674f5289c08748eb43b23c66bbafe8dcbcc4a949bb96c8498b557170baad185
Contents?: true
Size: 527 Bytes
Versions: 7
Compression:
Stored size: 527 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
7 entries across 7 versions & 2 rubygems