1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 00:44:50 +02:00

s/intercepter/interceptor/ in comment of EntityCapsManager

This commit is contained in:
Florian Schmaus 2014-12-02 18:16:34 +01:00
parent ba2df2a995
commit 3cbd845df2

View file

@ -494,7 +494,7 @@ public class EntityCapsManager extends Manager {
} }
}); });
// Send an empty presence, and let the packet intercepter // Send an empty presence, and let the packet interceptor
// add a <c/> node to it. // add a <c/> node to it.
// See http://xmpp.org/extensions/xep-0115.html#advertise // See http://xmpp.org/extensions/xep-0115.html#advertise
// We only send a presence packet if there was already one send // We only send a presence packet if there was already one send