1
vote
1answer
34 views

How to send a broadcast message with SmackAPI?

We're developing special devices that uses XMPP to talk to each other. A new API i am developing now, should talk to these devices too. The problem i am facing - all these devices are building little ...
0
votes
0answers
29 views

Smack api and Openfire server presence error

I am developing a chat application using Smack api and I got stuck at receiving presence packets. Tested with Smack 3.2.2 and 3.3.0. These problems involve only using Openfire server 3.8.1. First:I ...
1
vote
1answer
40 views

I want to add an external library to jdk 1.6

I want to add an external library I am using eclipse IDE and I followed the following procedure of clicking the preferences - > Java - > Installed JREs - > Edit - > add External JARs and after adding ...
-1
votes
0answers
81 views

Code for Facebook chat using XMPP in android [closed]

I am new in android, in my application i have to write a code for facebook chat with friends so please provide any sample application so i can integrate with my application thanks in advance
-1
votes
1answer
84 views

smack jitsi-jingle examples

I want to develop a project that can support voice chat, and I decide to use jitsi-jingle and smack, but I don't know where to start, are there any tutorials or little examples for me to learn ...
0
votes
1answer
29 views

How to detect an error while sending a chat using Smack

I'm using smack to send a chat message. While testing i figured out that, when the network is unavilable, the API does not throw any exceptions. my code : Chat chat = ...
0
votes
1answer
22 views

Smack user validation and Nodeprep profile of stringprep

I'm working with Smack library and as I understand there is no function for verifying user jid, which is used in creating new Connection. (Please correct me if I'm wrong) So I decided to write a new ...
0
votes
2answers
156 views

How to handle (failed) login attempts with Smack XMPP API

I'm developing a chat server based on XMPP and Smack API, which connects to an Openfire server (Hosted by a friend who is also developing this with me). So, I started programming it just a few days ...
0
votes
1answer
83 views

How to configure openfire to support TLS 1.2

I'm using Openfire 3.8.1 as XMPP server on windows, but open fire supports only TLS 1.0 and i need support for TLS 1.2 How can i configure Openfire to support TLS 1.2? Also i read that openfire is ...
0
votes
0answers
32 views

cannot redirect to login.jsp after installing and setup openfire on fedora

I am trying to install openfire on my fedora machine, I follow step by step to setup my openfire. After setip complete, I cannot login to admin panel always redirect to ...
2
votes
1answer
114 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
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 ...
0
votes
1answer
227 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
1answer
370 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 ...
4
votes
2answers
775 views

Does Google Talk support XMPP Multi-User Chat?

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, ...
0
votes
0answers
93 views

Unable to send message to xmpp queue in activemq

I am unable to send message to xmpp queue in activemq. I get the following example. As per the documentation I downloaded wstx jar and placed in activemq/lib/optional folder. I get the following ...
0
votes
1answer
114 views

How do you perform OAUTH2.0 Smack XMPP authentication with talk.google.com

I haven't been able to find documentation on how to implementation OAuth2.0 authentication using the Smack API using access tokens. The only examples I've been able to find are Facebook examples and ...
2
votes
1answer
115 views

GWT - Connect to talk.google.com from GWT Application

I want to connect to google server from my GWT Application, to integrate google chat into my Appllication. I have tried using the emite gwt library, but haven't been successful with the configuration ...
2
votes
1answer
124 views

Configure Ejabberd to connect to gtalk

I am using emite i my GWT Application. I have configured Ejabberd. Through emite library I can connect to admin@localhost from my application. I want to connect to gtalk server thorugh my application. ...
-1
votes
1answer
364 views

MultipleChatUser XMPP asmack join

I am new to this OpenFire and asmack, i want the user to have a functionality of Multi Users Chatting so i searched around and i found MUC i have implemented this for creating a room and sending ...
1
vote
0answers
100 views

How to intercept a Ping message from the Openfire Server?

I am writing an Openfire plugin to intercept the Ping message the server sends to the client when the client becomes idle. The system Ping looks like: <iq from='capulet.lit' ...
2
votes
2answers
202 views

XMPP chat in GWT Applications

I am looking of something of this kind. My application uses Google OAuth to login. Now, I want to integrate XMPP chat in my application. When I am logged into my application through, using this chat, ...
0
votes
1answer
109 views

AMPQ or XMPP for Client Notifications

I'm designing a replacement for a custom messaging system that is currently used to notify a JavaScript web application about changed content from the server side (Java). This legacy messaging system ...
0
votes
0answers
77 views

Facebook Chat Not Picking Up Link When Sent from External Client

I was wondering if there is a way for a link that is sent as part of the message through XMPP protocol to be picked up and rendered by Facebook. I found that even if the page that the link is pointing ...
0
votes
0answers
35 views

Receiving a xmlstring with asmack with a corrupted string

I built a XMPP Server with a Java Client as Subscriber and Publisher this thing uses the original Smacklib. The other Part is a Android Client with a lib called asmack7 and asmack-beem(testet both). ...
1
vote
0answers
131 views

Multiple Publisher for Publish Subscribe java

