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...
Acidforming asked 20/10, 2015 at 6:6

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...
Teaching asked 3/11, 2016 at 10:59

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...
Anissaanita asked 29/8, 2018 at 20:11

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...
Rectory asked 21/5, 2015 at 16:1

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...

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...
Oho asked 23/3, 2012 at 10:57

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...
Aldaaldan asked 12/3, 2014 at 7:1

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 ...
Radiotelegraph asked 22/6, 2016 at 10:30

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....
Bogoch asked 6/5, 2011 at 10:43

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&#1...
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...
Middelburg asked 10/6, 2018 at 9:21

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...
Seduction asked 26/5, 2018 at 14:1

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...
Puffball asked 15/6, 2015 at 14:11

2

I am developing a Chat application in which I have a background service that is continuously running. The Application is running smoothly and I am able to receive and send messages without any is...
Griego asked 12/5, 2015 at 6:4

1

I'm looking to do some performance and load testing on a XMPP/HTTP Web services server using JMeter. I'm new to JMeter and am starting to get my head around the basics, but I would like to get thes...
Pashm asked 10/2, 2014 at 14:48

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...
Dominique asked 10/12, 2017 at 15:5

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.