package Alog.Facilities.XMPP is
type Instance is new Alog.Facilities.Instance with private;
type Handle is access all Instance;
Recipient_Not_Present : exception;
procedure Set_Sender
( | Facility | : in out Instance; |
JID | : String; | |
Password | : String); |
procedure Set_Recipient
( | Facility | : in out Instance; |
JID | : String); |
procedure Set_Server
( | Facility | : in out Instance; |
Name | : String); |