YoshikuniJujo / xmpipe

XMPP library using simple-PIPE
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

clean interface of core #42

Closed YoshikuniJujo closed 10 years ago

YoshikuniJujo commented 10 years ago

Clean interface of core.

YoshikuniJujo commented 10 years ago

Reduce exported types and functions.

YoshikuniJujo commented 10 years ago

Don't use FeatureR in C2S.Client.

YoshikuniJujo commented 10 years ago

Don't use XmppState in C2S.Server.

YoshikuniJujo commented 10 years ago

In C2S.Server. Function processTls should be take id name and domain name. Function sasl and bind should be take domain name.

YoshikuniJujo commented 10 years ago

Function bind should be take resource name in C2S.Client.

YoshikuniJujo commented 10 years ago

Remove UUID from XmppState of C2S.Server.

YoshikuniJujo commented 10 years ago

Remove XmppState from S2S.Server.

YoshikuniJujo commented 10 years ago

Pass resource name to bind in C2S.Client.