Mercurial > libervia-backend
log
age | author | description |
---|---|---|
Tue, 01 Mar 2016 01:47:32 +0100 | Goffi | plugin XEP-0277: service can be None in mbGet, resulting in a request on default pubsub service of profile (i.e. profile's PEP) |
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp: all commands now use the new start method and set need_loop in __init__ when needed |
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (base): refactored need_loop so it is set only when the command is run. It can now be set in __init__ methods of commands classes |
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (base): added a CommandBase.start method which is called by run or connected, so subclasses can implement it (this is for simplicity sake, as it's not always clear if run or connected must be used) |