[jdev] jabberd xml parser Bug?

2004-02-14 Thread Alexander Gnauck
Hello, while playing around with XData forms i stumbled in following problem: The parser in jabberd seems to have some problems with the XML below. Most time when i send this XML it doesnt reach the receiver immediately. I assume that its hanging in the queue of the parser an the parser assumes

[jdev] Re: jabberd xml parser Bug?

2004-02-15 Thread Alexander Gnauck
Hi, Alexey Nezhdanov wrote: Tryed this xml chunk on my jabberd1.4.3. Server worked it fine w/o any delays. the first packet works here always too. But all further packets dont go thru. I tested with 4 different clients and always had the same problem. Alex

[jdev] Re: jabberd xml parser Bug?

2004-02-15 Thread Alexander Gnauck
tested again today and works fine now. Thats very weird. So i assume there were s2s problems yesterday on JO. The first xData form had no delay and all following didnt reach the receiver. When i sent a presence packet to the receiver then all lost packets arrived at the same time. Alex Alexey

[jdev] Re: JabberD 1.4.3 and MU-Conference 0.6.0 for Win32/Cygwin

2004-02-24 Thread Alexander Gnauck
HI, this is really cool. Is the sourcecode of this binaries available somewhere? When theres interest then i could build a installer with inno setup this. Alex [EMAIL PROTECTED] wrote: With the following grain of salt (Windows developer, almost no knowledge of Cygwin/JabberD/anything without

[jdev] Re: JabberD 1.4.3 and MU-Conference 0.6.0 for Win32/Cygwin

2004-02-25 Thread Alexander Gnauck
Hi, s2s doesnt work for me. I think smth goes wrong with dnsrv. It returns always all packages with error 502 unable to resolve hostname. s2s port is routed. It accepts incoming connections but cant resolve domains for dialback. Some ideas whats going wrong? I tried to connect to lots of

[jdev] Re: JabberD 1.4.3 and MU-Conference 0.6.0 for Win32/Cygwin

2004-02-28 Thread Alexander Gnauck
Hello Frank, Same question regarding version of Cygwin DLL. version is 1005.5.0.0. build date 2003-09-20 16:31 the jabadns.exe is missing in the zip file from James. Thats the reason why s2s wasnt working. I checked out the latest code today and compiled it under cygwin. Everything works very

[jdev] Re: new www.jabber.org website

2005-02-08 Thread Alexander Gnauck
Peter Saint-Andre wrote: The replacement website for www.jabber.org is now up and running. As a security precaution, all pages have been converted from the old PHP code to the use of server-side includes, with dynamic content generated in the background. Although I have endeavored to retain all

[jdev] Re: new www.jabber.org website

2005-02-08 Thread Alexander Gnauck
Benjamin Podszun wrote: On-topic, however, I don't think the JSF should be devoting resources to developing our own CMS. It would probably be more worth our while to find a dedicated system administrator to ensure PHP is set up properly, md5 tripwires are set up, and general system maintenance

[jdev] agsXMPP 0.21 released

2005-02-10 Thread Alexander Gnauck
hi, i just released agsXMPP 0.21. Its a c# xmpp library for multiple devices and operating systems. Its designed for the Compact Framework (PPC and Smartphone), MS .NET and Mono. It should also run on MAC and Portable .NET which is not tested yet. more info and the source code is available at:

[jdev] Re: Regarding JSO and Threads

2005-02-18 Thread Alexander Gnauck
Merwin Pinto wrote: 2) Jabberd Server is written in C is there a server code written in Java ? look at: http://www.jivesoftware.org/ http://www.open-im.net/en/ Alex ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

[jdev] Re: Need Help (urgent)

2005-04-10 Thread Alexander Gnauck
Hi, Dear, I am fresh engineering gradute and working in anb organization they gave me task to write a client for jabber in vb6 and then write components for jabber clients in VB as i am new in professional fienld and especialy in jabber world i need you pplz help to start my

[jdev] Re: help me plzzzzzzzzzzzzzzzzzzzzzzzz

