All Projects → no-go → Notifyrelay

no-go / Notifyrelay

Licence: unlicense
forward Android messages to a jabber account or your gotify server

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Notifyrelay

xabber-web
Open source XMPP client for Web
Stars: ✭ 117 (+875%)
Mutual labels:  jabber
cr-xmpp
XMPP/Jabber Library for Crystal
Stars: ✭ 16 (+33.33%)
Mutual labels:  jabber
Bitlbee
An IRC to other chat networks gateway 🐝
Stars: ✭ 513 (+4175%)
Mutual labels:  jabber
vacuum-im
Cross-platform XMPP client
Stars: ✭ 90 (+650%)
Mutual labels:  jabber
robotito
Terminal shell accessible through a jabber connection
Stars: ✭ 68 (+466.67%)
Mutual labels:  jabber
Miranda Ng
Miranda NG: Next Generation of Miranda IM
Stars: ✭ 341 (+2741.67%)
Mutual labels:  jabber
xmpp
An implementation of the Extensible Messaging and Presence Protocol (XMPP) in Go.
Stars: ✭ 97 (+708.33%)
Mutual labels:  jabber
Torpedo
Pluggable, multi-network asynchronous chat bot written in Go
Stars: ✭ 19 (+58.33%)
Mutual labels:  jabber
ejabberd mod apns
An ejabberd module to send PUSH messages to iOS devices through APNS
Stars: ✭ 31 (+158.33%)
Mutual labels:  jabber
Spark
Cross-platform real-time collaboration client optimized for business and organizations.
Stars: ✭ 471 (+3825%)
Mutual labels:  jabber
SharpXMPP
XMPP library for .NET/Xamarin/.NET Core
Stars: ✭ 17 (+41.67%)
Mutual labels:  jabber
tigase-swift
(M) Tigase Swift XMPP client library
Stars: ✭ 53 (+341.67%)
Mutual labels:  jabber
Conversations
Conversations is an open source XMPP/Jabber client for Android
Stars: ✭ 3,965 (+32941.67%)
Mutual labels:  jabber
Whack
Open Source XMPP component library for XMPP components
Stars: ✭ 28 (+133.33%)
Mutual labels:  jabber
Ejabberd
Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
Stars: ✭ 5,077 (+42208.33%)
Mutual labels:  jabber
isotoxin
Isotoxin source
Stars: ✭ 69 (+475%)
Mutual labels:  jabber
Jitsi
Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, IRC and many other useful features.
Stars: ✭ 3,531 (+29325%)
Mutual labels:  jabber
Inverse.js
inVerse: A fullscreen, single-page, XMPP-chat application.
Stars: ✭ 10 (-16.67%)
Mutual labels:  jabber
Jackal
Instant messaging server for the Extensible Messaging and Presence Protocol (XMPP).
Stars: ✭ 899 (+7391.67%)
Mutual labels:  jabber
Jabberd2
JabberD XMPP Server
Stars: ✭ 428 (+3466.67%)
Mutual labels:  jabber

Notify to Jabber

Logo

Sometimes a new giant smartphone is too big for me at parties. It's nice to be able to redirect all your messages to a little old one. In an emergency you can at least answer via SMS. My app redirects almost everything to a Jabber account, to your Gotify server or as sms. It's a little everyday hack that I don't want to keep from the FOSS community.

The App sends all Android text notifications to a xmpp jabber account. It uses smack lib for this.

Alternative: use your gotify server and an application token to submit the notifications. It uses the Retrofit lib for the REST request.

Read from Gotify

I improved a Android Gotify Read App, to read and delete messages. Additionaly I improve a Desktop App with nodeJS and electron to read e.g. the playing music titles on my notebook.

GotifyRead Sources

Gotify with self signed cert

If a X509Certificate is detected, domain is checked and fingerprint is store. Additional access will compare these fingerprint.

Get the App

You can get a signed APK (4.4.4+) from here

Alternative:

Get it on F-Droid

My App License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
software, either in source code form or as a compiled binary, for any purpose,
commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software
dedicate any and all copyright interest in the software to the public domain. We make
this dedication for the benefit of the public at large and to the detriment of our
heirs and successors. We intend this dedication to be an overt act of relinquishment
in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

For more information: http://unlicense.org

Smack Library License

Use of the Smack source code is governed by the Apache License Version 2.0:

Copyright 2002-2008 Jive Software.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Retrofit Library License

Copyright 2013 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].