client

jaxmpp clients, asynchronous vs. synchronous?

Submitted by Anonymous on Thu, 2010-08-12 19:05

We need to make a server running xmpp client bots (for good, not for evil) and when we tried Smack it consumed too many threads so we couldn't get up to the ~1000+ bots per server we want.

Would jaxmpp be an appropriate library for us to try to use for this? I did check out the sources, and did see that it uses nio, but I do not yet understand the code fully enough to really say. :-)

thank you!

Having trouble accessing server using libStrophe

Submitted by Anonymous on Fri, 2010-04-30 22:50

Hi,

I have successfully connected using the agXMPP library for .NET and now I'm trying libStrophe for C. It sends the following XML fragment:

<?xml version="1.0"?>

and after that nothing seems to be sent back from the server and the connection times out... does this make sense?

BOSH client hanging on starttls

Submitted by Anonymous on Sat, 2010-04-24 00:30

Hi,

I'm trying out BOSH and the client using ag-XMPP gets as far as requesting a starttls like so:

<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" />

The server never replies and shows this on the command line output:


jvm 1 | 2010-04-23 16:12:57 ClientConnectionManager.processCommand()
WARNING: Can't find sevice for STARTTLS command:
from=null, to=null, data=

Tigase Messenger

Submitted by kobit on Mon, 2010-04-12 09:23
Organization: 
Category: 
development 
Status: 
in progress 
Priority: 
low 
Project Manager: 
Assigned to: 
Description: 

 

This is a tracker for the Tigase Messenger - Web Client.

Feel free to add your comments and tickets - bug reports, features requests. For support requests please use the forums.

The Tigase Messenger SVN repository (trunk) is available at this address: https://svn.tigase.org/reps/tigase-messenger/trunk/ To checkout source code please use following command:

svn co https://svn.tigase.org/reps/tigase-messenger/trunk/ tigase-messenger