Changeset 5618:bcbd2e7b3060 in roaraudio


Ignore:
Timestamp:
08/08/12 21:22:43 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added protocol magic numbers for RPLD and MPD protocol, see #262

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5617 r5618  
    33        * Allow passing of extra parameters to cdrivers (Closes: #290) 
    44        * Converted roard's protocol-irc plugin to CPI (Closes: #295) 
     5        * Updated protocol magic numbers (See: #262) 
    56 
    67v. 1.0beta4 - Mon Aug 06 2012 16:43 CEST 
  • include/roaraudio/client.h

    r5462 r5618  
    5959#define ROAR_PROTO_TIME            23 /* Time protocol, RFC 868 */ 
    6060#define ROAR_PROTO_RLOGIN          24 
     61#define ROAR_PROTO_RPLD            25 /* RoarAudio Playlist Daemon Protocol */ 
     62#define ROAR_PROTO_MPD             26 /* Music Player Daemon */ 
    6163 
    6264#define ROAR_BYTEORDER_UNKNOWN      0x00 
Note: See TracChangeset for help on using the changeset viewer.