App-MatrixClient
view release on metacpan or search on metacpan
lib/App/MatrixClient.pm view on Meta::CPAN
}
sub cmd_offline
{
my $self = shift;
$self->{dist}->fire_async( do_set_presence => "offline", @_ )
->then_done( "Set" );
}
sub cmd_busy
{
my $self = shift;
$self->{dist}->fire_async( do_set_presence => "unavailable", "Busy" )
->then_done( "Set" );
}
sub cmd_away
{
my $self = shift;
( run in 1.460 second using v1.01-cache-2.11-cpan-87723dcf8b7 )