xmpp Questions
1
I am facing issue while creating chat group using XMPP(4.1.3).
My code is
try{
// Get the MultiUserChatManager
MultiUserChatManager manager = MultiUserChatManager.getInstanceFor(ClosrrServic...
3
I am using ejabberd 18 as xmpp server, to use push notification implementing mod_push, we need to connect ejabberd server to App server extending ejabberd 18, Is there any plugins or extensions ava...
Cthrine asked 7/9, 2018 at 7:57
5
Solved
I am developing a chat app for iPhone using XMPP and openfire server,OpenFire server is storing all the chat history between users but When I try to retrieve the chat history for a particular user ...
Sharynshashlik asked 9/7, 2012 at 14:32
2
I have set up openfire on my EC2 ubuntu server with openfire meetings installed.
Focus user, test users, group chat and ofmeet are configured using admin console http://myserver:9090/.
Multi user...
1
I have a react-native Chat application which I am running on my android phone using USB debugging and I am using OPENFIRE as a chat server. For connecting with Openfire I am using library 'react-na...
Pinchcock asked 22/3, 2018 at 13:13
1
I have Ejabberd server and mobile iOS/Android apps.
I want to build a simple Chat app with something like 2 screens:
List of chats
Screen with messages of particular chat
I have an issue wit...
4
I am using XMPP with iOS for file transfer.
I am using following lines of code to send file. But I am continuously getting single error and stuck on issue.
<error code="503" type="cancel">...
Dennison asked 8/10, 2014 at 6:33
5
Solved
I am trying to shift my app from aSmack to Smack 4.1.1. However I am having trouble using the same server and login details in the case of Smack while on aSmack it is working excellently.
Here's m...
8
Solved
I tried adding XMPP framework into my ios project and I couldn't get it working. Turns out I added it incorrectly, So I tried removing it and now without XMPP I am getting these errors:
Thanks in A...
Mesencephalon asked 15/10, 2014 at 15:30
5
Solved
I'm developing a Chat App for Android. I have been reading for weeks about XMPP and Google Cloud Messaging (and Firebase Cloud Messaging) and I am still very confused.
Currently, I already setup a...
Fernery asked 3/7, 2016 at 7:18
3
Solved
Ok guys, simple question but pretty important to me.
so, other android client are sending this xml msg:
<message
id='6ymdM-19'
to='[email protected]/smack'
type='chat'>
<subject...
3
Solved
Background:
I have been able to implement one to one chatting through XMPP in android using asmack library. I am able to send presence to the server as well. I am using OpenFire server for my Chat...
3
Solved
I'm a newbie to XMPP so forgive me if this question sounds silly. I want to create a custom plugin and map it with my aSmack client on Android. I'm trying to apply my knowledge of Web Services but ...
3
Solved
I have this code, almost unmodified from examples:
UserSearchManager usm = new UserSearchManager(conn);
Form searchForm = usm.getSearchForm("search.myserver.com");
Form answerForm = searchForm....
3
Solved
I'm using Smack to develop an internal dashboard in Java/Spark that would start a Google Talk conference between a LDAP user group. When I run
MultiUserChat.isServiceEnabled(connection, "[email...
Cowbird asked 15/2, 2013 at 21:34
0
I'm developing an instant messaging app on android with SMACK library that uses OPENFIRE as a xmpp server. I want to get last message of each conversation from MessageArchiveManager in openfire ser...
1
Solved
I have installed ejabberd with Ubunut OS.
Configured ejabberd.yml as:
port: 5280
ip: "::"
module: ejabberd_http
request_handlers:
"/ws": ejabberd_http_ws
"/bosh": mod_bosh
"/a/b/": mod_foo...
2
I'm currently looking how I could use my oauth2 token from our own application to authenticate against ejabberd.
Is there any solution available which enables me to authenticate in our own produc...
2
1
1
Solved
How can a Node script send a notification via XMPP to a Jabber user (e.g. via Google Hangouts)? I've looked at libraries like xmpp/client but they seem overkill. Is there a simpler solution?
Facultative asked 11/12, 2017 at 21:50
1
Solved
Im using ejabberd + stanza io to build a realtime messaging and audio calling website.
ive managed to make my first audio call
from chrome(on PC) -> chrome(on mac) with no errors
the problem...
6
I use asmack-android-7-beem library for Android. I have a background service running, such as my app stays alive. But sooner or later XMPP connection dies without any notice. The server says that t...
Champion asked 26/10, 2012 at 4:1
1
How to get offline message in PubSub? Using the Smack library. after searching I found an answer which looks like this:
// Create a pubsub manager using an existing XMPPConnection
PubSubManager mg...
Antoninaantonino asked 28/9, 2017 at 11:16
0
I want to get the offline message, I'm using pubsub and I have added addItemEventListener on a node but when the user gets online then the user gets a message in stanza, not in the event listener's...
Stpierre asked 3/10, 2017 at 7:30
© 2022 - 2024 — McMap. All rights reserved.