2005-04-14 Thread Alexander Gnauck
Hi, Craig Hollabaugh wrote: Start here Programming Jabber: Extending XML Messaging (O'Reilly XML) (Paperback) by DJ Adams http://www.amazon.com/exec/obidos/ASIN/0596002025/qid=1113496777/sr=2-1/ref=pd_bbs_b_2_1/102-6466511-6664924

[jdev] Re: HTML display component for C++ on Windows + Jabber

2005-04-28 Thread Alexander Gnauck
Hi Jon, i was fighting with this before too. When you only want to desplay the HTML then the IE control would be OK. But when you also wanna use its editmode to create HTML messages then it really sucks. because it creates really aweful HTML that is not usable. The best would to use gecko

[jdev] Re: Re: HTML display component for C++ on Windows + Jabber

2005-04-28 Thread Alexander Gnauck
Hi Jon, Right, I'm just not sure if one exists. Oh man, I really don't want to write a light-weight browser component for MFC! Are you considering gecko lightweight? What did you finally end up implementing? Also, any thoughts or examples of use of the IE control for display? no im not

[jdev] Re: Re: Re: HTML display component for C++ on Windows + Jabber

2005-05-02 Thread Alexander Gnauck
Hi Jon, Cool, do you have any code samples I could look at? I will publish my results onto my website and give you credit. I think this is a very necessary thing and I cannot find anything about it. I would appreciate it much. i have only c# sample code and no c++ code. But i should be no

[jdev] Re: Opening Stream with Session Id

2005-05-11 Thread Alexander Gnauck
when the client connect to jabber server by sending the open stream tag stream:stream, and server reply the open stream tag with session id, then we can start sending XML Packet, i wonder to know what we have to do with the open stream tag sent by server to client? do we need the open stream

[jdev] Re: Asynchronous messaging between software components

2005-05-30 Thread Alexander Gnauck
hi Shuaib, I am exploring Jabber for using in our project, which consists of various software modules on the server. These module need to communicate with each other in an asynchronous fashion. Has anyone tried to use jabber for above mentioned scenario. The site generally covers

[jdev] Re: Transport Agent Creation

2005-05-30 Thread Alexander Gnauck
I'm looking for an tutorial or something alike for the creation of an transport agent for jabber. On my search i only found a link wich seemed to be what i'm looking for, but it is offline: http://docs.jabber.org/general/html/component-intro.html It's going to be a gateway to JKara BBS

[jdev] Re: Re: Asynchronous messaging between software components

2005-05-30 Thread Alexander Gnauck
hi Shualib, By asynchronous messaging, what i mean is that the sender componet should not get blocked after sending a message for waiting its response, which might take some time. Consider two components c1, c2 communicating via message handler. c1 sends message to c2, and forgets about

[jdev] Re: Stupid Question

2005-05-30 Thread Alexander Gnauck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi Mick, Sorry for bothering you guys with such a basic question but I cant find the answer anywhere and I have been banging my head off a wall for days now. I am very new to this, but basically I am trying to develop a client from scratch. I

[jdev] Re: Google and jabber

2005-08-24 Thread Alexander Gnauck
hi guys, below is my log from exodus. There is no problem to login with SASL-PLAIN. They only seem to use no srv records. You you have to set the connet server manual to talk.google.com when somebody is interested i can also post some socket debug of the original google client. They use no

[jdev] Re: Google and jabber

2005-08-24 Thread Alexander Gnauck
PROTECTED] subscription=none name=Alexander Gnauck/item jid=[EMAIL PROTECTED] subscription=none gr:t=N/item jid=[EMAIL PROTECTED] subscription=none gr:t=N/item jid=[EMAIL PROTECTED] subscription=none ask=subscribe gr:t=A gr:w=0 gr:mc=1 gr:emc=1/item jid=[EMAIL PROTECTED] subscription=none name

[jdev] Re: jabber @ google talk ?

2005-08-25 Thread Alexander Gnauck
Tijl Houtbeckers wrote: This simply is one thing where we, the Jabber community, have not done much yet (the lack of need for it, being one of the reasons perhaps). Just days ago we were still talking about how it's not clear right now how TLS/SASL/Dailback should work together. Google

[jdev] Re: google talk invitation ?

2005-08-25 Thread Alexander Gnauck
i have 50 invites left too. mailto: gnauck at ag-software.de Alex ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

[jdev] goole login

2005-08-25 Thread Alexander Gnauck
=urn:ietf:params:xml:ns:xmpp-stanzasServer does not support PLAIN/text/error/iq RECV: /stream:stream RECV: SSL status: SSL negotiation finished successfully RECV: -- Alexander Gnauck AG-Software http://www.ag-software.de mailto:[EMAIL PROTECTED] xmpp:[EMAIL PROTECTED] ___ jdev

