0
votes
0answers
36 views

Web-based Jabber client does not work in closed environment

I have installed and configured openfire 3.8.1 chat-server on Window server 2008 R2 enterprise. I am using JsJac.js jabber-client library written in javascript. On ...
0
votes
0answers
246 views

How to trigger “Alerts are off while you use another client to chat.” from an XMPP client

On some Facebook XMPP chat clients, like Pidgin, when connected a warning appears on the native web based Facebook messenger that says "Alerts are off while you use another client to chat." When this ...
0
votes
1answer
259 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
207 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
1answer
459 views

XMPP Notfication service instead of GCM / APNS

How does device receive Android GCM push notification? Hi, In the link above the steps of GCM and Blackberry notifcation services are explained. I'm wondering if it is possible to change the GCM ...
-1
votes
1answer
344 views

Java XMPP Server

I want to write an Android application where a user can talk to their phone via xmpp over their local WiFi network. The reason I have chosen XMPP is so that they can use any client software such as ...
0
votes
0answers
80 views

Unit Testing Jabber Client Code: Anybody know of an XMPP Equivalent for GreenMail?

In my Java application I have a simple service that other parts of the application can use to send emails. I base that service on an interface, so unit testing the other services that use it is easy. ...
2
votes
0answers
242 views

How to make the other person reply to the chat message in xmpp?

I have used the following code to make the chat app in android.With the help of this code I'm able to send message to a client.But my need is to make the other person to communicate using my app.But ...
2
votes
1answer
729 views

XMPP with aSmack library getting error?

I am trying to make aSmack work in my project. Created a standard project in eclipse, added the jars (smack.jar, smackx-debug.jar, smackx-jingle.jar, smackx.jar) to libs folder . Started using the ...
0
votes
0answers
390 views

xmpp client with server ejabberd

I am using ejabberd as server and want to deploy it on a large scale. Can you suggest me the client best suited so that I can plug it in seamlessly. I am thinking of using wokkel or pidgin but not ...
0
votes
2answers
1k views

XMPP (Jabber) windows client with SSO features

I'k looking for a xmpp windows client with SSO feature in a Windows Domain. I've tried pandion but it doens't work.
2
votes
1answer
337 views

XMPP libraries for Ruby

There are several XMPP client libraries for Ruby available, what is your experience with them and which one would you recommend?
1
vote
2answers
2k views

Can't send/resecive messages with openfire server across Smack API

I have my own configured OpenFire server. I have created two users user1 and user2 and I'm trying to send/receive messages between these users across the Smack API. I switched on debug mode in Smack ...
2
votes
2answers
1k views

looking for jquery or javascript ready-made xmpp web client for mobile

I've been searching for the better part of a week so I thought I'd toss this out to the experts for some input. I am in desperate need of an xmpp / jabber web client that can be easily adapted to a ...
1
vote
2answers
224 views

Problems using Jabber in Emacs on windows

While I realize that the combination of Emacs on Windows as a Jabber client might be the definition of "impasse", I feel like there might be some one else with the gumption and fortitude to get this ...
0
votes
2answers
437 views

PHP and XMPP both way

I'm trying to create a web application with PHP and XMPP. One of the requirements is that when the Javascript client on the browser sends an event to the server through XMPP, the PHP gets to work and ...
0
votes
2answers
124 views

How to write client for jabberd14 server

Anyone can tell me how to kick start development a super simple client for jabberd14 server? I am comfortable using C++, VB .NET, PHP (for webdevelopment). And also how to add user in the server ...
1
vote
2answers
695 views

xmpp group communication

i implemented the xmpp client in android.its working fine.the next task i focused on group communication from android.please anybody help me in the java code which related to group communication from ...
1
vote
1answer
253 views

Need help in zeroing on webbased xmmp group chat client

I need a webbased group chat client that can interact with various xmpp servers. I did some research and found muckl , speeqe and tigase minichat but I have one more issue I am deploying my site on ...
0
votes
1answer
407 views

How to create a messaging service?

I want to create a messaging service that uses the XMPP protocol. How would I implement the server-side as well as the client side aspects of this service? I know I would need a server (like Jabberd ...
1
vote
2answers
723 views

XMPP Client incompabilities

I'm currently working on a project that is building a java-based desktop application to interface with a website. We want to incorporate IM capabilities, so we decided to use XMPP. The problem is ...