brycied00d / PHP-Transmission-Class

PHP Class for the Transmission Daemon RPC interface
http://code.google.com/p/php-transmission-class/
GNU General Public License v3.0
104 stars 47 forks source link

values of "status" field changed #16

Closed Gyran closed 12 years ago

Gyran commented 12 years ago

'values of "status" field changed' https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt

brycied00d commented 12 years ago

This would break communication with any protocol version <14 (as noted in the RPC spec), which I see as a no-no. Perhaps there's a better way to handle this?