YoshikuniJujo / xmpipe

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

Commonize types of s2s and c2s #18

Closed YoshikuniJujo closed 9 years ago

YoshikuniJujo commented 9 years ago

Commonize type Common and type Xmpp. New type name should be XmppCommon.

YoshikuniJujo commented 9 years ago

Xmpp's XBegin should take Tag.

YoshikuniJujo commented 9 years ago

Next, commonize to XCFeatures.

YoshikuniJujo commented 9 years ago

Rename showResponse to toCommon. And rename toXml to fromCommon.

YoshikuniJujo commented 9 years ago

Unfy toCommon and toXmpp.

YoshikuniJujo commented 9 years ago

Unify fromCommon and fromXmpp.

YoshikuniJujo commented 9 years ago

Unify XmppCommon to Common.