Пример #1
0
    def listSessions(self, message):
        """
        Invoked when a Console wishes to see a list of all active Sessions on
        the Server.
        """

        return SystemResponseFactory.listSessions(Sessions).inReplyTo(message).build()