XMPP (Extensible Messaging and Presence Protocol) is an open, standard protocol for fast delivery of real-time messages.

learn more… | top users | synonyms (1)

0
votes
0answers
77 views

xmpp based web chat

I'm developping a web chat, based on XMPP. Currently I make a connection for each page, while I think it waste too much system resource. Does anyone have some good suggestions? Using openfire + ...
1
vote
1answer
75 views

Does Facebook chat platform support BOSH?

I've read a relative question(Integrating Facebook Chat) 's answer whitch said Facebook does not do S2S federation, only C2S, so you will have to use that as your XMPP server (or implement ...
0
votes
0answers
1k views

Best Open Source XMPP Client for Android [closed]

Most of my friends are 'suffering' the WhatsApp renewal issue, and I would like to take advantage from the situation to recommend them an Open-Source XMPP Client. I'm analyzing some options: Beem ...
1
vote
1answer
87 views

Denying Request in Xmpp - Remove Entry from roster

In XMPP when I send a friend request to other user, if other wants to deny it then, the entry from the roster should be removed, but I am not able to remove the entry from user. It is giving me force ...
2
votes
1answer
113 views

How to find out the room occupants when someone joined or left a MultiUserChat in smackx?

I am trying to implement a MultiUserChat with the smackx api. So far I managed to create a new MultiUserChat room, join it, and send invites out. My problem as of now is how to find out who is in the ...
0
votes
0answers
46 views

mobile users recieve blank messages

I am creating a embedded app in Facebook web that uses Facebook chat as part of a game. It goes from a n embedded player, through javascript to a bosh server, then to the Facebook XMPP server to sent ...
0
votes
0answers
56 views

how block bad nick name and bad status on ejabberd?

my question about how block bad nick on ejabberd 2.1.11 i found mod_feelings (mod_shit) https://github.com/ways/mod_feelings/blob/master/mod_feelings.erl can replace bad message on body or subject ...
0
votes
1answer
137 views

Disconnect node-xmpp client

I am looking at node-xmpp and node-simple-xmpp and I am trying to make a simple client. Everything works fine, except the disconnect. I have made the following file after the example of simple-xmpp: ...
3
votes
2answers
420 views

Can't create a multi user chat (MUC) room with aSmack library for Android: “packet.DefaultPacketExtension cannot be cast to packet.MUCUser”

For an application I need to be able to create a multi user chatroom and join it. The chat server is a openfire server. I used to have: MultiUserChat chat = new MultiUserChat(connection, roomName + ...
0
votes
1answer
203 views

Unable to get chat History from OpenFire Server in iOs

I am trying to fetch chat history from Openfire server. For that purpose we are done with open fire set up and we added archiving plug in to Openfire as well. I gone through some Googling and I found ...
1
vote
0answers
20 views

XMPP MUC how to list rooms that user is affiliated with [duplicate]

Im making a whatsapp like client as far as chatting goes. I need to populate a "feeds" area with all the rooms that the user is affiliated with. I cant find anywere how to do this. This works to get ...
0
votes
1answer
87 views

binary based xmpp server?

Helo, I'm working on a mobile game which needs realtime communication from client to server. Usually I'll implement a TCP socket server and use some private binary protocol to enable bidirectional ...
0
votes
0answers
155 views

how can edit mod_muc on ejabberd to filter messge by jabber id?

we find on jabber/xmpp server (jbber.ru) in room configurtion filter message by jabber id and use it to drop bad message and bad nick by isida bot but in another jabber erver can't do that so how ...
0
votes
0answers
17 views

Writing plugins/modules for jabberd2

I am developing a game server using jabberd2. Can I write a module (like a plugin) for the jabberd2 program to support certain custom functionalists for my game server application? If yes could you ...
-1
votes
1answer
171 views

Cannot send chat invites anymore from Openfire user to GMAIL account [closed]

I have an Openfire server with some custom users that act as bots and send chat invites to GMAIL accounts. After 6 month of working perfectly well, suddenly, since yesterday, my users cant send ...
0
votes
1answer
73 views

When connect server xmpp has error

Has anyone used androidpn? When I connect server, xmpp has this error: 02-27 21:24:34.720: D/RegisterTask.PacketListener(3144): packet=<iq id="8dMsj-0" from="kwant.cn" type="error"><query ...
0
votes
1answer
228 views

XMPP client library for ios with BOSH support

I am looking for a Objective C XMPP client library with BOSH support for my iPad app. I came across XMPPFramework but I learned that it does not have BOSH support or does it? Can any one point me to ...
0
votes
2answers
105 views

Server architecture design for cross platform clients for real time communication [closed]

I am making a web based application/service, which needs to be supported by clients on the 5 platforms: 1) Mac 2) Web (browser) 3) IOS 4) Windows 5) Android The important requirement is to ...
-1
votes
1answer
104 views