try after my question was marked as not real question. Here is what i am trying to do: i create a node with a open Accessmodel with a user called "server" as Example ` ConfigureForm form = ...
0
votes
0answers
117 views

Cannot log in with xmpp server using smack library in java

I develop xmpp server and client application smack library. And connection between Server/Client established easily but when i call 'connection.login (user,password)' function then following exception ...
0
votes
1answer
256 views

sending message from xmpp server vysper in java

I have set up simple server and client, but i don't no how to send message from xmpp server to client. Please give me some help. If possible then suggest me some links.
0
votes
0answers
93 views

Grails / Java Internal Instant Messenging [closed]

I am creating a team collaboration tool for my final year project in computer science and I would like to include an instant messenging tool as part of the application. I am using the Shiro grails ...
0
votes
2answers
191 views

choice between xmpp or java servlet for a chat server [closed]

I have done a some (but not advanced level expert) research for xmpp protocol and learned java and Java EE for making JSPs and Servlets. I want to make a web based chat system. obviously that ...
13
votes
1answer
580 views

Access Google Talk chat history

I'm looking for a method to access Google Talk chat history. Method to be used for an android device but does not have to be specific to it. I am looking for preferably an official method, but this is ...
0
votes
0answers
117 views

know real time xmpp client status useing smack api [closed]

i am searching from last two weak but i did not get any useful answer I am looking to know the real time notifications event or message from xmpp client to one main admin client.real time event like ...
1
vote
1answer
985 views

ThrottleService(79): unable reading network stats

I am getting Exception " ThrottleService(79): problem reading network stats" I don't know why this is giving me exception and in the App there is some communication with server which is working fine ...
1
vote
1answer
61 views

A Little Advice Concerning Server Side Issue [closed]

I am developing a chat application that is going to be used by thousands of users. I am stacked concerning the technology to use on the server side. I wanted to write the application in PHP. The ...
1
vote
0answers
120 views

J2ME BOSH client to ejabberd

I am writing a J2ME client that must connect to an XMPP server through BOSH. The server I am using is ejabberd. I have two other applications that connect successfully via BOSH to the server. The ...
1
vote
2answers
352 views

XMPP Client (with smack) and ActiveMQ, how to intercept “adminConsole” message

I've made a very simple java application (it's only a proof) and I've no problem to connect to my ActiveMQ message brooker (that is installed on the same machine i'm using to test my java ...
4
votes
4answers
811 views

Could not connect to the XMPP server via smack: No response from server

I'm stuck with this problem and I can not solve it. Code: ConnectionConfiguration config = new ConnectionConfiguration(host, port); config.setDebuggerEnabled(true); ...
0
votes
0answers
93 views

Custom PresenceSubscribeHandler of openfire

Small explanation of my project. I have working application which contains users from different domain names, example kamlesh@gmail.com , kamlesh@yahoo.com , kamlesh@hotmail.com ,etc,etc... Now i am ...
0
votes
1answer
298 views

Create new user in openfire server from android

I created my own XMPP server using openfire. When I want to create new user I go to this web page: Now I want to build Android app like Spark in which I would able to crate new user. Can you guide ...
0
votes
0answers
104 views

XMPP SASL server not responding

I trying to understand xmpp-protocol. At first i create an "stream" by using this code: socket = new Socket("xmpp.jp",5222); InputStream io = socket.getInputStream(); OutputStream out = ...
0
votes
1answer
97 views

Possibilities of running a custom XMPP server on GAE

I've been using GAE XMPP however and have tried working with external XMPP server like OpenFire. However, what are the possibilities of running a XMPP Server module inside of GAE, something that ...
-1
votes
1answer
295 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
1answer
100 views

Listener for new user request in XMPP

I am trying to setup a chat messanger using xmpp and smack. I am able to connect,login m_connection.connect(); SASLAuthentication.supportSASLMechanism("PLAIN", 0); m_connection.login(userName, ...
0
votes
1answer
296 views

How to send a XMPP message from Android to GAE using Smack

I want to send XMPP message from my android client to GAE Server using Smack. I read this post with gmail settings and got the idea of how it should be done. But I don't how to setup the host and ...
-1
votes
1answer
79 views

receiving message in xmmp

How do i receive a message from the server? I have the part where i could send message to the server but not receiving it from the server? How and what should it do? i am using xmpp as a transfer ...
0
votes
2answers
299 views

XMPP in Google App Engine and Android for a chat application

I want to build a simple chat app where users can send messages to each other. Can I do it with XMPP service from Google App Engine? In their tutorials and all the tutorials I found on the web it was ...
0
votes
4answers
316 views

How to use WebSocket with a Jetty emdedded custom server [closed]

I'm new to StackOverflow. I've searched about the topic, but I did not find anything really relevant. Basically I need to develop a web 'Support Chat' system for our company. I know that there are a ...
0
votes
0answers
79 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
2answers
242 views

Java Chat (Messaging) between eclipse and enterprise web application

Scenario: I want to add messaging feature to an eclipse plugin and a web application. Clients are eclipse users, and web application users. Whenever a client posts a message to the server with a ...
0
votes
2answers
750 views

Adding Custom Attributes in Message tag in XMPP packet using asmack for android?

The Message Packet that i want to recieve. <message to="39@domainname.com/smack" chat_id="73392" custom_packet="true" user_id="44" manager_id="39" time_stamp="0" website_id="0" ...

1 2 3 4 5