jabber

How i can get a response with xmpp client in python

Hi, i'm using xmpp in python, and i can send messages but how i can receive? ...

Jabber-Net: Get user's JID in a RosterTree

Hi, how do I get the user's JID in a RosterTree? I can get the clicked user's node with NodeMouseDoubleClick but i don't know how to get his JID. Private Sub RosterTree_NodeMouseDoubleClick(ByVal sender As Object, ByVal e As System.Windows.Forms.TreeNodeMouseClickEventArgs) Handles RosterTree.NodeMouseDoubleClick If e.Node.GetType()...

Callbacks / Events in C#

Heya guys, Iv'e pretty new to C# ATM and I seem to be having trouble with Jabber-Net Im trying to create a basic chat application that will connect users via Jaber Services, the issues im having are with the Callbacks. The main error I seem to get is about the "Event required but used like 'type'", or something along those lines.. Im...

intergrating gtalk with CRM/SRM

How can i integrate gtalk with any CRM/ERP.So that whatever data that is exchanged between 2 persons A and B,first gets stored in MYSERVER. ...

Sending Free SMS from website using JABBER?

Hi everyone, I was wondering if there was an API i could use to send free sms messages. I've made a social networking website for africa called. www.veepiz.com I really would like this feature but almost every provider needs payment. yet i see lots of websites offering this. i also read you could use jabber API and still do this.... ...

Why can't I connect to Google Talk in agsXMPP?

I'm trying to get started using agsXMPP, but I'm having some problems. I'm trying to run this code: using System; using agsXMPP; namespace TestAgs { class MainClass { public static void Main (string[] args) { XmppClientConnection connection = new XmppClientConnection (); connection.OnLogi...

Smack messaging client other than Chat Text

Hi all, client1 can send txt message to client2 using connection.getChatManager().createChat(to, this).sendMessage(message); How to send other kind of message: like INFO message ? (client1 to client2) ? Because I want, INFO message should not be displayed in the chat window....is it possible ? using smack, smackx library. Many Th...

XMPP Server-to-server SASL handshake

I am trying to connect a server to a XMPP server, using the MD5 Digest SASL handshake. But the XMPP server always rejects my response to the challenge. The RFC says the response should look like: username="example.org",realm="somerealm",\ nonce="OA6MG9tEQGm2hh",cnonce="OA6MHXh6VqTrRk",\ nc=00000001,qop=auth,digest-uri="xmpp/example.org"...

Improving BOSH Throughput

I've implemented a web chat system using Jabber, with the Tigase server and an Ajax-based client communicating over BOSH using JsJac, with Apache mod_proxy forwarding the HTTP traffic to Tigase. This works reasonably well, but I've noticed one major gap in performance versus a desktop Jabber client (like Exodus), particularly when joinin...

Jabber-Net release build fails to connect to XMPP Server

I downloaded jabber-net source from http://code.google.com/p/jabber-net/. Open the .sln file (2005-jabber-net.sln) in VS 2005/08, set "2005-Example" as active project, build it in Debug mode, connect to a XMPP Server, after connect() method is called, the callback jc_OnAuthenticate() gets called which means the application is connected t...

Jabber Openfire server v3.6.0a+ - how do I use Hybrid authentication?

I've got pretty much the same question as: http://stackoverflow.com/questions/64364/jabber-openfire-server-v360a-how-do-i-use-hybrid-authentication But when I followed the instructions there, and I go into the Admin interface > Users and Groups > Create New User, I get the following message: Not allowed: the user account system is read...

Ruby Jabber/Jingle library

Do you know any well documented library for handling Jabber's Jingle (audio/video) extension in Ruby ? ...

Does Openfire store custom message types (with PacketExtensions) offline?

I have a custom message type with some of my own packet extensions. I need these messages to be stored when the recipient is offline. So far the server isn't storing them (yes, it is configured correctly). Does anyone know if Openfire will actually store offline custom message types? If not, is there anyway to force / trick / hack it so ...

Validating an XMPP jid with python?

What is the correct way to validate an xmpp jid? The syntax is described here:, but I don't really understand it. Also, it seems pretty complicated, so using a library to do it would seem like a good idea. I'm currently using xmpppy, but I can't seem to find how to validate a jid with it. Any help appreciated! ...

How to send invitation to gtalk contact with smack java library?

How to send invitation to gtalk contact with smack java library? ...

C++ / Gloox: how to check when connection is down?

Hi all. I'm trying to write own jabber bot on c++/gloox. Everything goes fine, but when internet connection is down - bot thinks that it's still connected, and when connection is up again - of course bot doesn't respond to any message. Each time since bot is successfully connected gloox' recv() returns ConnNoError, even if interface is...

Whether the gtalk have any limitations on number of contacts or number of messages per minute/hour/day?

We plan to use gtalk for creating chat bot. My question is Whether the gtalk have any limitations on number of contacts or number of messages per minute/hour/day? ...

CruiseControl: jabber notification on first successful build after failed?

I want to set up jabber notifications to report only first successful build after failed, and first failed build after successful. Is it possible? ...

Sending data received in one Twisted factory to second factory

Howdy! I am trying to write a simple program using Twisted framework and I am struggling with resolving (or even with imaging how to write it) issue I couldnt find any relevant documentation for: The main reactor uses two factories, one custom, listening for TCP connections on given port (say, 8000) and second one, to log into given IR...

I need a jabber server that can handle a very large number of people and runs on linux.

Me and a partner are building a social network, one of the key components is a chat system. We'd like to use jabber. I'm totally lost when it comes to xmpp. I'm trying to find a server that is fast and can handle a very large number of users, very very large in fact. Can someone please point me in the right direction as to want servers c...