java - xmpp openfire push notification and logging -


i building java backend app (android & ios) has messenger function integrated.

i playing around openfire , ejabberd last days , wondering how can solve problem - want catch messages , server

  1. log messages custom history file
  2. send push notifications android & ios client when offline.

has implemented yet? have read xmpp proxy doing work dont know how start.

thanks in advance. - bob

1: log messages custom history file: openfire, can write custom plugin packet interceptor , can log information per business needs. can find opensource plugins this, per experience, have done custom work log specific information.

2: send push notifications android & ios client when offline: again experience custom solution per business needs. custom code can injected in openfire code , can send http request push server (or can send push directly gcm or apple determining platform of recipient). custom code provides ability send information require. like, can send actual chat message in push, or if want send customized message in push.

but dont know how start: if willing perform custom changes business needs, hurry checkout openfire code github , set development environment. openfire plugin development, can start plugin development guide: https://www.igniterealtime.org/builds/openfire/docs/latest/documentation/plugin-dev-guide.html


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -