Mercurial > libervia-backend
comparison libervia/backend/plugins/plugin_xep_0163.py @ 4270:0d7bb4df2343
Reformatted code base using black.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 19 Jun 2024 18:44:57 +0200 |
parents | 4b842c1fb686 |
children | 554a87ae17a6 |
comparison
equal
deleted
inserted
replaced
4269:64a85ce8be70 | 4270:0d7bb4df2343 |
---|---|
78 self, | 78 self, |
79 event_type: Optional[str], | 79 event_type: Optional[str], |
80 node: str, | 80 node: str, |
81 in_callback: Callable, | 81 in_callback: Callable, |
82 out_callback: Optional[Callable] = None, | 82 out_callback: Optional[Callable] = None, |
83 notify: bool = True | 83 notify: bool = True, |
84 ) -> None: | 84 ) -> None: |
85 """Add a Personal Eventing Protocol event manager | 85 """Add a Personal Eventing Protocol event manager |
86 | 86 |
87 @param event_type: type of the event (stored uppercase), | 87 @param event_type: type of the event (stored uppercase), |
88 only used when out_callback is set. | 88 only used when out_callback is set. |