Commit log

32bfa84 presence: Rename Available to None, since that’s what it is.

Emmanuel Gil Peyrot created

aae435c Add a roster parser/serialiser.

Emmanuel Gil Peyrot created

f10080c Merge branch 'disco' into 'master'

Click to expand commit body
Add a disco plugin

See merge request !11

lumi created

4871ec6 make IbbPlugin add its feature to DiscoPlugin

Emmanuel Gil Peyrot created

4c937cc make PingPlugin add its feature to DiscoPlugin

Emmanuel Gil Peyrot created

990519f add a disco plugin

Emmanuel Gil Peyrot created

976a3d2 Merge branch 'messaging' into 'master'

Click to expand commit body
Rewrite the messaging plugin

See merge request !14

lumi created

6c073ac rewrite the messaging plugin

Emmanuel Gil Peyrot created

1b2e4ac Merge branch 'update-xmpp-parsers' into 'master'

Click to expand commit body
Update xmpp-parsers, needed by pending PRs

See merge request !16

lumi created

d4c118b update xmpp-parsers, needed by pending PRs

Emmanuel Gil Peyrot created

28eb4ff Added tag v0.4.0 for changeset cca02eef486e

Emmanuel Gil Peyrot created

fcfe188 Release version 0.4.0.

Emmanuel Gil Peyrot created

07fbc0a ChangeLog: Add version 0.4.0.

Emmanuel Gil Peyrot created

ee34bc1 jingle_s5b: Remove unused .to_owned() during serialisation.

Emmanuel Gil Peyrot created

d6a9e6e implement ToAttributeValue on integral types, bump version

lumi created

6794b34 Cargo.toml: Update minidom to 0.4.3 to use its new IntoAttributeValue implementation on numbers.

Emmanuel Gil Peyrot created

4166751 bump version to 0.4.2

lumi created

28d1738 Merge branch 'u32-u16-u8' into 'master'

Click to expand commit body
Implement IntoAttributeValue for u32, u16 and u8

See merge request !10

lumi created

638866f implement IntoAttributeValue for u32, u16 and u8

Emmanuel Gil Peyrot created

8f4361c Merge branch 'usize' into 'master'

Click to expand commit body
Implement IntoAttributeValue for usize

See merge request !9

lumi created

8ba7a33 Merge branch 'propagation' into 'master'

Click to expand commit body
Fix some propagation issues

See merge request !15

lumi created

d63c7b9 implement IntoAttributeValue for usize

Emmanuel Gil Peyrot created

a8c64e1 fix some propagation issues

Emmanuel Gil Peyrot created

ec31c2b make CI work, hopefully

lumi created

cbff1a7 Merge branch 'ibb' into 'master'

Click to expand commit body
Add an IBB plugin, implementing XEP-0047

See merge request !12

lumi created

b6408f7 add myself to the authors

Emmanuel Gil Peyrot created

070252b remove unused stanza_error implementation

Emmanuel Gil Peyrot created

1378ca3 add an ibb plugin

Emmanuel Gil Peyrot created

64c8027 bump jid dependency to 0.2.1, which implements Hash on Jid

Emmanuel Gil Peyrot created

abaf160 add linkmauve to authors, bump version to 0.2.1

lumi created

83b0d6f Merge branch 'hash' into 'master'

Click to expand commit body
Implement the Hash trait on Jid

See merge request !3

lumi created

8e1d5e7 disco: Make xml:lang a proper Option and rename it to lang.

Emmanuel Gil Peyrot created

f671ddd Merge branch 'unhandled-iq' into 'master'

Click to expand commit body
Add an unhandled iq plugin

See merge request !13

lumi created

32380fe add an unhandled iq plugin

Emmanuel Gil Peyrot created

4cca174 Implement the Hash trait on Jid.

Emmanuel Gil Peyrot created

6efc77b abstract plugin logic into PluginContainer

lumi created

1b6b67b simplify plugin code

lumi created

1550c52 resolve deadlock, fix component.rs

lumi created

b2a18f8 Merge branch 'stanza-debug' into 'master'

Click to expand commit body
Add a stanza_debug plugin

See merge request !10

lumi created

967d3e3 stop propagating when we are done with a stanza

Emmanuel Gil Peyrot created

66bf10b add a stanza_debug plugin, printing every stanza on stdout

Emmanuel Gil Peyrot created

ac7c907 Merge branch 'master' of gitlab.com:lumi/xmpp-rs

lumi created

11c99ec add register_handler to Client

lumi created

09280ca Merge branch 'moar-xmpp-parsers' into 'master'

Click to expand commit body
Moar xmpp-parsers

See merge request !9

lumi created

c48086b rewrite the ping plugin to make it use the stanza plugin

Emmanuel Gil Peyrot created

8e7b7ae simplify the presence plugin using xmpp-parsers

Emmanuel Gil Peyrot created

ca882fd prevent the presence plugin from generating an illegal show element

Emmanuel Gil Peyrot created

406dfde initialise the StanzaPlugin in the client example

Emmanuel Gil Peyrot created

c326d5b fix up the event system, no more unsafe!

lumi created

cdf6654 Merge branch 'new-event-system' into 'master'

Click to expand commit body
Adapt new event system for component

See merge request !8

lumi created