Add PresenceProtocolEntity to YowStack

This commit is contained in:
moyamo 2015-06-21 19:05:28 +02:00
parent f0a19d1b6c
commit f871ed664b

View file

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