Ruby Thread Deadlock in XMPP (xmpp4r)

I'm implementing a Google Talk listener that updates me with all my contact list items' presence. require 'xmpp4r' require 'xmpp4r/roster' require 'xmpp4r/roster/helper/roster' sender_jid = ...
0
votes
1answer
70 views

Removing a user from an OpenFire Roster causes both Rosters to be affected

having a major issue with OpenFire, hopefully one of you guys could help out. Basically the end goal is to remove user_2 from the roster of user_1 - but making sure that user_1 is still in the roster ...
0
votes
1answer
186 views

Access ejabberd XMPP server via php [closed]

I would like to know how many users are connected in my ejabberd server with a php script. I can use the command ./ejabberdctl connected_users in the command line, but i want to use a php script to do ...
1
vote
2answers
66 views

strange user identification in ejabberd jabber

I really did try to google this one, but apparently I don't know the right question... I have my own jabber server running on ejabberd. It is corporate server where I manage contacts, so I'm sure ...
1
vote
1answer
259 views

Send an XMPP message with Python

I'm trying to send an XMPP message using Python but I can't get it to work. It seems to be failing at the authentication step. I took this example from a previous question and set up a gmail account ...
2
votes
1answer
122 views

Choosing correct Chat Protocol implementation

I am trying to create a forum based group chat application on android.I need to be able to draw and send voice messages over chat. I am confused between IRC and XMPP for chat protocol to use.Can ...
1
vote
1answer
227 views

BOSH module not started: Ejabberd / Strophe setup issue

Am trying to setup Strophe with Ejabberd on Ubuntu 12 (Linode latest version) using the internal Ejabberd webserver to serve the chat. The test urls (http-bind and admin) both work. JWChat works. ...
0
votes
0answers
41 views

Max data transfer limit in xmpp

Is there any limit in transfering data in facebook xmpp? How can I share files in facebook xmpp through iphone? Thanks in advance, Sanath
0
votes
1answer
224 views

Automatically adding users to roster using Smack API

I am building a client application for Intra Office Messaging System using Openfire as server. Using Roster class I can find the list of buddies (friends/contacts) using: Roster rs= ...
0
votes
0answers
191 views

phonegap server communication [closed]

I would like to make a phonegap application that does some simple user-user communication with a server in between, like telling another user you are available on a given date & time. The app ...
1
vote
2answers
134 views

Does Facebook XMPP Chat server implement message archiving? (XEP-0136)

I'm working with Facebook's XMPP chat service, and I need to fetch older messages from the server. Can I use XEP-0136 on the client to do that or is there another more used way?
-2
votes
1answer
53 views

Chat Application Suggestion .Net

I am going to develop a chat application, I am confused which way I choose. Below are the option, please suggest me which/why is the best way to create a chat application. WCF Duplex chat Socket ...
0
votes
0answers
97 views

no Subscription approval notification in openfire

i am trying to create an application on smack and openfire for pubsub but I am not be able to receive Subscription approval notification from the server when owner approves the subscriber for a node. ...
0
votes
0answers
106 views

What's the current support for websockets XMPP client in web browsers?

