Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
254
Issues
254
List
Board
Labels
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
a979874f
Commit
a979874f
authored
Dec 05, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort imports
parent
e419f752
Pipeline
#2791
failed with stages
in 4 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
connection_handlers.py
gajim/common/connection_handlers.py
+10
-11
No files found.
gajim/common/connection_handlers.py
View file @
a979874f
...
...
@@ -24,27 +24,26 @@
# You should have received a copy of the GNU General Public License
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
import
logging
import
operator
from
time
import
time
as
time_
time
import
time
import
nbxmpp
from
gajim.common
import
modules
from
gajim.common
import
helpers
from
gajim.common
import
app
from
gajim.common
import
ged
from
gajim.common
import
helpers
from
gajim.common
import
jingle_xtls
from
gajim.common
import
modules
from
gajim.common.caps_cache
import
muc_caps_cache
from
gajim.common.protocol.bytestream
import
ConnectionSocks5Bytestream
from
gajim.common.protocol.bytestream
import
ConnectionIBBytestream
from
gajim.common.connection_handlers_events
import
*
from
gajim.common
import
ged
from
gajim.common.nec
import
NetworkEvent
from
gajim.common.const
import
KindConstant
from
gajim.common.jingle
import
ConnectionJingle
from
gajim.common.nec
import
NetworkEvent
from
gajim.common.protocol.bytestream
import
ConnectionSocks5Bytestream
from
gajim.common.protocol.bytestream
import
ConnectionIBBytestream
import
logging
log
=
logging
.
getLogger
(
'gajim.c.connection_handlers'
)
# kind of events we can wait for an answer
...
...
@@ -193,7 +192,7 @@ class ConnectionHandlersBase:
if
show
is
not
None
:
app
.
logger
.
insert_into_logs
(
self
.
name
,
nbxmpp
.
JID
(
obj
.
jid
)
.
getStripped
(),
time
_
time
(),
time
.
time
(),
KindConstant
.
STATUS
,
message
=
obj
.
status
,
show
=
show
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment