diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-20 10:40:54 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-20 10:41:47 -0400 |
| commit | e6f2a945a4fb0b3c44f6e6876f511400ca7ee8bc (patch) | |
| tree | 94c55eccb63ad8ed5ebf38f9f948289889e20c77 /alias_server/scripts | |
| parent | 4fee964dee221987ccfa53791f1730ffb89cec12 (diff) | |
| download | alias-e6f2a945a4fb0b3c44f6e6876f511400ca7ee8bc.tar.gz | |
Fix the roster filters
Diffstat (limited to 'alias_server/scripts')
| -rw-r--r-- | alias_server/scripts/alias-server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alias_server/scripts/alias-server b/alias_server/scripts/alias-server index 34d3bf1..bad8d68 100644 --- a/alias_server/scripts/alias-server +++ b/alias_server/scripts/alias-server @@ -93,5 +93,6 @@ if __name__ == '__main__': if component.connect(): logging.info('Component {} connected'.format(component.boundjid)) component.process(block=True) + component.use_signals() else: logging.error("Component {} couldn't connect".format(component.boundjid)) |
