[jdev] Re: Transport Problem
Cedric Hyppolite
cedric.hyppolite at free.fr
Tue Aug 29 11:38:05 CDT 2006
Hi,
Maybe you can find a JEP-100 test case for a jabber client based of
agsXMPP.
For the gateway interaction with Smack, I reused most of the
JiveMessenger JEP100 test case below:
http://www.jivesoftware.org/fisheye/viewrep/~raw,r=2739/svn-org/
transports/trunk/test/org/jivesoftware/messenger/gateway/test/
JEP_100.java
If you can map the iq API of agsXMPP to the Smack one you may be able
to translate the code above to the good sequence for your library.
Hope this helps,
Cedric
Le 29 août 06 à 17:54, Peter Saint-Andre a écrit :
> See also JEP-0100 for best practices about gateway interaction:
>
> http://www.jabber.org/jeps/jep-0100.html
>
> Alexander Gnauck wrote:
>> 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 find any help regarding the transports. I want to add the
>>> interface
>>> to add the transport can anybody out there give me some clue about
>>> this problem.
>>>
>>> Xishan Shigri
>>>
>>>
More information about the JDev
mailing list