[jdev] Re: goole login

2005-08-25 Thread Alexander Gnauck
hi, There should be gmail.com instead of google.com. Check your JID, it should be [EMAIL PROTECTED]. ya this was the problem ;-(. Now it works ok and i get the correct stream features. Thanx Alex ___ jdev mailing list jdev@jabber.org

[jdev] Re: stream features and jabber:iq:auth

2005-09-13 Thread Alexander Gnauck
Hi Steve, Stefan Strigler schrieb: Hello list, is it correct behavior that if asking a server for stream features by supplying a version='1.0' to the opening stream tag like stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='im.example.com' version='1.0'

[jdev] Re: JDNS: a library for SRV and Bonjour

2005-09-28 Thread Alexander Gnauck
Am 28.09.2005, 11:01 Uhr, schrieb Richard Dobson [EMAIL PROTECTED]: FYI, windows clients shouldnt have any excuse for not supporting SRV records anyway as windows has built in support for querying SRV records, it even works on windows 98 by just using the appropriate windows 2000 dns dll

[jdev] Re: Resource-to-Resource Messaging and priorities

2005-11-10 Thread Alexander Gnauck
Remko Troncon schrieb: RECV: message to=[EMAIL PROTECTED]/BuzzaaMobilehttp://[EMAIL PROTECTED]/BuzzaaMobile type=chat id=mir_8 from=[EMAIL PROTECTED]/buzzaaclienthttp://[EMAIL PROTECTED]/buzzaaclientbodytest/bodyx It's probably me, but what are those strange http://[EMAIL PROTECTED] things

[jdev] Re: how to gain jabberd's Current Status like 'status.jabber.org'

2005-11-15 Thread Alexander Gnauck
Hi, xujb schrieb: Hi,jdev! We are modifying jabberd server for test,but i want to know how to test it. i saw following data from status.jabber.org: Current Status Server Uptime: 2 days 14 hours 55 minutes 51 seconds Registered Users: 190304 Connected Users: Normal: 5030 SSL:

[jdev] server with stream compression support

2005-11-24 Thread Alexander Gnauck
Hello, im looking for servers with support for JEP-0138 to test my own. Are there any public servers which support stream compression? Alex

[jdev] Re: server with stream compression support

2005-11-24 Thread Alexander Gnauck
Hi, Coversant's SoapBox Server supports it: http://www.soapbox.net/portal/DesktopDefault.aspx?tabid=60 I haven't tried it though. OK, is there a public SoapBox server that allows registering new accounts? Alex

[jdev] Re: server with stream compression support

2005-11-25 Thread Alexander Gnauck
Hi Sander, Sander Devrieze [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Update regarding ejabberd! :-) The contributions page on ejabberd's website got its 16th contribution today: a patch for stream compression support in ejabberd. If you want to test the patch, or if you know a

[jdev] Re: SASL debugging

2005-12-11 Thread Alexander Gnauck
Hi, Yes, I understand this. But there are great libraries already available for all types of programming languages. You don't have to understand the description of stringprep. You can just use an existing library to prepare your strings and you are done. i ported libidn to C#. Its included

[jdev] Re: [ANN] Jive Messenger is now Wildfire Server

2005-12-18 Thread Alexander Gnauck
hi matt, i dont think there are clients which suport it yet. Its a big loop. Client developers are waiting for servers and vice versa. I have also prepared code and no chance to test it yet because of missing servers. But i think its time now to get some implementations. So Wildfire is a good

[jdev] Re: ejabberd vs. Wildfire

2006-01-22 Thread Alexander Gnauck
Florian Holzhauer schrieb: Yes, I understand the reason of the mentioned pdf, and I understand why it has to be there. But it still sounds to me a bit like you code for free, we earn money with your work. And I really dont like that one. Feel free to flame me for that. if you contribute to

[jdev] Re: JEP-0124: multiple HTTP connections

2006-02-04 Thread Alexander Gnauck
Stefan Strigler schrieb: JEP-0124 requires a connection manager to handle multiple simultaneous HTTP connections from the same client. I can't recall the rationale for this design decision, but I've received feedback off-list that it makes the connection manager fairly complex to code (and more

[jdev] Re: Stream compression with jzlib?

2006-02-27 Thread Alexander Gnauck
Norman Rasmussen schrieb: fyi: when using the ICSharpZipLib with .net I found that the one stream constructor's logic was in fact reversed! So I'd say test it with the boolean missing, and true, and false. here is the code of my socket class which is using the ICSharpZipLib and which was

[jdev] Re: Stream compression with jzlib?

2006-03-01 Thread Alexander Gnauck
Hi Vinod, Haven't managed to find MiniClient - a link would be helpful. The MiniClient is only a sample client for our agsXMPP library. You can download it here: http://www.ag-software.de/index.php?option=contenttask=viewid=73Itemid=104 Or ping me by jabber or email. Alex

[jdev] User Profile support

2006-04-03 Thread Alexander Gnauck
Hi, i'm planing to add user profile support in the next weeks. My question goes to client and server developers. 1) Are you supporting Jep-0154 yet? When not are you working on it or are there plans to implement it in the near future? 2) Will you support to host the profile on the server, or

[jdev] Re: newbie Q: how can I use jabber to share file access P2P?

2006-04-19 Thread Alexander Gnauck
Hello Tobias, XMPP is the ideal solution for your purpose IMHO. But i don't see where you need SOAP or RPC yet. - You can use the XMPP core for contact list, presence etc... - JEP-0055 for the document search - JEP-0065 for transfering your documents and i'm sure you will find some other

[jdev] Re: VTD-XML version 1.6

2006-05-19 Thread Alexander Gnauck
[EMAIL PROTECTED] schrieb: you confused me even more... I thought IM apps exchange xml messages (usually small), let me explain XMPP with this small example of a session: the client connects, open the socket and the XML Document C-S: ?xml version=1.0? C-S: stream:stream

[jdev] Re: service banners?

2006-07-20 Thread Alexander Gnauck
solution 2 soubds very good to me. And i agree with jefferson that we need smth like banners. At least if you register a new account with a service Alex Peter Saint-Andre schrieb: Jefferson Ogata wrote: Again, the requirement is that this occur before authentication. Look at how FTP,

[jdev] Re: Are there any clients supporting SASL authorization identities?

2006-07-25 Thread Alexander Gnauck
No, that's not what I am looking for. I know enough clients, that have support to authenticate using SASL. But they all transmit no authorization id, and therefore they authorize as the same identity as they authenticate. SASL has the concept of authorizing as someone else as you

[jdev] Re: messenger ?

2006-07-26 Thread Alexander Gnauck
Hello, you will find all info you need on http://www.jabber.org There are download links for server and clients. if you want to develop your own messenger take also a look at the libraries. Alex bright true schrieb: Hello , i want to open my own messenger service ... and someone told me

[jdev] Re: Are there any clients supporting SASL authorization identities?

2006-07-26 Thread Alexander Gnauck
Matthias Wimmer schrieb: Also I don't think, that this feature is admin-only. This was only an example I gave. Let me give another example: There could be an account [EMAIL PROTECTED] where all people of the sales departement of example corp. will be allowed to authorize as. So that customers

[jdev] Re: Transport Problem

2006-08-29 Thread Alexander Gnauck
Hello, what you are looking for is In-Band Registration: http://www.jabber.org/jeps/jep-0077.html In agsXMPP you can find this in the agsXMPP.protocol.iq.register namespace. Best Regards Alex zeeshan shigri wrote: Hi, I am using agsxmpp SDK to develop a jabber based IM. but i can't able to

[jdev] Re: multiple sessions between two domains

2006-09-11 Thread Alexander Gnauck
you can add multiple servers in your SrvRecords. Using priority and weight you have load balancing and failover. But you will still have only 1 incoming and outgoing connection per server. Alex Ben Turner wrote: Hello, Are there any servers out there that support more than one session per

[jdev] Re: forum for jabber

2006-09-12 Thread Alexander Gnauck
Sander Devrieze wrote: snip daily mailing list digest Mailing lists are extremely[*] efficient if you use good e-mail software. Next features might help: * A mail client that automatically groups threads * A mail client that automatically detects mailing lists * A mail client with which you

[jdev] Re: Best way to monitor XMPP servers

2006-09-19 Thread Alexander Gnauck
Hi Tobias, Some days ago someone pointed me to a post on the jadmin maling list [1]. What they are talking about are the accounts that my monitoring software have created for monitoring login times and server features on each server. Then I noticed that stpeter responded to that[2] and said

[jdev] Re: Best way to monitor XMPP servers

2006-09-20 Thread Alexander Gnauck
Hi Tobias, Tobias Markmann wrote: That sounds okay for me. Even if the problem is similar in my eyes to i.e. Google's caching feature since I don't believe they ask all webmaster whether they are allowed to mirror their pages or not. I'll also extend the monitoring part to keep the accounts

[jdev] Re: Best way to monitor XMPP servers

2006-09-21 Thread Alexander Gnauck
Tobias Markmann wrote: Okay...that would work but in general you only need one JID because the servers are able to intercommunicate via s2s. offer both, email notification and XMPP notification. It is also possible that admins are responsible for multiple server. So Jid notification makes

[jdev] Re: Splitting the stream

2006-11-01 Thread Alexander Gnauck
Matthias Wimmer wrote: Michal 'vorner' Vaner schrieb: And, if I have these split things and insert them between the stream header I got in the beginning and an corresponding stream end, can I parse it using DOM parser for each separate stanza? But that is something I would not do. It requires

[jdev] Re: Splitting the stream

2006-11-01 Thread Alexander Gnauck
Michal 'vorner' Vaner wrote: Well, I just think I do not need to _parse_ it if I'm not interested in the information there. I only want to split it to parts and feed that to different program. what is parsing for you? splitting is parsing for me. A SAX or Pull Parser, or a Xml Tokenizer is

[jdev] Re: XMPP Ping method?

2006-11-01 Thread Alexander Gnauck
Tomasz Sterna wrote: On 11/1/06, Scott Robinson [EMAIL PROTECTED] wrote: What is the proper method of performing a ping across a client XMPP connection. That is, from a sever's perspective, if a client mysteriously and unexpectedly drops off the Internet, it won't know it until the TCP

[jdev] Re: XMPP Ping method?

2006-11-01 Thread Alexander Gnauck
Tomasz Sterna wrote: for some devices it's not. If you work with wireless devices (WLAN, GSM, UMTS) you will see lot's of strange behavior. Isn't that broken TCP implementation then? sometimes it is, but sometimes it's by design. I think we have to address this issues and can't say the tcp

[jdev] Re: XMPP Ping method?

2006-11-03 Thread Alexander Gnauck
Remko Troncon wrote: Not that I have experience with mobile devices, but if you use zlib, the overhead of doing a ping should reduce to one byte plus a few bytes of padding every call in every direction. If you do a ping every minute, this bandwidth overhead is neglectable compared to the

[jdev] Re: XMPP Ping method?

2006-11-03 Thread Alexander Gnauck
Alexander Gnauck wrote: zlib is doing very well for me on pocket pc's and smartphones. And also the compression rate is very good. It's on my TODO list for a very long time now to post some stats. Going back to work now and do that ;-) i attached 2 compression logs. This logs are from 2 short

[jdev] Re: JabberCom

2006-11-13 Thread Alexander Gnauck
I am trying to connect to host 'talk.google.com' using JabberCom and Delphi 7, but JabberCom send the following xml line to server: JabberCom was not updated for many years. It's not XMPP 1.0 compatible which is the reason you are not able to connect to GTalk with JabberCom. You should use

[jdev] Re: XHTML-IM XEP implementation

2006-12-15 Thread Alexander Gnauck
Hi Tomasz, i brought up this discussion multiple times in the past. As you said creating the X-HTML is the biggest problem. Another problem is that we allow only a small subset of tags and attributes. There are toolkits which you can use to create (X)HTML, but the output is not valid

[jdev] JSF membership application period

2007-01-03 Thread Alexander Gnauck
The Jabber Software Foundation is currently holding its quarterly membership application period: http://wiki.jabber.org/index.php/Membership_Applications_January_2007 Applications are encouraged from developers and others who are actively involved in the Jabber/XMPP community. To apply, create

[jdev] Re: FOSDEM / devcon / interop update

2007-01-04 Thread Alexander Gnauck
i think we also should setup a participant list on the Wiki. So all members/developers who are interested to participate the event can signup there. I think most of us have to stay in a hotel for some days, so we should recommend 1 or 2 hotels. Alex Peter Saint-Andre wrote: The devcon /

[jdev] Re: Release announcement: jabberd14 1.6.0 (Sunday) is available

2007-01-04 Thread Alexander Gnauck
i think we had this discussion several times before. jabberd1 or jabberd 1.x tends always to confusion because all newbies to which i talked in jdev see jabberd2 as the successor of jabberd1 which is wrong. Sander Devrieze wrote: Peter Saint-Andre schreef: Hey Matthias, that's great news. But

[jdev] Re: XHTML-IM XEP implementation

2007-01-04 Thread Alexander Gnauck
PROTECTED] On Behalf Of Alexander Gnauck Sent: Friday, December 15, 2006 9:12 AM To: jdev@jabber.org Subject: [jdev] Re: XHTML-IM XEP implementation Hi Tomasz, i brought up this discussion multiple times in the past. As you said creating the X-HTML is the biggest problem. Another problem is that we

