tune.h
changeset 30 a66ed0454ca8
parent 29 23fa36d480fb
equal deleted inserted replaced
29:23fa36d480fb 30:a66ed0454ca8
    26 #include <glib.h>
    26 #include <glib.h>
    27 
    27 
    28 #define NS_TUNE        ( "http:/" "/jabber.org/protocol/tune"        )
    28 #define NS_TUNE        ( "http:/" "/jabber.org/protocol/tune"        )
    29 #define NS_TUNE_NOTIFY ( "http:/" "/jabber.org/protocol/tune+notify" )
    29 #define NS_TUNE_NOTIFY ( "http:/" "/jabber.org/protocol/tune+notify" )
    30 
    30 
       
    31 #define OPT_TUNE_PAUSE_IS_STOP "pep_tune_pause_is_stop"
       
    32 #define OPT_TUNE_INTERVAL      "pep_tune_interval"
       
    33 
    31 #define HOOK_TUNE_IN  ( "tune-in"  )
    34 #define HOOK_TUNE_IN  ( "tune-in"  )
    32 #define HOOK_TUNE_OUT ( "tune-out" )
    35 #define HOOK_TUNE_OUT ( "tune-out" )
    33 
    36 
    34 #define TUNE_ERROR_NOTCONNECTED ( 0x01 )
    37 #define TUNE_ERROR_NOTCONNECTED ( 0x01 )
    35 
    38