Package command_system :: Package implementation :: Module standard :: Class StandardCommonChatCommands
[hide private]
[frames] | no frames]

Class StandardCommonChatCommands

source code


This command container contans standard commands, which are common to a chat and a private chat only.
Nested Classes [hide private]

Inherited from framework.CommandContainer: __metaclass__

Instance Methods [hide private]
 
gpg(self) source code
 
ping(self) source code
 
dtmf(self, sequence) source code
 
audio(self) source code
 
video(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  AUTOMATIC = True
  HOSTS = ChatCommands, PrivateChatCommands
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

gpg(self)

source code 
Decorators:
  • @command
  • @doc(_("Toggle the GPG encryption"))

ping(self)

source code 
Decorators:
  • @command
  • @doc(_("Send a ping to the contact"))

dtmf(self, sequence)

source code 
Decorators:
  • @command
  • @doc(_("Send DTMF sequence through an open audio session"))

audio(self)

source code 
Decorators:
  • @command
  • @doc(_("Toggle audio session"))

video(self)

source code 
Decorators:
  • @command
  • @doc(_("Toggle video session"))

Class Variable Details [hide private]

AUTOMATIC

Value:
True

HOSTS

Value:
ChatCommands, PrivateChatCommands