Skip to content

Instantly share code, notes, and snippets.

@azmeuk
Created September 1, 2016 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azmeuk/ebdf405263043fe3f8da9909bbc4d1db to your computer and use it in GitHub Desktop.
Save azmeuk/ebdf405263043fe3f8da9909bbc4d1db to your computer and use it in GitHub Desktop.
Firebase Cloud Messaging aioxmpp output
2016-09-01 10:46:34,754 selector_events:53 DEBUG Using selector: EpollSelector
2016-09-01 10:46:34,760 callbacks:431 DEBUG connecting <bound method PresenceManagedClient._handle_stream_established of <aioxmpp.node.PresenceManagedClient object at 0x7f3b650ba518>> with mode <bound method AdHocSignal.STRONG of <class 'aioxmpp.callbacks.AdHocSignal'>>
2016-09-01 10:46:34,761 callbacks:431 DEBUG connecting <Future pending created at /home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/node.py:1019> with mode <bound method AdHocSignal.AUTO_FUTURE of <class 'aioxmpp.callbacks.AdHocSignal'>>
2016-09-01 10:46:34,761 callbacks:431 DEBUG connecting <Future pending created at /home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/node.py:1019> with mode <bound method AdHocSignal.AUTO_FUTURE of <class 'aioxmpp.callbacks.AdHocSignal'>>
2016-09-01 10:46:34,761 callbacks:431 DEBUG connecting <bound method AbstractClient._stream_failure of <aioxmpp.node.PresenceManagedClient object at 0x7f3b650ba518>> with mode <bound method AdHocSignal.STRONG of <class 'aioxmpp.callbacks.AdHocSignal'>>
2016-09-01 10:46:34,761 callbacks:431 DEBUG connecting <bound method AbstractClient._stream_destroyed of <aioxmpp.node.PresenceManagedClient object at 0x7f3b650ba518>> with mode <bound method AdHocSignal.STRONG of <class 'aioxmpp.callbacks.AdHocSignal'>>
2016-09-01 10:46:34,762 node:174 DEBUG domain gcm.googleapis.com: trying to connect to 'fcm-xmpp.googleapis.com':5235 using <aioxmpp.connector.XMPPOverTLSConnector object at 0x7f3b650ba550>
2016-09-01 10:46:34,764 base_events:522 DEBUG Get address info fcm-xmpp.googleapis.com:5235, type=<SocketKind.SOCK_STREAM: 1>
2016-09-01 10:46:39,816 base_events:531 INFO Getting address info fcm-xmpp.googleapis.com:5235, type=<SocketKind.SOCK_STREAM: 1> took 5051.787 ms: [(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('66.102.1.188', 5235)), (<AddressFamily.AF_INET6: 10>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('2a00:1450:400c:c0b::bc', 5235, 0, 0))]
2016-09-01 10:46:39,819 base_events:1212 INFO poll 29995.304 ms took 5053.022 ms: 1 events
2016-09-01 10:46:39,840 base_events:1212 DEBUG poll 24940.892 ms took 19.981 ms: 1 events
2016-09-01 10:46:39,857 __init__:289 DEBUG _initiate_tls called
2016-09-01 10:46:39,857 __init__:314 DEBUG _tls_do_handshake called
2016-09-01 10:46:39,858 __init__:322 DEBUG registering reader for _tls_do_handshake
2016-09-01 10:46:39,877 base_events:1212 DEBUG poll 24902.514 ms took 18.840 ms: 1 events
2016-09-01 10:46:39,878 __init__:314 DEBUG _tls_do_handshake called
2016-09-01 10:46:39,878 security_layer:263 INFO verifying certificate (preverify=1)
2016-09-01 10:46:39,879 security_layer:263 INFO verifying certificate (preverify=1)
2016-09-01 10:46:39,879 security_layer:263 INFO verifying certificate (preverify=1)
2016-09-01 10:46:39,879 security_layer:263 INFO verifying certificate (preverify=1)
2016-09-01 10:46:39,884 __init__:322 DEBUG registering reader for _tls_do_handshake
2016-09-01 10:46:39,902 base_events:1212 DEBUG poll 24876.906 ms took 17.747 ms: 1 events
2016-09-01 10:46:39,902 __init__:314 DEBUG _tls_do_handshake called
2016-09-01 10:46:39,902 __init__:256 DEBUG clearing readers/writers
2016-09-01 10:46:39,903 __init__:346 DEBUG handshake complete
2016-09-01 10:46:39,903 __init__:352 DEBUG post handshake scheduled via callback
2016-09-01 10:46:39,904 __init__:370 DEBUG _tls_post_handshake called
2016-09-01 10:46:39,908 protocol:137 DEBUG SENT b'<?xml version="1.0"?><stream:stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" to="gcm.googleapis.com" version="1.0">'
2016-09-01 10:46:39,909 __init__:497 DEBUG _write_ready: nothing more to write, removing writer
2016-09-01 10:46:39,936 base_events:1212 DEBUG poll 24851.583 ms took 26.957 ms: 1 events
2016-09-01 10:46:39,937 protocol:442 DEBUG RECV b'<stream:stream from="gcm.googleapis.com" id="BBE51210E9F3F2BD" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">'
2016-09-01 10:46:39,937 base_events:1212 DEBUG poll 24823.565 ms took 0.021 ms: 1 events
2016-09-01 10:46:39,938 protocol:442 DEBUG RECV b'<stream:features><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>X-OAUTH2</mechanism><mechanism>X-GOOGLE-TOKEN</mechanism><mechanism>PLAIN</mechanism></mechanisms></stream:features>'
2016-09-01 10:46:39,941 node:195 DEBUG domain gcm.googleapis.com: connection succeeded using <aioxmpp.connector.XMPPOverTLSConnector object at 0x7f3b650ba550>
2016-09-01 10:46:39,942 __init__:457 INFO attempting PLAIN mechanism
2016-09-01 10:46:39,947 protocol:137 DEBUG SENT b'<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN">ADIyNjM4ODE0OTU0MQBBSXphU3lEZE9ZTUx1ZUU2QTRpcHlLa2lYZzlnaDczOTk5Q1FFM00=</auth>'
2016-09-01 10:46:39,948 base_events:1212 DEBUG poll 24812.875 ms took 0.040 ms: 1 events
2016-09-01 10:46:39,949 __init__:497 DEBUG _write_ready: nothing more to write, removing writer
2016-09-01 10:46:40,004 base_events:1212 DEBUG poll 24812.058 ms took 55.205 ms: 1 events
2016-09-01 10:46:40,005 protocol:442 DEBUG RECV b'<success xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>'
2016-09-01 10:46:40,006 protocol:137 DEBUG SENT b''
2016-09-01 10:46:40,007 protocol:137 DEBUG SENT b'<?xml version="1.0"?><stream:stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" to="gcm.googleapis.com" version="1.0">'
2016-09-01 10:46:40,007 base_events:1212 DEBUG poll 24753.649 ms took 0.015 ms: 1 events
2016-09-01 10:46:40,008 __init__:497 DEBUG _write_ready: nothing more to write, removing writer
2016-09-01 10:46:40,026 base_events:1212 DEBUG poll 24753.240 ms took 18.575 ms: 1 events
2016-09-01 10:46:40,027 protocol:442 DEBUG RECV b'<stream:stream from="gcm.googleapis.com" id="7BE1C4D6DC89F764" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">'
2016-09-01 10:46:40,028 base_events:1212 DEBUG poll 24733.406 ms took 0.021 ms: 1 events
2016-09-01 10:46:40,028 protocol:442 DEBUG RECV b'<stream:features><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></stream:features>'
2016-09-01 10:46:40,029 node:609 DEBUG negotiating stream (server_can_do_sm=False)
2016-09-01 10:46:40,029 callbacks:431 DEBUG connecting <bound method StanzaStream._xmlstream_failed of <aioxmpp.stream.StanzaStream object at 0x7f3b650bacf8>> with mode <bound method AdHocSignal.STRONG of <class 'aioxmpp.callbacks.AdHocSignal'>>
2016-09-01 10:46:40,031 stream:1342 DEBUG broker task started as <Task pending coro=<StanzaStream._run() running at /home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/stream.py:1429> cb=[StanzaStream._done_handler()] created at /usr/lib64/python3.5/asyncio/tasks.py:524>
2016-09-01 10:46:40,031 node:623 DEBUG binding to resource
2016-09-01 10:46:40,031 stream:1146 DEBUG iq response future registered: from=None, id='xbIP0l5KBApSqO08GktCa'
2016-09-01 10:46:40,032 stream:1940 DEBUG sending <iq from=None to=None id='xbIP0l5KBApSqO08GktCa' type='set' data=<aioxmpp.rfc6120.Bind object at 0x7f3b641a3128>> and waiting for it to be sent
2016-09-01 10:46:40,032 stream:1523 DEBUG enqueued stanza <iq from=None to=None id='xbIP0l5KBApSqO08GktCa' type='set' data=<aioxmpp.rfc6120.Bind object at 0x7f3b641a3128>> with token <StanzaToken id=0x00007f3b641a3fd0>
2016-09-01 10:46:40,032 stream:1960 DEBUG using token <StanzaToken id=0x00007f3b641a3fd0>
2016-09-01 10:46:40,035 stream:975 DEBUG forwarding stanza to xmlstream: <iq from=None to=None id='xbIP0l5KBApSqO08GktCa' type='set' data=<aioxmpp.rfc6120.Bind object at 0x7f3b641a3128>>
2016-09-01 10:46:40,036 protocol:137 DEBUG SENT b'<iq type="set" id="xbIP0l5KBApSqO08GktCa"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/></iq>'
2016-09-01 10:46:40,036 stream:1943 DEBUG token <StanzaToken id=0x00007f3b641a3fd0> enters state <StanzaState.SENT_WITHOUT_SM: 3>
2016-09-01 10:46:40,037 __init__:497 DEBUG _write_ready: nothing more to write, removing writer
2016-09-01 10:46:40,056 base_events:1212 DEBUG poll 14994.187 ms took 18.915 ms: 1 events
2016-09-01 10:46:40,057 protocol:442 DEBUG RECV b'<iq id="xbIP0l5KBApSqO08GktCa" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>226388149541@gcm.googleapis.com/268E8D1B</jid></bind></iq>'
2016-09-01 10:46:40,060 protocol:442 DEBUG RECV b' '
2016-09-01 10:46:40,060 stream:707 DEBUG incoming iq: <iq from=None to=None id='xbIP0l5KBApSqO08GktCa' type='result' data=<aioxmpp.rfc6120.Bind object at 0x7f3b640de080>>
2016-09-01 10:46:40,061 stream:710 DEBUG iq is response
2016-09-01 10:46:40,062 stream:716 DEBUG iq response delivered to key (None, 'xbIP0l5KBApSqO08GktCa')
2016-09-01 10:46:40,063 node:661 INFO bound to jid: 226388149541@gcm.googleapis.com/268E8D1B
2016-09-01 10:46:40,063 node:587 DEBUG remote server announces support for legacy sessions
2016-09-01 10:46:40,064 stream:1146 DEBUG iq response future registered: from=None, id='xAaadahmyUKtBP8l+pOAE'
2016-09-01 10:46:40,064 stream:1940 DEBUG sending <iq from=None to=None id='xAaadahmyUKtBP8l+pOAE' type='set' data=<aioxmpp.rfc3921.Session object at 0x7f3b6503a828>> and waiting for it to be sent
2016-09-01 10:46:40,064 stream:1523 DEBUG enqueued stanza <iq from=None to=None id='xAaadahmyUKtBP8l+pOAE' type='set' data=<aioxmpp.rfc3921.Session object at 0x7f3b6503a828>> with token <StanzaToken id=0x00007f3b641a3da0>
2016-09-01 10:46:40,064 stream:1960 DEBUG using token <StanzaToken id=0x00007f3b641a3da0>
2016-09-01 10:46:40,065 stream:975 DEBUG forwarding stanza to xmlstream: <iq from=None to=None id='xAaadahmyUKtBP8l+pOAE' type='set' data=<aioxmpp.rfc3921.Session object at 0x7f3b6503a828>>
2016-09-01 10:46:40,066 protocol:137 DEBUG SENT b'<iq type="set" id="xAaadahmyUKtBP8l+pOAE"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>'
2016-09-01 10:46:40,066 stream:1943 DEBUG token <StanzaToken id=0x00007f3b641a3da0> enters state <StanzaState.SENT_WITHOUT_SM: 3>
2016-09-01 10:46:40,067 __init__:497 DEBUG _write_ready: nothing more to write, removing writer
2016-09-01 10:46:40,085 base_events:1212 DEBUG poll 14964.192 ms took 18.304 ms: 1 events
2016-09-01 10:46:40,086 protocol:442 DEBUG RECV b'<iq type="result" id="xAaadahmyUKtBP8l+pOAE"/>'
2016-09-01 10:46:40,088 stream:707 DEBUG incoming iq: <iq from=None to=None id='xAaadahmyUKtBP8l+pOAE' type='result'>
2016-09-01 10:46:40,088 stream:710 DEBUG iq is response
2016-09-01 10:46:40,088 stream:716 DEBUG iq response delivered to key (None, 'xAaadahmyUKtBP8l+pOAE')
2016-09-01 10:46:40,089 node:594 DEBUG legacy session negotiated (upgrade your server!)
2016-09-01 10:46:40,090 stream:1523 DEBUG enqueued stanza <presence from=None to=None id='xMJaIzNsBgsUwttORC/09' type=None> with token <StanzaToken id=0x00007f3b641a3f28>
2016-09-01 10:46:40,091 stream:1940 DEBUG sending <message from=None to=None id='' type='normal'> and waiting for it to be sent
2016-09-01 10:46:40,092 stream:1523 DEBUG enqueued stanza <message from=None to=None id='xRDbRfBCuax7LwutSG0PU' type='normal'> with token <StanzaToken id=0x00007f3b641a3ef0>
2016-09-01 10:46:40,092 stream:1960 DEBUG using token <StanzaToken id=0x00007f3b641a3ef0>
2016-09-01 10:46:40,092 stream:975 DEBUG forwarding stanza to xmlstream: <presence from=None to=None id='xMJaIzNsBgsUwttORC/09' type=None>
2016-09-01 10:46:40,093 protocol:137 DEBUG SENT b'<presence id="xMJaIzNsBgsUwttORC/09"/>'
2016-09-01 10:46:40,093 stream:975 DEBUG forwarding stanza to xmlstream: <message from=None to=None id='xRDbRfBCuax7LwutSG0PU' type='normal'>
2016-09-01 10:46:40,093 protocol:137 DEBUG SENT b'<message id="xRDbRfBCuax7LwutSG0PU"><gcm xmlns="google:mobile:data">{"to": "fEIQNAAOnlo:APA91bF_MwnN7SnI0p1b8seLsVYeAYY0QGsPinp1BWSKOyqUZ2ZYsYRzrsxgAYmxFt3jODe_Pmf6hXabeQDamnXLzTxr0OFlLG2ut23Jmmu8P-K4-6ao4jw0KOJdV6cn7XQVphZixNVs", "notification": {"title": "Hello", "text": "World"}, "message_id": "72372d6e-1a46-41c1-8e61-23fa9ce187f6"}</gcm></message>'
2016-09-01 10:46:40,094 stream:1943 DEBUG token <StanzaToken id=0x00007f3b641a3ef0> enters state <StanzaState.SENT_WITHOUT_SM: 3>
2016-09-01 10:46:40,095 node:767 DEBUG stopping main task of <aioxmpp.node.PresenceManagedClient object at 0x7f3b650ba518>
Stack (most recent call last):
File "aio.py", line 49, in <module>
asyncio.get_event_loop().run_until_complete(main(settings.FCM_JID, settings.FCM_API_KEY, settings.RECIPIENT))
File "/usr/lib64/python3.5/asyncio/base_events.py", line 325, in run_until_complete
self.run_forever()
File "/usr/lib64/python3.5/asyncio/base_events.py", line 295, in run_forever
self._run_once()
File "/usr/lib64/python3.5/asyncio/base_events.py", line 1246, in _run_once
handle._run()
File "/usr/lib64/python3.5/asyncio/events.py", line 125, in _run
self._callback(*self._args)
File "/usr/lib64/python3.5/asyncio/tasks.py", line 301, in _wakeup
self._step()
File "/usr/lib64/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "aio.py", line 36, in main
await stream.send_and_wait_for_sent(msg)
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/node.py", line 1052, in __aexit__
self._client.presence = structs.PresenceState(False)
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/node.py", line 919, in presence
self._update_presence()
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/node.py", line 887, in _update_presence
self.stop()
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/node.py", line 767, in stop
self.logger.debug("stopping main task of %r", self, stack_info=True)
2016-09-01 10:46:40,096 callbacks:431 DEBUG connecting <Future pending created at /home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/node.py:1057> with mode <bound method AdHocSignal.AUTO_FUTURE of <class 'aioxmpp.callbacks.AdHocSignal'>>
2016-09-01 10:46:40,096 callbacks:431 DEBUG connecting <Future pending created at /home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/node.py:1057> with mode <bound method AdHocSignal.AUTO_FUTURE of <class 'aioxmpp.callbacks.AdHocSignal'>>
2016-09-01 10:46:40,097 __init__:497 DEBUG _write_ready: nothing more to write, removing writer
2016-09-01 10:46:40,097 node:698 INFO client shutting down (on request)
2016-09-01 10:46:40,097 protocol:137 DEBUG SENT b'</stream:stream>'
2016-09-01 10:46:40,098 __init__:497 DEBUG _write_ready: nothing more to write, removing writer
2016-09-01 10:46:40,099 stream:1377 DEBUG sending stop signal to task
2016-09-01 10:46:40,099 stream:1472 DEBUG task terminating, rescuing stanzas and clearing handlers
2016-09-01 10:46:40,100 stream:663 DEBUG destroying stream state
2016-09-01 10:46:40,100 protocol:321 DEBUG waiting for at most 15 seconds for peer stream footer
2016-09-01 10:46:40,158 base_events:1212 DEBUG poll 14999.560 ms took 57.072 ms: 1 events
2016-09-01 10:46:40,158 protocol:442 DEBUG RECV b'<message><data:gcm xmlns:data="google:mobile:data">{"message_type":"ack","from":"fEIQNAAOnlo:APA91bF_MwnN7SnI0p1b8seLsVYeAYY0QGsPinp1BWSKOyqUZ2ZYsYRzrsxgAYmxFt3jODe_Pmf6hXabeQDamnXLzTxr0OFlLG2ut23Jmmu8P-K4-6ao4jw0KOJdV6cn7XQVphZixNVs","message_id":"72372d6e-1a46-41c1-8e61-23fa9ce187f6"}</data:gcm></message>'
2016-09-01 10:46:40,158 protocol:352 INFO ignoring unknown top-level tag, we’re closing
2016-09-01 10:46:40,175 base_events:1212 DEBUG poll 14941.620 ms took 16.211 ms: 1 events
2016-09-01 10:46:40,175 base_events:1090 ERROR Fatal read error on STARTTLS transport
handle_traceback: Handle created at (most recent call last):
File "aio.py", line 49, in <module>
asyncio.get_event_loop().run_until_complete(main(settings.FCM_JID, settings.FCM_API_KEY, settings.RECIPIENT))
File "/usr/lib64/python3.5/asyncio/base_events.py", line 325, in run_until_complete
self.run_forever()
File "/usr/lib64/python3.5/asyncio/base_events.py", line 295, in run_forever
self._run_once()
File "/usr/lib64/python3.5/asyncio/base_events.py", line 1246, in _run_once
handle._run()
File "/usr/lib64/python3.5/asyncio/events.py", line 125, in _run
self._callback(*self._args)
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioopenssl/__init__.py", line 367, in _tls_post_handshake_done
self._tls_post_handshake(None)
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioopenssl/__init__.py", line 382, in _tls_post_handshake
self._loop.add_reader(self._raw_fd, self._read_ready)
File "/usr/lib64/python3.5/asyncio/selector_events.py", line 232, in add_reader
handle = events.Handle(callback, args, self)
protocol: <aioxmpp.protocol.XMLStream object at 0x7f3b6503a400>
transport: <aioopenssl.STARTTLSTransport object at 0x7f3b6503a978>
Traceback (most recent call last):
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioopenssl/__init__.py", line 440, in _read_ready
data = self._sock.recv(self.MAX_SIZE)
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/OpenSSL/SSL.py", line 1302, in recv
self._raise_ssl_error(self._ssl, result)
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/OpenSSL/SSL.py", line 1165, in _raise_ssl_error
raise SysCallError(-1, "Unexpected EOF")
OpenSSL.SSL.SysCallError: (-1, 'Unexpected EOF')
2016-09-01 10:46:40,177 __init__:239 DEBUG _force_close called
2016-09-01 10:46:40,177 __init__:256 DEBUG clearing readers/writers
2016-09-01 10:46:40,178 stream:663 DEBUG destroying stream state
2016-09-01 10:46:40,178 node:703 INFO stopping stream
2016-09-01 10:46:40,213 base_events:360 DEBUG Close <_UnixSelectorEventLoop running=False closed=False debug=True>
2016-09-01 10:46:40,214 base_events:1090 ERROR Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "aio.py", line 49, in <module>
asyncio.get_event_loop().run_until_complete(main(settings.FCM_JID, settings.FCM_API_KEY, settings.RECIPIENT))
File "/usr/lib64/python3.5/asyncio/base_events.py", line 325, in run_until_complete
self.run_forever()
File "/usr/lib64/python3.5/asyncio/base_events.py", line 295, in run_forever
self._run_once()
File "/usr/lib64/python3.5/asyncio/base_events.py", line 1246, in _run_once
handle._run()
File "/usr/lib64/python3.5/asyncio/events.py", line 125, in _run
self._callback(*self._args)
File "/home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/protocol.py", line 314, in _stream_starts_closing
loop=self._loop
File "/usr/lib64/python3.5/asyncio/tasks.py", line 524, in async
return ensure_future(coro_or_future, loop=loop)
task: <Task pending coro=<XMLStream._stream_footer_timeout() running at /home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/protocol.py:323> wait_for=<Future pending cb=[Task._wakeup()] created at /usr/lib64/python3.5/asyncio/tasks.py:503> cb=[XMLStream._stream_starts_closing.<locals>.<lambda>() at /home/eloi/dev/push-server/local.virtualenv/lib/python3.5/site-packages/aioxmpp/protocol.py:315] created at /usr/lib64/python3.5/asyncio/tasks.py:524>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment