Post by monoom aminaHow can i disable APN in textsecure stystem.
Initially (because now I'm using iOS clients too) into source code I:
- removed @NotEmpty annotation above "private ApnConfiguration apn;"
field definition into PushServerconfiguration. So into yml PushServers's
file the APN related params become optional
- into PusServer.java's "run" method I commented every row with apnSender var
and I've passed null in the jersey Controller registration of the
PushController:
"environment.jersey().register(new PushController(null, gcmSender));"
intead of
"environment.jersey().register(new PushController(apnSender,
gcmSender));"
That's all (in my memory)
--
=========================================================================
| ***@autistici.org |
| Pub key fingerprint: F9CB 6666 B75C 643D E2F5 0614 6519 D675 2DA3 1530 |
=========================================================================