[jdev] Re: XHTML-IM XEP implementation

2007-01-04 Thread Alexander Gnauck
client connection only a notification for big messages and download them in additional connections. So you main connection can still receive stanzas while downloading a big stanza (or multiple smaller chunks). Alex Maciek Niedzielski wrote: Peter Saint-Andre wrote: Alexander Gnauck wrote: I

[jdev] Re: XHTML-IM XEP implementation

2007-01-04 Thread Alexander Gnauck
Justin Karneges wrote: This begs the question: what is too big? Currently, we consider stanza size to be somewhat unbounded, as XMPP-Core imposes no size maximum. But I believe we do need some mechanism for a stanza maximum size, otherwise XMPP software is prone to denial-of-service attacks.

[jdev] Announce: agsXMPP v0.92

2007-01-07 Thread Alexander Gnauck
Hello, we're pleased to announce the new release version 0.92 of our agsXMPP SDK. One of the major changes in this release is a licence change. Due to many requests from open source developers agsXMPP is dual licenced now and could be licenced under the GPL. download at:

[jdev] IM developer munich, germany

2007-01-30 Thread Alexander Gnauck
This may be of interest (sorry only in german): http://www.quest-online.de/jobs/ws4341.html Alex

[jdev] Re: Windows stack

2007-02-19 Thread Alexander Gnauck
rajeev k wrote: I want to develop a Jabber client in VC++. Can someone suggest the best stack available in windows? (it will be good if stack use MSXML instead of OpenXML). did you take a look at the libraries listed here: http://www.jabber.org/software/libraries.shtml Gloox is very popular

