lib/oversip/sip/message.rb in oversip-1.0.6.beta1 vs lib/oversip/sip/message.rb in oversip-1.0.6.beta2
- old
+ new
@@ -57,10 +57,10 @@
attr_reader :hdr_to # String
attr_reader :hdr_route # Array
# Other attributes.
attr_accessor :tvars # Transaction variables (a hash).
-
+ attr_accessor :cvars # Connection variables (a hash).
def udp? ; @transport == :udp end
def tcp? ; @transport == :tcp end
def tls? ; @transport == :tls end
def ws? ; @transport == :ws end