XMPP (Extensible Messaging and Presence Protocol) is an open, standard protocol for fast delivery of real-time messages.
41
votes
2answers
25k views
Android and XMPP: Currently available solutions [closed]
I'd like to pose a question as to which XMPP library would be the best choice nowadays, for Android development.
I've been using the patched Smack
library from here as is
suggested in many other ...
36
votes
9answers
22k views
Good XMPP Java Libraries for server side?
I was hoping to implement a simple XMPP server in Java.
What I need is a library which can parse and understand xmpp requests from a client. I have looked at Smack (mentioned below) and JSO. Smack ...
34
votes
5answers
16k views
Good tutorials on XMPP?
I've been looking at some open-source XMPP servers, and am familiar with the official page http://xmpp.org/. But thus far I've not found anything in between "The Extensible Messaging and Presence ...
28
votes
6answers
11k views
Is there an open source WebSockets (JavaScript) XMPP library?
Has anyone written an open source XMPP library that uses WebSockets and is meant to be run by a browser?
28
votes
1answer
3k views
.NET XMPP libraries under Apache, MIT or MS-PL licenses?
I am looking for a liberally licensed (MIT, X11, Apache, etc) version of the XMPP protocol for .NET and Mono.
There are a handful of libraries under the GPL, LGPL and LGPL v2 for .NET and Mono, but ...
22
votes
7answers
25k views
Commandline Jabber client
I need a simple scriptable/commandline jabber client. What is the best and/or simplest one to install?
Clarification: I'm looking for a simple way to send messages from within a script.
22
votes
2answers
11k views
Best python XMPP / Jabber client library? [closed]
What are your experiences with Python Jabber / XMPP client libraries?
What do you recommend?
21
votes
7answers
12k views
Which is the most mature Python XMPP library for a GChat client?
There seem to be several options for Python XMPP client libraries -- I'm not totally sure what I'm getting myself into (just fiddling around at this point), so I'm looking for some advice on which ...
20
votes
2answers
6k views
What is roster in XMPP?
I'm learning XMPP now but I repeatedly seeing that word roster but I have no idea. Hope someone can lighten me up!
20
votes
5answers
6k views
Low-latency, large-scale message queuing
I'm going through a bit of a re-think of large-scale multiplayer games in the age of Facebook applications and cloud computing.
Suppose I were to build something on top of existing open protocols, ...
18
votes
4answers
7k views
Android P2P Multiplayer game (with a) XMPP/Google talk b) JXTA peerdroid c) other way)
I am an android developer and I made some board games. Now i want to make some of my board games multiplayer. I don't want to create and host my own web service, so i thought about P2P.
The first ...
16
votes
2answers
3k views
Can GAE act as an XMPP server?
I'm thinking of building a multi-player game using GAE. When player A makes a move, I'd like to record the details and then let player B know about the move.
I thought that I might get some ...
15
votes
6answers
5k views
Ajax jabber/XMPP client recommendations (real experience only please) !
i'm setting up a chat system for my niche social site and have decided on ejabberd for the server side, but i cannot find any decent web-based ajax clients. most seem to be abandoned years ago or ...
15
votes
4answers
7k views
How do you create a simple Google Talk Client using the Twisted Words Python library?
I am interested in making a Google Talk client using Python and would like to use the Twisted libraries Words module. I have looked at the examples, but they don't work with the current ...
15
votes
2answers
906 views
Google chat server archive (XEP-0136)
I am looking for a way how to retrieve archive of chat messages from google server via using XEP-0136 standard, but I got these results just trying to ask for the feature.
Request:
<iq ...
15
votes
2answers
636 views
No response from remote client: error during file transfer using asmack
I have a problem while receiving file using asmack. Here I paste error and packets that I sent and receive log
// error
04-21 19:21:05.109: WARN/System.err(7401): Error in execution:
04-21 ...
14
votes
5answers
4k views
Integrating Facebook chat
I have written a program to integrate Facebook user chat in C#, however I always get <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure> after sending the ...
13
votes
1answer
590 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 ...
12
votes
14answers
2k views
Potential other uses of a jabber server
Beside the obvious person to person instant message chat, What else have you used a Jabber server's functionality to enable?
Edit: links to working code to really show it off are particularly useful ...
11
votes
3answers
8k views
Good XMPP/Jabber client library for .NET 3.5 (or 4.0)
What are some good (or the best!) XMPP/Jabber client libraries for .NET 3.5 or 4.0 development?
I have seen a few decent libraries out there, but most of the good ones seem to be built for Framework ...
11
votes
5answers
3k views
Android & (millions of) push notifications
I'm working on the Android version of an application I first created on iPhone and this application requires to send (if it's as successful as its iPhone version) up to millions of push notifications ...
11
votes
4answers
2k views
JSON Schema compared with XML Schema and their futur
I was looking for JSON schema standards and their corresponding php implementations. Expecting some open source out there and I was surprised, to find only one php implementation. I was about using ...
11
votes
3answers
1k views
XMPP FileTransfer - Why does the bytestreams protocol fail?
My Question : I'm doing file transfer via XMPP on both Android and iOS to a Spark client (Spark 2.6.3). I have succesfully accomplished this on android (due to the nice libraries) but have yet to ...
10
votes
3answers
4k views
differences between smack, tinder and whack
Can anyone tell me what the differences are between smack, tinder and whack?
Are tinder and whack slim-down versions of smack? Do the 3 libraries serve different purposes?
10
votes
2answers
3k views
How to fully integrate XMPP on a web site with registered users
We have a social networking site where people have contacts and we want it to be integrated with XMPP. We currently use ejabberd XMPP server.
Here are my questions:
1) How to properly create ...
10
votes
4answers
719 views
Wrangling up XMPP
Wikipedia defines XMPP as:
...an open-standard communications protocol for message-oriented middleware based on XML.
xmpp.org defines XMPP as:
The Extensible Messaging and Presence Protocol ...
10
votes
1answer
2k views
Best actively maintained Java XMPP Library?
I've seen several XMPP libraries for Java that seem to have little update activity in the past few years.
What is the best current XMPP library with support for:
- Basic chat
- TLS
- MUC
- PubSub
...
10
votes
2answers
477 views
Gtalk XMPP SASL authentication failed using mechanism X-OAUTH2?
I am using GoogleTalk XMPP in my application for chatting. unable to create XMPP connection by using username and AuthToken with Google authentication.
Now i am using GoogleAuth2 for authentication. ...
9
votes
1answer
4k views
Undefined symbols for architecture armv7 when adding CocoaAsyncSocket
I am trying to use XMPPFramework with an iOS5 project (ARC) under xcode 4.2.1 but I am facing this problem. Once I add CocoaAsyncSocket to my project as part of preparing my project to use ...
9
votes
5answers
13k views
9
votes
4answers
29k views
XMPP and Android [duplicate]
Possible Duplicate:
Android and XMPP: Currently available solutions
I am trying to build a small XMPP client in Android. Any ideas on what library I can use?
I have tried using the Smack ...
9
votes
3answers
9k views
Where can I find a good XMPP (Jabber) tutorial?
Where can I find a good XMPP (Jabber) tutorial with detailed information on the XML that's sent to/from a Jabber client and server. I've looked at the xmpp.org website, but what they show there is ...
9
votes
5answers
3k views
What is the best architecture to bridge to XMPP?
If I have a separate system with its own concept of users and presence, what is the most appropriate architecture for creating a bridge to an XMPP server network? As far as I can tell there are three ...
8
votes
18answers
1k views
How to secure a password from being readable at the client?
I need to pass username and password which is at the server to my web chat clients javascript function. When I send the username password through my php code in the javascript function it becomes ...
8
votes
6answers
7k views
Is there a WebSocket client implemented for python?
I find this project: http://code.google.com/p/standalonewebsocketserver/ for a websocket server, but i need implement a client of websocket in python, more exactly i need receive some commands from ...
8
votes
6answers
7k views
XMPP with Java Asmack library supporting X-FACEBOOK-PLATFORM
I'm trying to make a Facebook Chat on Android with the Smack library. I've read the Chat API from Facebook, but I cannot understand how I have to authenticate with Facebook using this library.
Can ...
8
votes
2answers
5k views
Using XMPP for push user notifications on Android - any way to target these so they don't go to Google Talk etc
I want to use XMPP to push data to my client which would translate to a notification for the user, and plan on using their google-id for login to my application. The way I understand XMPP is that its ...
8
votes
5answers
4k views
amqp or xmpp for real time online games
Which of these technology suite for Multi user online game project..
Project requirements:
1. Able to handle 2k-5k user at any given time.
2. client library for iphone and android (native, no ...
8
votes
1answer
2k views
X-FACEBOOK-PLATFORM authentication with SMACK Java library using OAuth 2.0
First post here so please be gentle.
I'm building a facebook chat client, using Smack library.
I'm using X-FACEBOOK-PLATFORM method in order not to save any passwords. I had it working properly using ...
8
votes
2answers
1k views
How to send private messages with Facebook API using C#
I use Facebook Connect for login on my website and need to create functionality of sending personal messages to user's Facebook friends.
A solution from this question is not suitable for me because I ...
8
votes
1answer
1k views
XMPP/Jabber on Django (chat server)
I'm looking to write a real time chat server in Django using XMPP/Jabber protocol (with mobile clients). Django will handle the user profile and inbox (non-real time part) through HTTP while the real ...
7
votes
4answers
11k views
Send an xmpp message using a python library
How can I send an XMPP message using one of the following Python libraries: wokkel, xmpppy, or jabber.py ?
I think I am aware of the pseudo-code, but so far have not been able to get one running ...
7
votes
1answer
5k views
7
votes
2answers
4k views
How to create XMPP chat client for facebook?
I'm creating XMPP client for FACEBOOK. i did this for gmail, now i have to create same for FaceBook. i googled a lot for this got some code, still i'm getting this type of errors Not connected to ...
7
votes
2answers
8k views
Connecting to Google Talk over XMPP on Node.js
I've tried using a variety of XMPP libraries for Node.js, and am having trouble connecting to Google Talk's XMPP servers. I'm wanting to connect and read the status of friends, but I can't even get ...
7
votes
1answer
2k views
Read XElement from XmlReader
I'm playing around with parsing an XMPP XML stream. The tricky thing about the XML stream is that the start tag does not get closed until the end of the session, i.e. a complete DOM is never received.
...
7
votes
2answers
2k views
XMPP web chat: how to resolve multiple tabs/windows?
We have a site and we developed a chat system for it using strophe.js library and ejabberd XMPP server. We use session attachment that was initiated with PHP (using an in-house library). What we do is ...
7
votes
3answers
4k views
Super simple XMPP server or advice for a simple custom Openfire component
I need a server to send and recieve XMPP messages from Android clients running a multiplayer game I'm writing. I picked XMPP because I don't want to long poll and Sockets can be an issue over the ...
7
votes
1answer
869 views
how to get same xmpp connection from one activity to another?
i am new programmer.i would like to implement sample application for getting chat by using xmpp server.In this implementation i have created connection by using ConnectionConfiguration object as ...
7
votes
2answers
526 views
XMPP aSmack - How can I get the current user state (offline/online/away/etc.)?
I am new to xmpp/asmack in android.
Can anyone please help me in getting the presence of the user's friends ( roster list)
I am using this :
Presence availability = roster.getPresence(user);
Mode ...