[jdev] Re: Windows stack

2007-02-20 Thread Alexander Gnauck
rajeev k wrote: I think this thread has become little bit OT :-( Thanks to all for suggestions. Thanks Alex for the link. I asked of VC++ stack because of two reasons. 1. I wanted to add XMPP support to my already existing application which is written in VC++. 2. I wanted to know whether there

[jdev] Re: Adding a contact to msn from jabber.

2007-03-07 Thread Alexander Gnauck
they way all the MSN gateways work is: if your gateway has the Jid msn.myserver.org and the Hotmail ID of your contact is [EMAIL PROTECTED] the resulting JabberId is [EMAIL PROTECTED] Which means the @ in the Hotmail ID gets replaces with a %. Alex

[jdev] XSF membership application period

2007-03-28 Thread Alexander Gnauck
The XMPP Standards Foundation is currently holding its quarterly membership application period: http://wiki.jabber.org/index.php/Membership_Applications_April_2007 Applications are encouraged from developers and others who are actively involved in the Jabber/XMPP community. To apply, create a

[jdev] Re: Searching for solid companies that develop Jabber applications

2007-04-18 Thread Alexander Gnauck
Hello Charles, this is the list to find the Jabber/XMPP developers. You can also look on the jabber.org and xmpp.org websites for existing software and their developers/companies. Regards, Alex

[jdev] XSF membership application period Q3/2007

2007-07-01 Thread Alexander Gnauck
The XMPP Standards Foundation (XSF) is currently holding its quarterly membership application period: http://wiki.jabber.org/index.php/Membership_Applications_July_2007 Applications are encouraged from developers and others who are actively involved in the Jabber/XMPP community. To apply,

[jdev] Re: XMPP stack ??

2007-07-27 Thread Alexander Gnauck
[EMAIL PROTECTED] schrieb: I need to download the XMPP stack. Can any one please tell me the link from where I can download the XMPP stack. I assume with the XMPP stack you mean a library. For which programming language? You can find a list of libaries here:

Re: [jdev] Sending messages via web server

2007-08-10 Thread Alexander Gnauck
brad laney schrieb: I am trying to create a simple application that will send a message to a single jabber user. here is a list of libraries: http://www.jabber.org/software/libraries.shtml I'm sure you will find one there for your preferes programming langauge and licence. Alex

Re: [jdev] Sending messages via web server

2007-08-10 Thread Alexander Gnauck
Alexander Gnauck schrieb: brad laney schrieb: I am trying to create a simple application that will send a message to a single jabber user. here is a list of libraries: http://www.jabber.org/software/libraries.shtml I'm sure you will find one there for your preferes programming langauge

Re: [jdev] mirroring many presence servers

2007-08-17 Thread Alexander Gnauck
[EMAIL PROTECTED] schrieb: 1. I have a special client, that is subscribed to all my business partners. So I can write a program, who cathes the presence information from my special client and saves it in my database. this works and is the only solutions which will work if you also have to get

Re: [jdev] possible jabber based prototype

2007-09-16 Thread Alexander Gnauck
Hello Bruce, it would be helpful if you post also something about the technolgy/programming language you are looking for (c,c++,Java,.Net,Python,Perl etc...) Regards, Alex bruce schrieb: Hi... I'm looking at a potential jabber based (client/server) prototype. A couple of guys on the jdev

[jdev] XSF membership application period Q4/2007

2007-10-04 Thread Alexander Gnauck
The XMPP Standards Foundation (XSF) is currently holding its quarterly membership application period: http://wiki.jabber.org/index.php/Membership_Applications_October_2007 Applications are encouraged from developers and others who are actively involved in the Jabber/XMPP community. To apply,

Re: [jdev] XMPP Server/Client for WIN CE 5.0

2007-12-07 Thread Alexander Gnauck
[EMAIL PROTECTED] schrieb: I am looking for vendor or open-source project that can provide me with XMPP Server/Client on WIN CE 5.0. I already went through list of XMPP clients/server on jabber.org and don’t see the XMPP server for WIN CE 5.0. there is Nebohodimo IM Client

[jdev] XSF membership application period Q1/2008

2008-01-04 Thread Alexander Gnauck
The XMPP Standards Foundation (XSF) is currently holding its quarterly membership application period: http://wiki.jabber.org/index.php/Membership_Applications_January_2008 Applications are encouraged from developers and others who are actively involved in the Jabber/XMPP community. To apply,

Re: [jdev] Any place for basic definitions?

2008-02-07 Thread Alexander Gnauck
tjabber schrieb: For example, in reading the privacy list spec, it was never clear to me why I would need multiple lists and why would I make one active over another? And what is invisibility? I've searched a lot on these, but I haven't found an answer. you don't need to. You can have multiple

Re: [jdev] Google Androïd SDK not XMPP compliant ?

2008-02-14 Thread Alexander Gnauck
Alex Malinovich schrieb: ... it is really terribly inefficient. What we really need to do is establish a STANDARD binary protocol for transmitting XMPP information. Essentially a binary-encoding standard for XMPP. Then as long as servers support that extension, clients will remain unaffected.

Re: [jdev] j2me and starttls

2008-02-18 Thread Alexander Gnauck
Roelof Naude schrieb: you will also need a patch for ejabberd servers (attached). thanks for the bccrypto tls patch. I also applied it to the c# version and it works great now. Best Regards, Alex -- Alexander Gnauck xmpp:[EMAIL PROTECTED]

Re: [jdev] Why STARTTLS? [was: IMPORTANT www.jabber.org software listings]

2008-02-25 Thread Alexander Gnauck
Jefferson Ogata schrieb: How, exactly, do you know? I.e. what specific prenegotiation informs the XMPP server which domain certificate to use? Traditional STARTTLS (e.g. in ESMTP and LDAP), AFAIK, has no such provision; this would have to be an XMPP-specific augmentation. from the stream

Re: [jdev] Why STARTTLS? [was: IMPORTANT www.jabber.org software listings]

2008-02-27 Thread Alexander Gnauck
Jefferson Ogata schrieb: Interesting. So you're saying the server looks at the @to attribute in stream and chooses a certificate based on that value? yes, some servers also present the certificate of the hostname from the srv records. AFAIK Google is doing this. Can you name two? I would

[jdev] ANNOUNCE: agsXMPP 1.0

2008-03-07 Thread Alexander Gnauck
(Pocket PC, Smartphone, Windows CE) * Mono The SDK is released as open source under a dual license. You can download agsXMPP 1.0 at: http://www.ag-software.de/index.php?page=download You can find more info about agsXMPP here: http://www.ag-software.de/index.php?page=agsxmpp-sdk Regards, Alexander

[jdev] XSF membership application period Q2/2008

2008-03-27 Thread Alexander Gnauck
The XMPP Standards Foundation (XSF) is currently holding its quarterly membership application period: http://wiki.jabber.org/index.php/Membership_Applications_April_2008 Applications are encouraged from developers and others who are actively involved in the Jabber/XMPP community. To apply,

Re: [jdev] Vapor (C# XMPP Server)

2008-04-04 Thread Alexander Gnauck
Jonathan Dickinson schrieb: Is this okay, or will I have to roll my own XML writer (is the comment invalid)? (Note that the default xmlns is missing, but this is just an example). Should I face any problems with any less xml conformant clients? thats fine, but also depends how you

Re: [jdev] Vapor (C# XMPP Server)

2008-04-04 Thread Alexander Gnauck
Tomasz Sterna schrieb: Who did? Could you give some examples? many did, I think we had this thread before. To name some, agsxmpp, gloox, tigase The build in .NET parser works only with several hacks, which is no fun and causes you lots of headaches with threading later. Alex

Re: [jdev] OLPC, Federation, and NAT

2008-04-09 Thread Alexander Gnauck
Benjamin M. Schwartz schrieb: Unfortunately, it is possible that multiple school servers will be using different ports on the same global IPv4 address. The result would be multiple servers with the same IP address. I imagine that this breaks s2s, since the XMPP standard seems to demand that

Re: [jdev] Something funny with Coccinella

2008-05-21 Thread Alexander Gnauck
Jonathan Dickinson schrieb: Any ideas? from RFC3921 probe -- A request for an entity's current presence; SHOULD be generated only by a server on behalf of a user. you should not probe clients. This is meant for servers only (s2s). Alex

[jdev] XSF membership application period

2008-06-30 Thread Alexander Gnauck
The XMPP Standards Foundation (XSF) is currently holding its quarterly membership application period: http://wiki.jabber.org/index.php/Membership_Applications_July_2008 Applications are encouraged from developers and others who are actively involved in the Jabber/XMPP community. To apply, create

Re: [jdev] XSF membership application period

2008-07-09 Thread Alexander Gnauck
BTW I updated the following pages to reflect this thread: http://www.xmpp.org/xsf/members/ http://www.xmpp.org/xsf/members/responsibilities.shtml I hope that makes things clearer. thanks Peter as Peter said the online voting period which we call proxy voting is normally enabled 14-21

Re: [jdev] XSF membership application period

2008-07-09 Thread Alexander Gnauck
as Peter said the online voting period which we call proxy voting is normally enabled 14-21 days. I try to stay close to 14 days, but depending on the date we will find for our official online meeting the duration can be a bit longer, up to 21 weeks. sorry, days, not weeks ;-) Alex

[jdev] MEETING NOTICE: Board and council elections 2008-2009

2008-08-14 Thread Alexander Gnauck
The 2007-2008 XMPP Council and XSF Board of Directors were elected in September 2007. Therefore we have to select the next Board and Council. XMPP Council members must be elected members of the XSF, there is no such restriction for the Board of Directors. If you are interested in running for

[jdev] XSF membership application period

2008-10-09 Thread Alexander Gnauck
The XMPP Standards Foundation (XSF) is currently holding its quarterly membership application period: http://wiki.xmpp.org/web/Membership_Applications_October_2008 Applications are encouraged from developers and others who are actively involved in the Jabber/XMPP community. To apply, create a

Re: [jdev] Case sensitivity in JIDs

2008-12-12 Thread Alexander Gnauck
Arne Claassen schrieb: Hmmm... then stringprep in agsXMPP might be borked, since in it user names stay in the case they were sent, which is where my troubles started. I don't use stringprep in all constructors in the jid class of agsXMPP because stringprep is a heavy process and needs

Re: [jdev] xmpp server and its services.......

2008-12-12 Thread Alexander Gnauck
arun kumar schrieb: i want to use language translation service provided by xmpp.. do i need to set up a xmpp server or does there already exist a xmpp server providing this which i can use do you mean the Google Talk translation bots? You can get more info about them at:

  1   2   >