Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12000

Re: XEP-0095 SI / File Transfer compliance issues

$
0
0

It confuses me now as I found also this in the sources:

 

    publicvoidrejectStream(finalStreamInitiationsi)throwsNotConnectedException{

        XMPPErrorerror=newXMPPError(XMPPError.Condition.forbidden,"Offer Declined");

        IQiqPacket=IQ.createErrorResponse(si,error);

        connection().sendPacket(iqPacket);

    }

 

This is strange.

 

Seems, two methods are there for rejecting.


Viewing all articles
Browse latest Browse all 12000

Trending Articles