What's the current (spring 2013) support of WebSockets technology in XMPP clients implemented in web browsers? I have read it's possible to turn on WebSockets module on the server (for example via ...
0
votes
0answers
46 views

XMPP Rooms: request room extended info

I'm using Tigase XMPP server http://www.tigase.org/ I'm trying to get xmpp room extended info using http://xmpp.org/extensions/xep-0045.html#disco-roominfo <iq from='hag66@shakespeare.lit/pda' ...
0
votes
1answer
368 views

XMPP - Facebook - How can my client implementation receive messages sent by other client implementations?

I have implemented a facebook chat client that connect using the Smack API. At this moment, the main features are working well. I send, receive messages, receive typing notifications... But I have a ...
1
vote
2answers
431 views

Send info regarding user via XMPP in iOS

I have implemented the chat and everything is working good. I follow that link http://mobile.tutsplus.com/tutorials/iphone/building-a-jabber-client-for-ios-server-setup/ tutorial to implement chat ...
1
vote
0answers
125 views

aSmack as a service

Basically I have a Main class running the entire project. The code is working perfectly although once the App is unfocused it becomes inactive. I was wondering how I would go about making it a ...
0
votes
1answer
90 views

ejabberd 2.1.11 error on Erlang Module Hook

I followed this article step by step and I seem to be the only person to get this specific error. http://jasonrowe.com/2011/12/30/ejabberd-offline-messages/comment-page-1/#comment-2274 I created and ...
3
votes
2answers
136 views

64-bit libjingle failing to parse login XML with expat error: ERROR_INVALID_TOKEN

Only upon attempting to run my login code under 64-bit, am I getting a failure to login to talk.google.com for my initial tests. 32-bit works fine. Upon enabling logging macros and siginput logging, ...
0
votes
1answer
51 views

Self-Signed Cert with Messages on Mountain Lion

So I have a mac mini server that I have used as a Jabber server for ages. Suddenly, when anyone logs on to Messages, it asks to trust the cert. Even if you say show it to me, and say Always Trust, ...
0
votes
1answer
161 views

What's the technology Facebook uses for their chat?

I know I can connect to the Facebook chat using XMPP client/protocol. I wonder whether Facebook guys run some of the XMPP servers, they implemented their own or they just use another technology ...
0
votes
0answers
20 views

can not connect to jabberd2 server from any chat client

I have successfully compiled jabberd-2.2.17 & installed on CENTOS-6 server but can not connect to server from any chat client, neos chat client shows "connecting" on its connection status bar for ...
0
votes
1answer
57 views

Trouble with GCDAsyncSocket ReadTimeoutError

I'm using XMPP & OpenFire for my iOS project. The internet connection is stable. Everything is fine on the first sign in. However from the second time on (sign out then sign in again), it rarely ...
0
votes
0answers
196 views

iOS text / voice / video chat app

We are planning to develop a mobile chat app (initially for iOS devices and later on for Android as well). I need your recommendations on the following: Need to provide text chat & file sharing ...
0
votes
0answers
147 views

xmpp + openfire + webchat - how to connect a user to an agent

Followig this link: http://xmpp.org/extensions/xep-0142.html#proto-agent-acceptreject i've tried to connect a user with an agent, but it doesn't work. My web-chat uses Strophe to make the ...
-1
votes
1answer
160 views

How to get offline messages from openfire in android application [closed]

I am trying to build a small chat application in android using asmack API and XMPP. Online chat is working but i don't know how to get off-line messages from openfire server. if you have any kind of ...
2
votes
1answer
170 views

iOS messaging system (chat system) in app

So I have my iOS App (it's a social networking one) and I would like to add a messaging and chat system. I've looked up ways to do this but haven't found one that I could either fully understand or ...
-1
votes
2answers
144 views

get VCard Avatar iq packet from server SMACK Android XMPP

I am sending IQ packet to server properly but unable to get IQ packet from server after comparing hash codes IQ iq = new IQ(){ @Override public String ...
1
vote
1answer
111 views

How to send chat request (subscribe) to number on Openfire server using XMPP framework (iphone) and populate the roster?

I am letting people register to my App using their mobile numbers. I can see the people online on the admin panel. But unless I manually go and add them to the roster and subscribe, they can't chat ...
0
votes
0answers
47 views

Creating a P2P Messaging Smartphone App

I'd like to create an iOS and Android app that allows users to send and receive messages with other app users but am in need of a protocol to allow this. As planned, when the user opens their app it ...
-1
votes
1answer
40 views

XMPP broker support in activemq 5.7 and 5.8

IS XMPP broker supported in activemq version 5.7 and 5.8. I am able to create topic but during creation of queue it is throwing me exceptions. Any help is appreciated. thanks Lokesh

1 3 4 5 6 7 47