Add PresenceProtocolEntity to YowStack

This commit is contained in:
moyamo 2015-06-21 19:05:28 +02:00
parent f0a19d1b6c
commit f871ed664b
1 changed files with 4 additions and 1 deletions

View File

@ -88,7 +88,10 @@ class Session():
YowMessagesProtocolLayer, YowMessagesProtocolLayer,
YowReceiptProtocolLayer, YowReceiptProtocolLayer,
YowAckProtocolLayer, YowAckProtocolLayer,
YowMediaProtocolLayer, YowIqProtocolLayer, YowGroupsProtocolLayer)), YowMediaProtocolLayer,
YowIqProtocolLayer,
YowGroupsProtocolLayer,
YowPresenceProtocolLayer)),
YowCoderLayer, YowCoderLayer,
YowCryptLayer, YowCryptLayer,
YowStanzaRegulator, YowStanzaRegulator,